calculate_capm_return
Calculate expected return on an investment using the Capital Asset Pricing Model based on risk-free rate, beta, and market return.
Instructions
Calculate expected return using CAPM. E(R) = Rf + β × (Rm - Rf). Beta < 1: defensive, Beta > 1: aggressive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beta | Yes | ||
| market_return | Yes | ||
| risk_free_rate | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |