Uses of Class
org.drip.exposure.universe.MarketPath
| 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 | 
| org.drip.exposure.universe | Exposure Generation - Market States Simulation | 
| org.drip.xva.dynamics | XVA Dynamics - Settings and Evolution | 
| org.drip.xva.netting | Credit/Debt/Funding Netting Groups | 
| org.drip.xva.strategy | Replication Strategy Based Netting Group | 
- 
Uses of MarketPath in org.drip.exposure.generatorMethods in org.drip.exposure.generator with parameters of type MarketPath Modifier and Type Method Description TradePayment[]FixedStreamMPoR. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePayment[]FixFloatMPoR. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePayment[]FloatStreamMPoR. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePayment[]NumeraireMPoR. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePayment[]PortfolioMPoR. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePaymentFixedStreamMPoR. tradePayment(int forwardDate, MarketPath marketPath)TradePaymentFixFloatMPoR. tradePayment(int forwardDate, MarketPath marketPath)TradePaymentFloatStreamMPoR. tradePayment(int forwardDate, MarketPath marketPath)TradePaymentNumeraireMPoR. tradePayment(int forwardDate, MarketPath marketPath)TradePaymentPortfolioMPoR. tradePayment(int forwardDate, MarketPath marketPath)doubleFixedStreamMPoR. variationMarginEstimate(int forwardDate, MarketPath marketPath)doubleFixFloatMPoR. variationMarginEstimate(int forwardDate, MarketPath marketPath)doubleFloatStreamMPoR. variationMarginEstimate(int forwardDate, MarketPath marketPath)doubleNumeraireMPoR. variationMarginEstimate(int forwardDate, MarketPath marketPath)doublePortfolioMPoR. variationMarginEstimate(int forwardDate, MarketPath marketPath)
- 
Uses of MarketPath in org.drip.exposure.holdingsMethods in org.drip.exposure.holdings with parameters of type MarketPath Modifier and Type Method Description TradePayment[]PositionGroupEstimator. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)TradePaymentPositionGroupEstimator. tradePayment(int vertexDate, MarketPath marketPath)double[]PositionGroup. valueArray(MarketPath marketPath)Generate the Position Group Value Array at the specified VertexesdoubleFixFloatBaselPositionEstimator. variationMarginEstimate(int vertexDate, MarketPath marketPath)doublePositionGroupEstimator. variationMarginEstimate(int vertexDate, MarketPath marketPath)
- 
Uses of MarketPath in org.drip.exposure.mporMethods in org.drip.exposure.mpor with parameters of type MarketPath Modifier and Type Method Description TradePayment[]VariationMarginTradePaymentVertex. denseTradePaymentArray(int startDate, int endDate, MarketPath marketPath)Estimate the Dense Exposure Vertex Date Trade Payment on all Dates from the specified Start to Endstatic 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 PathVariationMarginTrajectoryEstimatorTradePaymentVariationMarginTradePaymentVertex. tradePayment(int vertexDate, MarketPath marketPath)Estimate the Exposure Vertex Date Trade PaymentdoubleVariationMarginTradePaymentVertex. variationMarginEstimate(int vertexDate, MarketPath marketPath)Estimate the Vertex Date Variation Margin Estimate
- 
Uses of MarketPath in org.drip.exposure.regressiontradeMethods in org.drip.exposure.regressiontrade that return MarketPath Modifier and Type Method Description MarketPathAdjustedVariationMarginEstimator. marketPath()Retrieve the Path-wise Market PathMarketPath[]AndersenPykhtinSokolEnsemble. marketPathArray()Retrieve the Array of Market PathsConstructors in org.drip.exposure.regressiontrade with parameters of type MarketPath Constructor Description AdjustedVariationMarginEstimator(VariationMarginTradePaymentVertex marginTradePaymentGenerator, MarketPath marketPath)AdjustedVariationMarginEstimator ConstructorAndersenPykhtinSokolEnsemble(VariationMarginTradePaymentVertex marginTradePaymentGenerator, MarketPath[] marketPathArray, int[] sparseExposureDateArray)AndersenPykhtinSokolEnsemble Constructor
- 
Uses of MarketPath in org.drip.exposure.universeMethods in org.drip.exposure.universe that return MarketPath Modifier and Type Method Description static MarketPathMarketPath. FromMarketVertexArray(MarketVertex[] marketVertexArray)Generate the Market Path from Market Vertex Array
- 
Uses of MarketPath in org.drip.xva.dynamicsMethods in org.drip.xva.dynamics that return MarketPath Modifier and Type Method Description MarketPathPositionGroupTrajectory. marketPath()Retrieve the Market PathConstructors in org.drip.xva.dynamics with parameters of type MarketPath Constructor Description PositionGroupTrajectory(PositionGroupSpecification positionGroupSpecification, MarketPath marketPath, double[][] positionGroupArrayVertex)PositionGroupTrajectory Constructor
- 
Uses of MarketPath in org.drip.xva.nettingMethods in org.drip.xva.netting that return MarketPath Modifier and Type Method Description MarketPathCollateralGroupPath. marketPath()Retrieve the Market PathMarketPathCreditDebtGroupPath. marketPath()Retrieve the Market PathMarketPathFundingGroupPath. marketPath()Retrieve the Market PathConstructors in org.drip.xva.netting with parameters of type MarketPath Constructor Description CollateralGroupPath(CollateralGroupVertex[] collateralGroupVertexArray, MarketPath marketPath)CollateralGroupPath Constructor
- 
Uses of MarketPath in org.drip.xva.strategyMethods in org.drip.xva.strategy with parameters of type MarketPath Modifier and Type Method Description static AlbaneseAndersenFundingGroupPathAlbaneseAndersenFundingGroupPath. Mono(CreditDebtGroupPath creditDebtGroupPath, MarketPath marketPath)Generate a "Mono" AlbaneseAndersenFundingGroupPath Instancestatic AlbaneseAndersenNettingGroupPathAlbaneseAndersenNettingGroupPath. Mono(CollateralGroupPath collateralGroupPath, MarketPath marketPath)Generate a "Mono" AlbaneseAndersenNettingGroupPath InstanceConstructors in org.drip.xva.strategy with parameters of type MarketPath Constructor Description AlbaneseAndersenFundingGroupPath(CreditDebtGroupPath[] creditDebtGroupPathArray, MarketPath marketPath)AlbaneseAndersenFundingGroupPath ConstructorAlbaneseAndersenNettingGroupPath(CollateralGroupPath[] collateralGroupPathArray, MarketPath marketPath)AlbaneseAndersenNettingGroupPath Constructor