Loading...
Loading...
Apply the Capital Asset Pricing Model (CAPM) to estimate expected returns and assess risk-return tradeoffs. Use this skill when the user needs to calculate expected return on an asset, interpret beta as systematic risk exposure, evaluate whether an investment compensates for risk, or when they ask 'what return should I expect', 'what is the risk premium', or 'how does beta affect pricing'.
npx skill4agent add asgard-ai-platform/skills grad-capmIRON LAW: CAPM only prices SYSTEMATIC risk — diversifiable (unsystematic)
risk earns NO premium. An asset's expected return depends solely on its
beta with the market portfolio.references/derivation.md⚠️ Decimal vs percent: When passing values to or from the bundled script, all rates (,risk_free,market_return,beta_contribution,expected_return) are decimals —alphameans 5%, NOT0.05. The narrative report below renders them as percentages for humans, but never mix the two in the same JSON object.5.0
## CAPM Analysis: [Asset / Portfolio]
### Inputs
| Parameter | Value | Source |
|-----------|-------|--------|
| Risk-free rate (Rf) | x% | [source] |
| Market return E(Rm) | x% | [source] |
| Beta | x.xx | [estimation method] |
### Expected Return
- E(Ri) = Rf + B x (E(Rm) - Rf) = x%
### SML Assessment
- Alpha = Actual return - Expected return = x%
- Interpretation: [undervalued / overvalued / fairly priced]
### Limitations in This Context
- [Note any assumption violations]| Script | Description | Usage |
|---|---|---|
| Compute CAPM expected return and alpha | |
python scripts/capm.py --verify