public class AssetStatisticalProperties
extends java.lang.Object
| Constructor and Description |
|---|
AssetStatisticalProperties(java.lang.String strName,
java.lang.String strID,
double dblExpectedReturn,
double dblVariance)
AssetStatisticalProperties Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
expectedReturn()
Retrieve the Expected Returns of the Asset
|
java.lang.String |
id()
Retrieve the ID of the Asset
|
java.lang.String |
name()
Retrieve the Name of the Asset
|
double |
variance()
Retrieve the Variance of the Asset
|
public AssetStatisticalProperties(java.lang.String strName,
java.lang.String strID,
double dblExpectedReturn,
double dblVariance)
throws java.lang.Exception
strName - Name of the AssetstrID - ID of the AssetdblExpectedReturn - Expected Return of the AssetdblVariance - Variance of the Assertjava.lang.Exception - Thrown if the Inputs are Invalidpublic java.lang.String name()
public java.lang.String id()
public double expectedReturn()
public double variance()