Uses of Class
org.drip.exposure.csatimeline.AndersenPykhtinSokolLag
Package | Description |
---|---|
org.drip.exposure.csatimeline |
Time-line of IMA/CSA Event Dates
|
org.drip.exposure.mpor |
Margin Period Collateral Amount Estimation
|
-
Uses of AndersenPykhtinSokolLag in org.drip.exposure.csatimeline
Methods in org.drip.exposure.csatimeline that return AndersenPykhtinSokolLag Modifier and Type Method Description static AndersenPykhtinSokolLag
AndersenPykhtinSokolLag. Aggressive()
Generate the "Aggressive" Parameterization of AndersenPykhtinSokolLagstatic AndersenPykhtinSokolLag
AndersenPykhtinSokolLag. ClassicalMinus()
Generate the "Classical-" Parameterization of AndersenPykhtinSokolLagstatic AndersenPykhtinSokolLag
AndersenPykhtinSokolLag. ClassicalPlus()
Generate the "Classical+" Parameterization of AndersenPykhtinSokolLagstatic AndersenPykhtinSokolLag
AndersenPykhtinSokolLag. Conservative()
Generate the "Conservative" Parameterization of AndersenPykhtinSokolLagMethods in org.drip.exposure.csatimeline with parameters of type AndersenPykhtinSokolLag Modifier and Type Method Description static LastFlowDates
LastFlowDates. SpotStandard(JulianDate spot, AndersenPykhtinSokolLag andersenPykhtinSokolLag, java.lang.String calendarSet)
Generate a LastFlowDates Instance from the Spot Date and the AndersenPykhtinSokolLag -
Uses of AndersenPykhtinSokolLag in org.drip.exposure.mpor
Methods in org.drip.exposure.mpor with parameters of type AndersenPykhtinSokolLag Modifier and Type Method Description static PathVariationMarginTrajectoryEstimator
PathVariationMarginTrajectoryEstimator. Standard(int[] exposureDateArray, java.lang.String calendar, VariationMarginTradePaymentVertex variationMarginTradePaymentVertex, MarketPath marketPath, AndersenPykhtinSokolLag csaTimelineLag)
Generate a Standard Instance of PathVariationMarginTrajectoryEstimatorConstructors in org.drip.exposure.mpor with parameters of type AndersenPykhtinSokolLag Constructor Description PathVariationMarginTrajectoryEstimator(int[] exposureDateArray, java.lang.String calendar, java.util.Map<java.lang.Integer,java.lang.Double> variationMarginEstimateTrajectory, TradePayment[] tradePaymentTrajectory, AndersenPykhtinSokolLag csaTimelineLag)
PathVariationMarginTrajectoryEstimator Constructor