Uses of Class
org.drip.xva.proto.CreditDebtGroupSpecification
Package | Description |
---|---|
org.drip.xva.proto |
Collateral, Counter Party, Netting Groups
|
org.drip.xva.topology |
Collateral, Credit/Debt, Funding Topologies
|
-
Uses of CreditDebtGroupSpecification in org.drip.xva.proto
Methods in org.drip.xva.proto that return CreditDebtGroupSpecification Modifier and Type Method Description CreditDebtGroupSpecification
PositionSchemaSpecification. creditDebtGroupSpecification()
Retrieve the Credit Debt Group Specificationstatic 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 CreditDebtGroupSpecification Constructor Description PositionSchemaSpecification(java.lang.String id, java.lang.String name, PositionGroupSpecification positionGroupSpecification, CollateralGroupSpecification collateralGroupSpecification, CreditDebtGroupSpecification creditDebtGroupSpecification, FundingGroupSpecification fundingGroupSpecification)
PositionSchemaSpecification Constructor -
Uses of CreditDebtGroupSpecification in org.drip.xva.topology
Methods in org.drip.xva.topology that return CreditDebtGroupSpecification Modifier and Type Method Description CreditDebtGroupSpecification
CreditDebtGroup. creditDebtGroupSpecification()
Retrieve the Credit Debt Group SpecificationConstructors in org.drip.xva.topology with parameters of type CreditDebtGroupSpecification Constructor Description CreditDebtGroup(java.lang.String id, java.lang.String name, CreditDebtGroupSpecification creditDebtGroupSpecification)
CreditDebtGroup Constructor