primarySecurityMap
Retrieve the Primary Security Evolver Dynamics Settings Map
- Returns:
- The Primary Security Evolver Dynamics Settings Map
EntityDynamicsContainer
, PrimarySecurityDynamicsContainer
public class DynamicsContainer
extends java.lang.Object
Constructor | Description |
---|---|
DynamicsContainer() |
Empty DynamicsContainer Constructor
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
addPrimarySecurity(PrimarySecurity primarySecurity) |
Add the Specified Primary Security Instance
|
boolean |
addScalingNumeraire(java.lang.String numeraireName,
ScalingNumeraire numeraire) |
Add the Named Scaling Numeraire
|
boolean |
addTerminalLatentState(TerminalLatentState terminalLatentState) |
Add the Terminal Latent State
|
PrimarySecurity |
primarySecurity(java.lang.String id) |
Retrieve the Primary Security Evolver given the Label
|
boolean |
primarySecurityExists(java.lang.String id) |
Indicate if the Primary Security Evolver exists in the Container
|
java.util.Map<java.lang.String,PrimarySecurity> |
primarySecurityMap() |
Retrieve the Primary Security Evolver Dynamics Settings Map
|
ScalingNumeraire |
scalingNumeraire(java.lang.String numeraireName) |
Retrieve the Scaling Numeraire
|
boolean |
scalingNumeraireExists(java.lang.String numeraireName) |
Indicate if the Scaling Numeraire Exists
|
java.util.Map<java.lang.String,ScalingNumeraire> |
scalingNumeraireMap() |
Retrieve the Scaling Numeraire Evolver Dynamics Settings Map
|
LatentStateDynamicsContainer |
terminalLatentStateContainer() |
Retrieve the Terminal Latent State Evolver Dynamics Settings Map
|
boolean |
terminalLatentStateExists(LatentStateLabel label) |
Indicate if the Terminal Latent State Exists
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
numeraireName
- Name of the Scaling Numerairenumeraire
- Scaling Numeraire InstancenumeraireName
- The Scaling Numeraire NamenumeraireName
- The Scaling Numeraire NameterminalLatentState
- The Terminal Latent Statelabel
- The Terminal Latent State LabelprimarySecurity
- The Primary Securityid
- The Primary Security IDid
- The Primary Security ID