Uses of Class
org.drip.state.identifier.EntityHazardLabel
Package | Description |
---|---|
org.drip.exposure.evolver |
Securities and Exposure States Evolvers
|
org.drip.state.identifier |
Latent State Identifier Labels
|
org.drip.xva.proto |
Collateral, Counter Party, Netting Groups
|
org.drip.xva.topology |
Collateral, Credit/Debt, Funding Topologies
|
-
Uses of EntityHazardLabel in org.drip.exposure.evolver
Methods in org.drip.exposure.evolver that return EntityHazardLabel Modifier and Type Method Description EntityHazardLabel
EntityDynamicsContainer. clientHazardLabel()
Retrieve the Client Hazard LabelEntityHazardLabel
EntityDynamicsContainer. dealerHazardLabel()
Retrieve the Dealer Hazard LabelMethods in org.drip.exposure.evolver with parameters of type EntityHazardLabel Modifier and Type Method Description boolean
LatentStateVertexContainer. add(EntityHazardLabel entityHazardLabel, double entityHazard)
Add the Labeled Entity HazardTerminalLatentState
LatentStateDynamicsContainer. entityHazard(EntityHazardLabel entityHazardLabel)
Retrieve the Entity Hazard Latent Statedouble
LatentStateVertexContainer. entityHazard(EntityHazardLabel entityHazardLabel)
Retrieve of Labeled Entity Hazardboolean
LatentStateDynamicsContainer. entityHazardExists(EntityHazardLabel entityHazardLabel)
Indicate if the Entity Hazard Latent State Existsboolean
LatentStateVertexContainer. exists(EntityHazardLabel entityHazardLabel)
Check Presence of Labeled Entity Hazard -
Uses of EntityHazardLabel in org.drip.state.identifier
Methods in org.drip.state.identifier that return EntityHazardLabel Modifier and Type Method Description static EntityHazardLabel
EntityHazardLabel. Standard(java.lang.String referenceEntity, java.lang.String currency)
Make a Standard Entity Hazard Label from the Reference Entity Name -
Uses of EntityHazardLabel in org.drip.xva.proto
Methods in org.drip.xva.proto that return EntityHazardLabel Modifier and Type Method Description EntityHazardLabel
CreditDebtGroupSpecification. clientHazardLabel()
Retrieve the Client Hazard LabelEntityHazardLabel
CreditDebtGroupSpecification. dealerHazardLabel()
Retrieve the Dealer Hazard LabelMethods in org.drip.xva.proto with parameters of type EntityHazardLabel Modifier and Type Method Description static CreditDebtGroupSpecification
CreditDebtGroupSpecification. Standard(java.lang.String id, java.lang.String name, EntityHazardLabel dealerHazardLabel, EntityHazardLabel clientHazardLabel, EntityRecoveryLabel dealerSeniorRecoveryLabel, EntityRecoveryLabel clientRecoveryLabel, EntityRecoveryLabel dealerSubordinateRecoveryLabel)
Generate a Standard Instance of CreditDebtGroupSpecificationConstructors in org.drip.xva.proto with parameters of type EntityHazardLabel Constructor Description CreditDebtGroupSpecification(java.lang.String id, java.lang.String name, EntityHazardLabel dealerHazardLabel, EntityHazardLabel clientHazardLabel, EntityRecoveryLabel dealerSeniorRecoveryLabel, EntityRecoveryLabel clientRecoveryLabel, EntityRecoveryLabel dealerSubordinateRecoveryLabel, boolean contractual, boolean enforceable)
CreditDebtGroupSpecification Constructor -
Uses of EntityHazardLabel in org.drip.xva.topology
Methods in org.drip.xva.topology that return EntityHazardLabel Modifier and Type Method Description EntityHazardLabel
CreditDebtGroup. clientPartyHazardLabel()
Retrieve the Client Hazard LabelEntityHazardLabel
CreditDebtGroup. dealerHazardLabel()
Retrieve the Dealer Hazard LabelMethods in org.drip.xva.topology that return types with arguments of type EntityHazardLabel Modifier and Type Method Description java.util.Map<java.lang.String,EntityHazardLabel>
Adiabat. clientHazardLabelMap()
Retrieve the Client Hazard Label Mapjava.util.Map<java.lang.String,EntityHazardLabel>
AdiabatMarketParams. clientHazardLabelMap()
Retrieve the Map of Client Hazard Labelsjava.util.Map<java.lang.String,EntityHazardLabel>
FundingGroup. clientHazardLabelMap()
Retrieve the Client Hazard Label Mapjava.util.Map<java.lang.String,EntityHazardLabel>
Adiabat. dealerHazardLabelMap()
Retrieve the Dealer Hazard Label Mapjava.util.Map<java.lang.String,EntityHazardLabel>
AdiabatMarketParams. dealerHazardLabelMap()
Retrieve the Map of Dealer Hazard Labelsjava.util.Map<java.lang.String,EntityHazardLabel>
FundingGroup. dealerHazardLabelMap()
Retrieve the Dealer Hazard Label Map