Uses of Interface
org.drip.exposure.mpor.VariationMarginTradePaymentVertex
| Package | Description |
|---|---|
| org.drip.exposure.generator |
Rates Stream Margin Period Exposure
|
| org.drip.exposure.holdings |
Holdings Exposure - Position and Dependencies
|
| org.drip.exposure.mpor |
Margin Period Collateral Amount Estimation
|
| org.drip.exposure.regressiontrade |
Exposure Regression under Margin and Trade Payments
|
-
Uses of VariationMarginTradePaymentVertex in org.drip.exposure.generator
Classes in org.drip.exposure.generator that implement VariationMarginTradePaymentVertex Modifier and Type Class Description classFixedStreamMPoRFixedStreamMPoR estimates the MPoR Variation Margin and the Trade Payments for the given Fixed Coupon Stream off of the Realized Market Path.classFixFloatMPoRFixFloatMPoR estimates the MPoR Variation Margin and the Trade Payments for the given Fix Float Component off of the Realized Market Path.classFloatStreamMPoRFloatStreamMPoR estimates the MPoR Variation Margin and the Trade Payments for the given Float Stream off of the Realized Market Path.classNumeraireMPoRNumeraireMPoR estimates the MPoR Variation Margin and the Trade Payments for the generic Numeraire off of the Realized Market Path.classPortfolioMPoRPortfolioMPoR estimates the MPoR Variation Margin and the Trade Payments for the Component MPoR's of a given Portfolio off of the Realized Market Path.classStreamMPoRStreamMPoR estimates the MPoR Variation Margin and the Trade Payments for the generic Stream off of the Realized Market Path.Methods in org.drip.exposure.generator that return types with arguments of type VariationMarginTradePaymentVertex Modifier and Type Method Description java.util.List<VariationMarginTradePaymentVertex>PortfolioMPoR. componentMPoRList()Retrieve the List of Component MPoR's -
Uses of VariationMarginTradePaymentVertex in org.drip.exposure.holdings
Classes in org.drip.exposure.holdings that implement VariationMarginTradePaymentVertex Modifier and Type Class Description classFixFloatBaselPositionEstimatorFixFloatBaselPositionEstimator evaluates the Value of a Fix Float Position Group given the Realized Market Path using the Basel Scheme.classPositionGroupEstimatorPositionGroupEstimator evaluates the Value of the Position Group given the Realized Market Path. -
Uses of VariationMarginTradePaymentVertex in org.drip.exposure.mpor
Methods in org.drip.exposure.mpor with parameters of type VariationMarginTradePaymentVertex Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.lang.Double>VariationMarginTrajectoryBuilder. Grid(int[] exposureDateArray, VariationMarginTradePaymentVertex variationMarginTradePaymentVertex, MarketPath marketPath)Generate the Daily Dense Variation Margin Trade Payment Trajectorystatic PathVariationMarginTrajectoryEstimatorPathVariationMarginTrajectoryEstimator. Standard(int[] exposureDateArray, java.lang.String calendar, VariationMarginTradePaymentVertex variationMarginTradePaymentVertex, MarketPath marketPath, AndersenPykhtinSokolLag csaTimelineLag)Generate a Standard Instance of PathVariationMarginTrajectoryEstimator -
Uses of VariationMarginTradePaymentVertex in org.drip.exposure.regressiontrade
Methods in org.drip.exposure.regressiontrade that return VariationMarginTradePaymentVertex Modifier and Type Method Description VariationMarginTradePaymentVertexAdjustedVariationMarginEstimator. marginTradePaymentGenerator()Retrieve the Path-wise Variation Margin/Trade Payment GeneratorVariationMarginTradePaymentVertexAndersenPykhtinSokolEnsemble. marginTradePaymentGenerator()Retrieve the Path-wise Variation Margin/Trade Payment GeneratorConstructors in org.drip.exposure.regressiontrade with parameters of type VariationMarginTradePaymentVertex Constructor Description AdjustedVariationMarginEstimator(VariationMarginTradePaymentVertex marginTradePaymentGenerator, MarketPath marketPath)AdjustedVariationMarginEstimator ConstructorAndersenPykhtinSokolEnsemble(VariationMarginTradePaymentVertex marginTradePaymentGenerator, MarketPath[] marketPathArray, int[] sparseExposureDateArray)AndersenPykhtinSokolEnsemble Constructor