Package nis.svc.mdl.api
Interface ModelEntities.Exposures.Row
-
- Enclosing interface:
- ModelEntities.Exposures
public static interface ModelEntities.Exposures.Row
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
exposures()
java.lang.String
foundId()
java.lang.Object
get(java.lang.String name)
Get the named attributejava.lang.String
industryId()
double
issuedShares()
java.lang.String
name()
double
price()
double
residualRisk()
java.lang.String
securityId()
-
-
-
Method Detail
-
securityId
java.lang.String securityId()
-
name
java.lang.String name()
-
industryId
java.lang.String industryId()
-
price
double price()
-
residualRisk
double residualRisk()
-
issuedShares
double issuedShares()
-
exposures
double[] exposures()
-
get
java.lang.Object get(java.lang.String name)
Get the named attribute- Parameters:
name
-- Returns:
-
foundId
java.lang.String foundId()
-
-