Package nis.svc.mdl.api
Interface ModelEntities.Composites
-
- Enclosing interface:
- ModelEntities
public static interface ModelEntities.Composites
A composite table allows a security's risk to be described by aggregates of other security's risks. The Composite table id is the security being described, and the rows are the securities chosen to describe it. The securities in the rows will be in the exposures table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ModelEntities.Composites.Item
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelEntities.Composites.Item
get(java.lang.String id)
java.lang.String[]
ids()
The list of securities matched to a composite.int
size()
-
-
-
Method Detail
-
ids
java.lang.String[] ids()
The list of securities matched to a composite. These IDs will NOT be in the exposure list.
-
size
int size()
-
get
ModelEntities.Composites.Item get(java.lang.String id)
-
-