public static interface FinancialMarket.Asset
Modifier and Type | Interface and Description |
---|---|
static class |
biz.ojalgo.finance.ModernAsset.Logic |
Modifier and Type | Method and Description |
---|---|
Color |
getAssetColour() |
String |
getAssetKey() |
CalendarDateSeries<Double> |
getAssetSeries()
The series of 'historical' prices/index values that should be used with calculations.
|
CalendarDateSeries<Double> |
getRawHistoricalValues()
Uncoordinated prices/index values
|
SampleSet |
getSampleSet() |
Double |
getVolatility()
The effective volatility.
|
BigDecimal |
getWeight() |
int |
index() |
SimpleAsset |
toDefinitionPortfolio()
The
FinancePortfolio that defines this ModernPortfolio
(primarily in terms of portfolio asset weights). |
CalendarDateSeries<Double> getAssetSeries()
CalendarDateSeries<Double> getRawHistoricalValues()
SampleSet getSampleSet()
Double getVolatility()
Color getAssetColour()
String getAssetKey()
BigDecimal getWeight()
int index()
SimpleAsset toDefinitionPortfolio()
FinancePortfolio
that defines this ModernPortfolio
(primarily in terms of portfolio asset weights).