public class AssetSecurityCharacteristicLine
extends java.lang.Object
| Constructor and Description |
|---|
AssetSecurityCharacteristicLine(double dblAlpha,
double dblBeta)
AssetSecurityCharacteristicLine Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
alpha()
Retrieve the Asset's Alpha
|
double |
beta()
Retrieve the Asset's Beta
|
double |
excessReturns(double dblMarketExcessReturns)
Retrieve the Excess Returns over the Market for the Asset
|
public AssetSecurityCharacteristicLine(double dblAlpha,
double dblBeta)
throws java.lang.Exception
dblAlpha - The Asset's AlphadblBeta - The Asset's Betajava.lang.Exception - Thrown if the Inputs are Invalidpublic double alpha()
public double beta()
public double excessReturns(double dblMarketExcessReturns)
throws java.lang.Exception
dblMarketExcessReturns - The Market Premium, i.e., the Excess Market Returns over the Risk Free
Ratejava.lang.Exception - Thrown if the Inputs are Invalid