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 EntityHazardLabelEntityDynamicsContainer. clientHazardLabel()Retrieve the Client Hazard LabelEntityHazardLabelEntityDynamicsContainer. dealerHazardLabel()Retrieve the Dealer Hazard LabelMethods in org.drip.exposure.evolver with parameters of type EntityHazardLabel Modifier and Type Method Description booleanLatentStateVertexContainer. add(EntityHazardLabel entityHazardLabel, double entityHazard)Add the Labeled Entity HazardTerminalLatentStateLatentStateDynamicsContainer. entityHazard(EntityHazardLabel entityHazardLabel)Retrieve the Entity Hazard Latent StatedoubleLatentStateVertexContainer. entityHazard(EntityHazardLabel entityHazardLabel)Retrieve of Labeled Entity HazardbooleanLatentStateDynamicsContainer. entityHazardExists(EntityHazardLabel entityHazardLabel)Indicate if the Entity Hazard Latent State ExistsbooleanLatentStateVertexContainer. 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 EntityHazardLabelEntityHazardLabel. 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 EntityHazardLabelCreditDebtGroupSpecification. clientHazardLabel()Retrieve the Client Hazard LabelEntityHazardLabelCreditDebtGroupSpecification. dealerHazardLabel()Retrieve the Dealer Hazard LabelMethods in org.drip.xva.proto with parameters of type EntityHazardLabel Modifier and Type Method Description static CreditDebtGroupSpecificationCreditDebtGroupSpecification. 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 EntityHazardLabelCreditDebtGroup. clientPartyHazardLabel()Retrieve the Client Hazard LabelEntityHazardLabelCreditDebtGroup. 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