Class AndersenPykhtinSokolTrajectory
java.lang.Object
org.drip.exposure.regressiontrade.AndersenPykhtinSokolTrajectory
public class AndersenPykhtinSokolTrajectory
extends java.lang.Object
AndersenPykhtinSokolTrajectory holds the per-Path Variation Margin Trajectory and theTrade Flow
Array. The References are:
- Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017): Re-thinking Margin Period of Risk https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2902737 eSSRN
- Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017): Credit Exposure in the Presence of Initial Margin https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2806156 eSSRN
- Albanese, C., and L. Andersen (2014): Accounting for OTC Derivatives: Funding Adjustments and the Re-Hypothecation Option https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2482955 eSSRN
- Burgard, C., and M. Kjaer (2017): Derivatives Funding, Netting, and Accounting https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2534011 eSSRN
- Pykhtin, M. (2009): Modeling Counter-party Credit Exposure in the Presence of Margin Agreements http://www.risk-europe.com/protected/michael-pykhtin.pdf
- Module = Portfolio Core Module
- Library = Exposure Analytics
- Project = Exposure Group Level Collateralized/Uncollateralized Exposure
- Package = Exposure Regression under Margin and Trade Payments
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description AndersenPykhtinSokolTrajectory(java.util.Map<java.lang.Integer,java.lang.Double> variationMarginEstimateTrajectory, TradePayment[] tradePaymentTrajectory)
AndersenPykhtinSokolTrajectory Constructor -
Method Summary
Modifier and Type Method Description TradePayment[]
tradePaymentTrajectory()
Retrieve the Dense Trade Payment Arrayjava.util.Map<java.lang.Integer,java.lang.Double>
variationMarginEstimateTrajectory()
Retrieve the Dense Variation Margin TrajectoryMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AndersenPykhtinSokolTrajectory
public AndersenPykhtinSokolTrajectory(java.util.Map<java.lang.Integer,java.lang.Double> variationMarginEstimateTrajectory, TradePayment[] tradePaymentTrajectory) throws java.lang.ExceptionAndersenPykhtinSokolTrajectory Constructor- Parameters:
variationMarginEstimateTrajectory
- The Variation Margin Estimate TrajectorytradePaymentTrajectory
- The Dense Trade Payment Array- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
variationMarginEstimateTrajectory
public java.util.Map<java.lang.Integer,java.lang.Double> variationMarginEstimateTrajectory()Retrieve the Dense Variation Margin Trajectory- Returns:
- The Dense Variation Margin Trajectory
-
tradePaymentTrajectory
Retrieve the Dense Trade Payment Array- Returns:
- The Dense Trade Payment Array
-