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 boolean
LatentStateVertexContainer. add(EntityFundingLabel entityFundingLabel, double entityFunding)
Add the Labeled Entity FundingTerminalLatentState
LatentStateDynamicsContainer. entityFunding(EntityFundingLabel entityFundingLabel)
Retrieve the Entity Funding Latent Statedouble
LatentStateVertexContainer. entityFunding(EntityFundingLabel entityFundingLabel)
Retrieve of Labeled Entity Fundingboolean
LatentStateDynamicsContainer. entityFundingExists(EntityFundingLabel entityFundingLabel)
Indicate if the Entity Funding Latent State Existsboolean
LatentStateVertexContainer. 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 EntityFundingLabel
EntityFundingLabel. Senior(java.lang.String referenceEntity, java.lang.String currency)
Make a Standard SENIOR Entity Funding Label from the Reference Entitystatic EntityFundingLabel
EntityFundingLabel. 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 EntityFundingLabel
FundingGroupSpecification. clientFundingLabel()
Retrieve the Client Funding LabelEntityFundingLabel
FundingGroupSpecification. dealerSeniorFundingLabel()
Retrieve the Dealer Senior Funding LabelEntityFundingLabel
FundingGroupSpecification. 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 EntityFundingLabel
FundingGroup. clientFundingLabel()
Retrieve the Client Funding LabelEntityFundingLabel
FundingGroup. dealerSeniorFundingLabel()
Retrieve the Dealer Senior Funding LabelEntityFundingLabel
FundingGroup. 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