public interface Portfolio extends BusinessObject, ValueStructure.Container
Modifier and Type | Interface and Description |
---|---|
static class |
Portfolio.Logic |
Modifier and Type | Method and Description |
---|---|
List<? extends Change> |
getActiveChanges() |
List<? extends Holding<? extends Portfolio,? extends Instrument>> |
getHoldings() |
PortfolioOwner |
getOwner() |
PortfolioProfile |
getProfile() |
boolean |
hasWarning() |
toDisplayString
getAggregatedAmount, getAggregationContents, getName
List<? extends Change> getActiveChanges()
List<? extends Holding<? extends Portfolio,? extends Instrument>> getHoldings()
PortfolioOwner getOwner()
PortfolioProfile getProfile()
boolean hasWarning()