public static interface MarketView.Asset
Modifier and Type | Interface and Description |
---|---|
static class |
biz.ojalgo.finance.ModernAsset.Logic |
Modifier and Type | Method and Description |
---|---|
Color |
getAssetColour() |
String |
getAssetKey() |
BigDecimal |
getWeight() |
int |
index() |
SimpleAsset |
toDefinitionPortfolio()
The
FinancePortfolio that defines this ModernPortfolio
(primarily in terms of portfolio asset weights). |
Color getAssetColour()
String getAssetKey()
BigDecimal getWeight()
int index()
SimpleAsset toDefinitionPortfolio()
FinancePortfolio
that defines this ModernPortfolio
(primarily in terms of portfolio asset weights).