Package org.drip.simm.parameters
Class BucketCurvatureSettingsCR
java.lang.Object
org.drip.simm.parameters.LiquiditySettings
org.drip.simm.parameters.BucketSensitivitySettingsCR
org.drip.simm.parameters.BucketVegaSettingsCR
org.drip.simm.parameters.BucketCurvatureSettingsCR
public class BucketCurvatureSettingsCR extends BucketVegaSettingsCR
BucketCurvatureSettingsCR holds the Curvature Risk Weights, Concentration Thresholds, and
Cross-Tenor Correlations for each Currency Curve and its Tenor. The References are:
- 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., S. Caenazzo, and O. Frankel (2017): Regression Sensitivities for Initial Margin Calculations https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2763488 eSSRN
- Anfuso, F., D. Aziz, P. Giltinan, and K. Loukopoulus (2017): A Sound Modeling and Back-testing Framework for Forecasting Initial Margin Requirements https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2716279 eSSRN
- Caspers, P., P. Giltinan, R. Lichters, and N. Nowaczyk (2017): Forecasting Initial Margin Requirements - A Model Evaluation https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2911167 eSSRN
- International Swaps and Derivatives Association (2021): SIMM v2.4 Methodology https://www.isda.org/a/CeggE/ISDA-SIMM-v2.4-PUBLIC.pdf
- Module = Portfolio Core Module
- Library = Initial and Variation Margin Analytics
- Project = Initial Margin Analytics based on ISDA SIMM and its Variants
- Package = ISDA SIMM Risk Factor Parameters
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description BucketCurvatureSettingsCR(java.util.Map<java.lang.String,java.lang.Double> tenorVegaRiskWeight, double sameIssuerSeniorityCorrelation, double differentIssuerSeniorityCorrelation, double concentrationThreshold, double vegaScaler, double historicalVolatilityRatio, java.util.Map<java.lang.String,java.lang.Double> tenorDeltaRiskWeight, java.util.Map<java.lang.String,java.lang.Double> tenorScalingFactorMap)
BucketCurvatureSettingsCR Constructor -
Method Summary
Modifier and Type Method Description static BucketCurvatureSettingsCR
ISDA_CRNQ_20(int bucketNumber)
Retrieve the ISDA 2.0 Credit Non-Qualifying Bucket Curvature Settingsstatic BucketCurvatureSettingsCR
ISDA_CRNQ_21(int bucketNumber)
Retrieve the ISDA 2.1 Credit Non-Qualifying Bucket Curvature Settingsstatic BucketCurvatureSettingsCR
ISDA_CRNQ_24(int bucketNumber)
Retrieve the ISDA 2.4 Credit Non-Qualifying Bucket Curvature Settingsstatic BucketCurvatureSettingsCR
ISDA_CRQ_20(int bucketNumber)
Retrieve the ISDA 2.0 Credit Qualifying Bucket Curvature Settingsstatic BucketCurvatureSettingsCR
ISDA_CRQ_21(int bucketNumber)
Retrieve the ISDA 2.1 Credit Qualifying Bucket Curvature Settingsstatic BucketCurvatureSettingsCR
ISDA_CRQ_24(int bucketNumber)
Retrieve the ISDA 2.4 Credit Qualifying Bucket Curvature Settingsjava.util.Map<java.lang.String,java.lang.Double>
tenorRiskWeight()
Retrieve the Tenor Risk Weight Mapjava.util.Map<java.lang.String,java.lang.Double>
tenorScalingFactorMap()
Retrieve the Tenor Scaling Factor MapMethods inherited from class org.drip.simm.parameters.BucketVegaSettingsCR
historicalVolatilityRatio, tenorDeltaRiskWeight, tenorVegaRiskWeight, vegaScaler
Methods inherited from class org.drip.simm.parameters.BucketSensitivitySettingsCR
extraFamilyCrossTenorCorrelation, intraFamilyCrossTenorCorrelation, ISDA_CRNQ_DELTA_20, ISDA_CRNQ_DELTA_21, ISDA_CRNQ_DELTA_24, ISDA_CRQ_DELTA_20, ISDA_CRQ_DELTA_21, ISDA_CRQ_DELTA_24
Methods inherited from class org.drip.simm.parameters.LiquiditySettings
concentrationThreshold
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BucketCurvatureSettingsCR
public BucketCurvatureSettingsCR(java.util.Map<java.lang.String,java.lang.Double> tenorVegaRiskWeight, double sameIssuerSeniorityCorrelation, double differentIssuerSeniorityCorrelation, double concentrationThreshold, double vegaScaler, double historicalVolatilityRatio, java.util.Map<java.lang.String,java.lang.Double> tenorDeltaRiskWeight, java.util.Map<java.lang.String,java.lang.Double> tenorScalingFactorMap) throws java.lang.ExceptionBucketCurvatureSettingsCR Constructor- Parameters:
tenorVegaRiskWeight
- The Tenor Vega Risk Weight MapsameIssuerSeniorityCorrelation
- Same Issuer/Seniority CorrelationdifferentIssuerSeniorityCorrelation
- Different Issuer/Seniority CorrelationconcentrationThreshold
- The Concentration ThresholdvegaScaler
- The Vega ScalerhistoricalVolatilityRatio
- The Historical Volatility RatiotenorDeltaRiskWeight
- The Credit Tenor Delta Risk WeighttenorScalingFactorMap
- The Tenor Scaling Factor Map- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
ISDA_CRQ_20
Retrieve the ISDA 2.0 Credit Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.0 Credit Qualifying Bucket Curvature Settings
-
ISDA_CRQ_21
Retrieve the ISDA 2.1 Credit Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.1 Credit Qualifying Bucket Curvature Settings
-
ISDA_CRQ_24
Retrieve the ISDA 2.4 Credit Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.4 Credit Qualifying Bucket Curvature Settings
-
ISDA_CRNQ_20
Retrieve the ISDA 2.0 Credit Non-Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.0 Credit Non-Qualifying Bucket Curvature Settings
-
ISDA_CRNQ_21
Retrieve the ISDA 2.1 Credit Non-Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.1 Credit Non-Qualifying Bucket Curvature Settings
-
ISDA_CRNQ_24
Retrieve the ISDA 2.4 Credit Non-Qualifying Bucket Curvature Settings- Parameters:
bucketNumber
- The Bucket Number- Returns:
- The ISDA 2.4 Credit Non-Qualifying Bucket Curvature Settings
-
tenorScalingFactorMap
public java.util.Map<java.lang.String,java.lang.Double> tenorScalingFactorMap()Retrieve the Tenor Scaling Factor Map- Returns:
- The Tenor Scaling Factor Map
-
tenorRiskWeight
public java.util.Map<java.lang.String,java.lang.Double> tenorRiskWeight()Description copied from class:BucketSensitivitySettingsCR
Retrieve the Tenor Risk Weight Map- Overrides:
tenorRiskWeight
in classBucketVegaSettingsCR
- Returns:
- The Tenor Risk Weight Map
-