Uses of Class
org.drip.state.identifier.EntityFundingLabel
| 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 EntityFundingLabel in org.drip.exposure.evolver
Methods in org.drip.exposure.evolver with parameters of type EntityFundingLabel Modifier and Type Method Description booleanLatentStateVertexContainer. add(EntityFundingLabel entityFundingLabel, double entityFunding)Add the Labeled Entity FundingTerminalLatentStateLatentStateDynamicsContainer. entityFunding(EntityFundingLabel entityFundingLabel)Retrieve the Entity Funding Latent StatedoubleLatentStateVertexContainer. entityFunding(EntityFundingLabel entityFundingLabel)Retrieve of Labeled Entity FundingbooleanLatentStateDynamicsContainer. entityFundingExists(EntityFundingLabel entityFundingLabel)Indicate if the Entity Funding Latent State ExistsbooleanLatentStateVertexContainer. exists(EntityFundingLabel entityFundingLabel)Check Presence of Labeled Entity Funding -
Uses of EntityFundingLabel in org.drip.state.identifier
Methods in org.drip.state.identifier that return EntityFundingLabel Modifier and Type Method Description static EntityFundingLabelEntityFundingLabel. Senior(java.lang.String referenceEntity, java.lang.String currency)Make a Standard SENIOR Entity Funding Label from the Reference Entitystatic EntityFundingLabelEntityFundingLabel. Subordinate(java.lang.String referenceEntity, java.lang.String currency)Make a Standard SUBORDINATE Entity Funding Label from the Reference Entity -
Uses of EntityFundingLabel in org.drip.xva.proto
Methods in org.drip.xva.proto that return EntityFundingLabel Modifier and Type Method Description EntityFundingLabelFundingGroupSpecification. clientFundingLabel()Retrieve the Client Funding LabelEntityFundingLabelFundingGroupSpecification. dealerSeniorFundingLabel()Retrieve the Dealer Senior Funding LabelEntityFundingLabelFundingGroupSpecification. dealerSubordinateFundingLabel()Retrieve the Dealer Subordinate Funding LabelConstructors in org.drip.xva.proto with parameters of type EntityFundingLabel Constructor Description FundingGroupSpecification(java.lang.String id, java.lang.String name, EntityFundingLabel dealerSeniorFundingLabel, EntityFundingLabel clientFundingLabel, EntityFundingLabel dealerSubordinateFundingLabel)FundingGroupSpecification Constructor -
Uses of EntityFundingLabel in org.drip.xva.topology
Methods in org.drip.xva.topology that return EntityFundingLabel Modifier and Type Method Description EntityFundingLabelFundingGroup. clientFundingLabel()Retrieve the Client Funding LabelEntityFundingLabelFundingGroup. dealerSeniorFundingLabel()Retrieve the Dealer Senior Funding LabelEntityFundingLabelFundingGroup. dealerSubordinateFundingLabel()Retrieve the Dealer Subordinate Funding LabelMethods in org.drip.xva.topology that return types with arguments of type EntityFundingLabel Modifier and Type Method Description java.util.Map<java.lang.String,EntityFundingLabel>Adiabat. clientFundingLabelMap()Retrieve the Client Funding Label Mapjava.util.Map<java.lang.String,EntityFundingLabel>AdiabatMarketParams. clientFundingLabelMap()Retrieve the Map of Client Funding Labelsjava.util.Map<java.lang.String,EntityFundingLabel>Adiabat. dealerSeniorFundingLabelMap()Retrieve the Dealer Senior Funding Label Mapjava.util.Map<java.lang.String,EntityFundingLabel>AdiabatMarketParams. dealerSeniorFundingLabelMap()Retrieve the Map of Dealer Senior Funding Labelsjava.util.Map<java.lang.String,EntityFundingLabel>Adiabat. dealerSubordinateFundingLabelMap()Retrieve the Dealer Subordinate Funding Label Mapjava.util.Map<java.lang.String,EntityFundingLabel>AdiabatMarketParams. dealerSubordinateFundingLabelMap()Retrieve the Map of Dealer Subordinate Funding Labels