public interface PortfolioCustodian extends BusinessObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PortfolioCustodian.Logic |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAggregatedAmount() |
String |
getName() |
List<? extends Portfolio> |
getPortfolios() |
toDisplayStringBigDecimal getAggregatedAmount()
String getName()