calculate_current_yield
Calculate a bond's current yield percentage by dividing its annual coupon by market price.
Instructions
Calculate Current Yield = Annual Coupon / Market Price × 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market_price | Yes | ||
| annual_coupon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |