Package org.drip.investing.factors
Class RiskPremiumCategory
java.lang.Object
org.drip.investing.factors.RiskPremiumCategory
public class RiskPremiumCategory
extends java.lang.Object
RiskPremiumCategory maintains the Category corresponding to the Risk Premium. The References are:
- Blitz, D., M. X. Hanauer, M. Vidojevic, and P. van Vliet (2018): Five-Factors with the Five-Factor Model Journal of Portfolio Management 44 (4) 71-78
- Fama, E. F., and K. R. French (1992): The Cross-section of Expected Stock Returns Journal of Finance 47 (2) 427-465
- Fama, E. F., and K. R. French (2015): A Five-Factor Asset Pricing Model Journal of Financial Economics 116 (1) 1-22
- Foye, J. (2018): Testing Alternative Versions of the Fama-French Five-Factor Model in the UK Risk Management 20 (2) 167-183
- Wikipedia (2024): Fama–French three-factor model https://en.wikipedia.org/wiki/Fama%E2%80%93French_three-factor_model
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = Factor/Style Based Quantitative Investing
- Package = Factor Types, Characteristics, and Constitution
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static int
COMMODITY
Commodity Riskstatic int
CREDIT_SPREAD
Credit Spread Riskstatic int
EQUITY
Equity Riskstatic int
FX
FX Riskstatic int
INTEREST_RATE
Interest Rate Risk -
Constructor Summary
Constructors Constructor Description RiskPremiumCategory()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INTEREST_RATE
public static final int INTEREST_RATEInterest Rate Risk- See Also:
- Constant Field Values
-
CREDIT_SPREAD
public static final int CREDIT_SPREADCredit Spread Risk- See Also:
- Constant Field Values
-
EQUITY
public static final int EQUITYEquity Risk- See Also:
- Constant Field Values
-
FX
public static final int FXFX Risk- See Also:
- Constant Field Values
-
COMMODITY
public static final int COMMODITYCommodity Risk- See Also:
- Constant Field Values
-
-
Constructor Details
-
RiskPremiumCategory
public RiskPremiumCategory()
-