calculate_bond_price
Calculate bond price using face value, coupon rate, yield rate, and maturity period to determine current market value for investment analysis.
Instructions
Calculate bond price given yield and terms
Input Schema
Name | Required | Description | Default |
---|---|---|---|
couponRate | Yes | Annual coupon rate as decimal | |
faceValue | Yes | ||
frequency | No | Coupon payments per year | |
years | Yes | ||
yieldRate | Yes | Required yield as decimal |