Package org.drip.xva.topology
Class Adiabat
java.lang.Object
org.drip.xva.proto.ObjectSpecification
org.drip.xva.topology.Adiabat
public class Adiabat extends ObjectSpecification
Adiabat represents the Directed Graph of all the Encompassing Funding Groups inside of a Closed
System (i.e., Adiabat). The References are:
- Albanese, C., L. Andersen, and, S. Iabichino (2015): The FVA Puzzle: Accounting, Risk Management, and Collateral Trading https://papers.ssrn.com/sol3/paper.cfm?abstract_id_2517301 eSSRN
- Burgard, C., and M. Kjaer (2014): PDE Representations of Derivatives with Bilateral Counter-party Risk and Funding Costs Journal of Credit Risk 7 (3) 1-19
- Burgard, C., and M. Kjaer (2014): In the Balance Risk 24 (11) 72-75
- Gregory, J. (2009): Being Two-faced over Counter-party Credit Risk Risk 20 (2) 86-90
- Piterbarg, V. (2010): Funding Beyond Discounting: Collateral Agreements and Derivatives Pricing Risk 21 (2) 97-102
- Module = Portfolio Core Module
- Library = XVA Analytics Library
- Project = Valuation Adjustments that account for Collateral, CC Credit/Debt and Funding Overhead
- Package = Collateral, Credit/Debt, Funding Topologies
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Adiabat(java.lang.String id, java.lang.String name)
Adiabat Constructor -
Method Summary
Modifier and Type Method Description boolean
addFundingGroup(FundingGroup fundingGroup)
Add the specified Funding Groupjava.util.Map<java.lang.String,EntityFundingLabel>
clientFundingLabelMap()
Retrieve the Client Funding Label Mapjava.util.Map<java.lang.String,EntityHazardLabel>
clientHazardLabelMap()
Retrieve the Client Hazard Label Mapjava.util.Map<java.lang.String,EntityRecoveryLabel>
clientRecoveryLabelMap()
Retrieve the Client Recovery Label Mapboolean
containsFundingGroup(java.lang.String fundingGroupID)
Indicate if the Funding Group identified by the ID existsjava.util.Map<java.lang.String,CSALabel>
csaLabelMap()
Retrieve the CSA Label Mapjava.util.Map<java.lang.String,EntityHazardLabel>
dealerHazardLabelMap()
Retrieve the Dealer Hazard Label Mapjava.util.Map<java.lang.String,EntityFundingLabel>
dealerSeniorFundingLabelMap()
Retrieve the Dealer Senior Funding Label Mapjava.util.Map<java.lang.String,EntityRecoveryLabel>
dealerSeniorRecoveryLabelMap()
Retrieve the Dealer Senior Recovery Label Mapjava.util.Map<java.lang.String,EntityFundingLabel>
dealerSubordinateFundingLabelMap()
Retrieve the Dealer Subordinate Funding Label Mapjava.util.Map<java.lang.String,EntityRecoveryLabel>
dealerSubordinateRecoveryLabelMap()
Retrieve the Dealer Subordinate Recovery Label MapFundingGroup
fundingGroup(java.lang.String fundingGroupID)
Retrieve the Funding Group identified by the IDjava.util.Map<java.lang.String,FundingGroup>
fundingGroupMap()
Retrieve the Funding Group MapAdiabatMarketParams
marketParams()
Generate the Adiabat Dependent Market Parametersjava.util.Map<java.lang.String,OvernightLabel>
overnightLabelMap()
Retrieve the Overnight Label MapMethods inherited from class org.drip.xva.proto.ObjectSpecification
id, name
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adiabat
public Adiabat(java.lang.String id, java.lang.String name) throws java.lang.ExceptionAdiabat Constructor- Parameters:
id
- BookGraph IDname
- BookGraph Name- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
fundingGroupMap
Retrieve the Funding Group Map- Returns:
- The Funding Group Map
-
addFundingGroup
Add the specified Funding Group- Parameters:
fundingGroup
- The Funding Group- Returns:
- TRUE - The Funding Group successfully set
-
containsFundingGroup
public boolean containsFundingGroup(java.lang.String fundingGroupID)Indicate if the Funding Group identified by the ID exists- Parameters:
fundingGroupID
- The Funding Group ID- Returns:
- TRUE - The Funding Group Exists
-
fundingGroup
Retrieve the Funding Group identified by the ID- Parameters:
fundingGroupID
- The Funding Group ID- Returns:
- TRUE - The Funding Group
-
overnightLabelMap
Retrieve the Overnight Label Map- Returns:
- The Overnight Label Map
-
csaLabelMap
Retrieve the CSA Label Map- Returns:
- The CSA Label Map
-
dealerHazardLabelMap
Retrieve the Dealer Hazard Label Map- Returns:
- The Dealer Hazard Label Map
-
clientHazardLabelMap
Retrieve the Client Hazard Label Map- Returns:
- The Client Hazard Label Map
-
dealerSeniorRecoveryLabelMap
Retrieve the Dealer Senior Recovery Label Map- Returns:
- The Dealer Senior Recovery Label Map
-
clientRecoveryLabelMap
Retrieve the Client Recovery Label Map- Returns:
- The Client Recovery Label Map
-
dealerSubordinateRecoveryLabelMap
Retrieve the Dealer Subordinate Recovery Label Map- Returns:
- The Dealer Subordinate Recovery Label Map
-
dealerSeniorFundingLabelMap
Retrieve the Dealer Senior Funding Label Map- Returns:
- The Dealer Senior Funding Label Map
-
clientFundingLabelMap
Retrieve the Client Funding Label Map- Returns:
- The Client Funding Label Map
-
dealerSubordinateFundingLabelMap
Retrieve the Dealer Subordinate Funding Label Map- Returns:
- The Dealer Subordinate Funding Label Map
-
marketParams
Generate the Adiabat Dependent Market Parameters- Returns:
- The Adiabat Dependent Market Parameters
-