CTSettingsContainer21.java

  1. package org.drip.simm.commodity;

  2. /*
  3.  * -*- mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  4.  */

  5. /*!
  6.  * Copyright (C) 2020 Lakshmi Krishnamurthy
  7.  * Copyright (C) 2019 Lakshmi Krishnamurthy
  8.  * Copyright (C) 2018 Lakshmi Krishnamurthy
  9.  *
  10.  *  This file is part of DROP, an open-source library targeting analytics/risk, transaction cost analytics,
  11.  *      asset liability management analytics, capital, exposure, and margin analytics, valuation adjustment
  12.  *      analytics, and portfolio construction analytics within and across fixed income, credit, commodity,
  13.  *      equity, FX, and structured products. It also includes auxiliary libraries for algorithm support,
  14.  *      numerical analysis, numerical optimization, spline builder, model validation, statistical learning,
  15.  *      and computational support.
  16.  *  
  17.  *      https://lakshmidrip.github.io/DROP/
  18.  *  
  19.  *  DROP is composed of three modules:
  20.  *  
  21.  *  - DROP Product Core - https://lakshmidrip.github.io/DROP-Product-Core/
  22.  *  - DROP Portfolio Core - https://lakshmidrip.github.io/DROP-Portfolio-Core/
  23.  *  - DROP Computational Core - https://lakshmidrip.github.io/DROP-Computational-Core/
  24.  *
  25.  *  DROP Product Core implements libraries for the following:
  26.  *  - Fixed Income Analytics
  27.  *  - Loan Analytics
  28.  *  - Transaction Cost Analytics
  29.  *
  30.  *  DROP Portfolio Core implements libraries for the following:
  31.  *  - Asset Allocation Analytics
  32.  *  - Asset Liability Management Analytics
  33.  *  - Capital Estimation Analytics
  34.  *  - Exposure Analytics
  35.  *  - Margin Analytics
  36.  *  - XVA Analytics
  37.  *
  38.  *  DROP Computational Core implements libraries for the following:
  39.  *  - Algorithm Support
  40.  *  - Computation Support
  41.  *  - Function Analysis
  42.  *  - Model Validation
  43.  *  - Numerical Analysis
  44.  *  - Numerical Optimizer
  45.  *  - Spline Builder
  46.  *  - Statistical Learning
  47.  *
  48.  *  Documentation for DROP is Spread Over:
  49.  *
  50.  *  - Main                     => https://lakshmidrip.github.io/DROP/
  51.  *  - Wiki                     => https://github.com/lakshmiDRIP/DROP/wiki
  52.  *  - GitHub                   => https://github.com/lakshmiDRIP/DROP
  53.  *  - Repo Layout Taxonomy     => https://github.com/lakshmiDRIP/DROP/blob/master/Taxonomy.md
  54.  *  - Javadoc                  => https://lakshmidrip.github.io/DROP/Javadoc/index.html
  55.  *  - Technical Specifications => https://github.com/lakshmiDRIP/DROP/tree/master/Docs/Internal
  56.  *  - Release Versions         => https://lakshmidrip.github.io/DROP/version.html
  57.  *  - Community Credits        => https://lakshmidrip.github.io/DROP/credits.html
  58.  *  - Issues Catalog           => https://github.com/lakshmiDRIP/DROP/issues
  59.  *  - JUnit                    => https://lakshmidrip.github.io/DROP/junit/index.html
  60.  *  - Jacoco                   => https://lakshmidrip.github.io/DROP/jacoco/index.html
  61.  *
  62.  *  Licensed under the Apache License, Version 2.0 (the "License");
  63.  *      you may not use this file except in compliance with the License.
  64.  *  
  65.  *  You may obtain a copy of the License at
  66.  *      http://www.apache.org/licenses/LICENSE-2.0
  67.  *  
  68.  *  Unless required by applicable law or agreed to in writing, software
  69.  *      distributed under the License is distributed on an "AS IS" BASIS,
  70.  *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  71.  *  
  72.  *  See the License for the specific language governing permissions and
  73.  *      limitations under the License.
  74.  */

  75. /**
  76.  * <i>CTSettingsContainer21</i> h/olds the ISDA SIMM 2.1 Commodity Buckets and their Correlations. The
  77.  * References are:
  78.  *
  79.  * <br><br>
  80.  *  <ul>
  81.  *      <li>
  82.  *          Andersen, L. B. G., M. Pykhtin, and A. Sokol (2017): Credit Exposure in the Presence of Initial
  83.  *              Margin https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2806156 <b>eSSRN</b>
  84.  *      </li>
  85.  *      <li>
  86.  *          Albanese, C., S. Caenazzo, and O. Frankel (2017): Regression Sensitivities for Initial Margin
  87.  *              Calculations https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2763488 <b>eSSRN</b>
  88.  *      </li>
  89.  *      <li>
  90.  *          Anfuso, F., D. Aziz, P. Giltinan, and K. Loukopoulus (2017): A Sound Modeling and Back-testing
  91.  *              Framework for Forecasting Initial Margin Requirements
  92.  *                  https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2716279 <b>eSSRN</b>
  93.  *      </li>
  94.  *      <li>
  95.  *          Caspers, P., P. Giltinan, R. Lichters, and N. Nowaczyk (2017): Forecasting Initial Margin
  96.  *              Requirements - A Model Evaluation https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2911167
  97.  *                  <b>eSSRN</b>
  98.  *      </li>
  99.  *      <li>
  100.  *          International Swaps and Derivatives Association (2017): SIMM v2.0 Methodology
  101.  *              https://www.isda.org/a/oFiDE/isda-simm-v2.pdf
  102.  *      </li>
  103.  *  </ul>
  104.  *
  105.  * <br><br>
  106.  *  <ul>
  107.  *      <li><b>Module </b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/PortfolioCore.md">Portfolio Core Module</a></li>
  108.  *      <li><b>Library</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/MarginAnalyticsLibrary.md">Initial and Variation Margin Analytics</a></li>
  109.  *      <li><b>Project</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/simm/README.md">Initial Margin Analytics based on ISDA SIMM and its Variants</a></li>
  110.  *      <li><b>Package</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/simm/commodity/README.md">Commodity Risk Factor Calibration Settings</a></li>
  111.  *  </ul>
  112.  * <br><br>
  113.  * @author Lakshmi Krishnamurthy
  114.  */

  115. public class CTSettingsContainer21
  116. {
  117.     private static org.drip.measure.stochastic.LabelCorrelation s_CrossBucketCorrelation = null;

  118.     private static final java.util.Map<java.lang.Integer, org.drip.simm.commodity.CTBucket> s_BucketMap =
  119.         new java.util.TreeMap<java.lang.Integer, org.drip.simm.commodity.CTBucket>();

  120.     private static final boolean SetUpCrossBucketCorrelation()
  121.     {
  122.         java.util.List<java.lang.String> bucketList = new java.util.ArrayList<java.lang.String>();

  123.         bucketList.add ("1");

  124.         bucketList.add ("2");

  125.         bucketList.add ("3");

  126.         bucketList.add ("4");

  127.         bucketList.add ("5");

  128.         bucketList.add ("6");

  129.         bucketList.add ("7");

  130.         bucketList.add ("8");

  131.         bucketList.add ("9");

  132.         bucketList.add ("10");

  133.         bucketList.add ("11");

  134.         bucketList.add ("12");

  135.         bucketList.add ("13");

  136.         bucketList.add ("14");

  137.         bucketList.add ("15");

  138.         bucketList.add ("16");

  139.         bucketList.add ("17");

  140.         try
  141.         {
  142.             s_CrossBucketCorrelation = new org.drip.measure.stochastic.LabelCorrelation (
  143.                 bucketList,
  144.                 new double[][]
  145.                 {
  146.                     { 1.00, 0.16, 0.11, 0.19, 0.22, 0.12, 0.22, 0.02, 0.27, 0.08, 0.11, 0.05, 0.04, 0.06, 0.01, 0.00, 0.10}, // #01
  147.                     { 0.16, 1.00, 0.89, 0.94, 0.93, 0.32, 0.24, 0.19, 0.21, 0.06, 0.39, 0.23, 0.39, 0.29, 0.13, 0.00, 0.66}, // #02
  148.                     { 0.11, 0.89, 1.00, 0.87, 0.88, 0.17, 0.17, 0.13, 0.12, 0.03, 0.24, 0.04, 0.27, 0.19, 0.08, 0.00, 0.61}, // #03
  149.                     { 0.19, 0.94, 0.87, 1.00, 0.92, 0.37, 0.27, 0.21, 0.21, 0.03, 0.36, 0.16, 0.27, 0.28, 0.09, 0.00, 0.64}, // #04
  150.                     { 0.22, 0.93, 0.88, 0.92, 1.00, 0.29, 0.26, 0.19, 0.23, 0.10, 0.40, 0.27, 0.38, 0.30, 0.15, 0.00, 0.64}, // #05
  151.                     { 0.12, 0.32, 0.17, 0.37, 0.29, 1.00, 0.19, 0.60, 0.18, 0.09, 0.22, 0.09, 0.14, 0.16, 0.10, 0.00, 0.37}, // #06
  152.                     { 0.22, 0.24, 0.17, 0.27, 0.26, 0.19, 1.00, 0.06, 0.68, 0.16, 0.21, 0.10, 0.24, 0.25,-0.01, 0.00, 0.27}, // #07
  153.                     { 0.02, 0.19, 0.13, 0.21, 0.19, 0.60, 0.06, 1.00, 0.12, 0.01, 0.10, 0.03, 0.02, 0.07, 0.10, 0.00, 0.21}, // #08
  154.                     { 0.27, 0.21, 0.12, 0.21, 0.23, 0.18, 0.68, 0.12, 1.00, 0.05, 0.16, 0.03, 0.19, 0.16,-0.01, 0.00, 0.19}, // #09
  155.                     { 0.08, 0.06, 0.03, 0.03, 0.10, 0.09, 0.16, 0.01, 0.05, 1.00, 0.08, 0.04, 0.05, 0.11, 0.02, 0.00, 0.00}, // #10
  156.                     { 0.11, 0.39, 0.24, 0.36, 0.40, 0.22, 0.21, 0.10, 0.16, 0.08, 1.00, 0.34, 0.19, 0.22, 0.15, 0.00, 0.34}, // #11
  157.                     { 0.05, 0.23, 0.04, 0.16, 0.27, 0.09, 0.10, 0.03, 0.03, 0.04, 0.34, 1.00, 0.14, 0.26, 0.09, 0.00, 0.20}, // #12
  158.                     { 0.04, 0.39, 0.27, 0.27, 0.38, 0.14, 0.24, 0.02, 0.19, 0.05, 0.19, 0.14, 1.00, 0.30, 0.16, 0.00, 0.40}, // #13
  159.                     { 0.06, 0.29, 0.19, 0.28, 0.30, 0.16, 0.25, 0.07, 0.16, 0.11, 0.22, 0.26, 0.30, 1.00, 0.09, 0.00, 0.30}, // #14
  160.                     { 0.01, 0.13, 0.08, 0.09, 0.15, 0.10,-0.01, 0.10,-0.01, 0.02, 0.15, 0.09, 0.16, 0.09, 1.00, 0.00, 0.16}, // #15
  161.                     { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00, 0.00}, // #16
  162.                     { 0.10, 0.66, 0.61, 0.64, 0.64, 0.37, 0.27, 0.21, 0.19, 0.00, 0.34, 0.20, 0.40, 0.30, 0.16, 0.00, 1.00}  // #17
  163.                 }
  164.             );

  165.             return true;
  166.         }
  167.         catch (java.lang.Exception e)
  168.         {
  169.             e.printStackTrace();
  170.         }

  171.         return false;
  172.     }

  173.     /**
  174.      * Initialize the Commodity Settings Container
  175.      *
  176.      * @return TRUE - Commodity Settings Container successfully initialized
  177.      */

  178.     public static final boolean Init()
  179.     {
  180.         try
  181.         {
  182.             s_BucketMap.put (
  183.                 1,
  184.                 new org.drip.simm.commodity.CTBucket (
  185.                     1,
  186.                     "Coal",
  187.                     19.,
  188.                     0.27
  189.                 )
  190.             );

  191.             s_BucketMap.put (
  192.                 2,
  193.                 new org.drip.simm.commodity.CTBucket (
  194.                     2,
  195.                     "Crude",
  196.                     20.,
  197.                     0.97
  198.                 )
  199.             );

  200.             s_BucketMap.put (
  201.                 3,
  202.                 new org.drip.simm.commodity.CTBucket (
  203.                     3,
  204.                     "Light Ends",
  205.                     17.,
  206.                     0.92
  207.                 )
  208.             );

  209.             s_BucketMap.put (
  210.                 4,
  211.                 new org.drip.simm.commodity.CTBucket (
  212.                     4,
  213.                     "Middle Distillates",
  214.                     19.,
  215.                     0.97
  216.                 )
  217.             );

  218.             s_BucketMap.put (
  219.                 5,
  220.                 new org.drip.simm.commodity.CTBucket (
  221.                     5,
  222.                     "Heavy Distillates",
  223.                     24.,
  224.                     0.99
  225.                 )
  226.             );

  227.             s_BucketMap.put (
  228.                 6,
  229.                 new org.drip.simm.commodity.CTBucket (
  230.                     6,
  231.                     "North American Natural Gas",
  232.                     22.,
  233.                     1.00
  234.                 )
  235.             );

  236.             s_BucketMap.put (
  237.                 7,
  238.                 new org.drip.simm.commodity.CTBucket (
  239.                     7,
  240.                     "European Natural Gas",
  241.                     26.,
  242.                     1.00
  243.                 )
  244.             );

  245.             s_BucketMap.put (
  246.                 8,
  247.                 new org.drip.simm.commodity.CTBucket (
  248.                     8,
  249.                     "North American Power",
  250.                     50.,
  251.                     0.40
  252.                 )
  253.             );

  254.             s_BucketMap.put (
  255.                 9,
  256.                 new org.drip.simm.commodity.CTBucket (
  257.                     9,
  258.                     "European Power",
  259.                     27.,
  260.                     0.73
  261.                 )
  262.             );

  263.             s_BucketMap.put (
  264.                 10,
  265.                 new org.drip.simm.commodity.CTBucket (
  266.                     10,
  267.                     "Freight",
  268.                     54.,
  269.                     0.13
  270.                 )
  271.             );

  272.             s_BucketMap.put (
  273.                 11,
  274.                 new org.drip.simm.commodity.CTBucket (
  275.                     11,
  276.                     "Base Metals",
  277.                     20.,
  278.                     0.53
  279.                 )
  280.             );

  281.             s_BucketMap.put (
  282.                 12,
  283.                 new org.drip.simm.commodity.CTBucket (
  284.                     12,
  285.                     "Precious Metals",
  286.                     20.,
  287.                     0.64
  288.                 )
  289.             );

  290.             s_BucketMap.put (
  291.                 13,
  292.                 new org.drip.simm.commodity.CTBucket (
  293.                     13,
  294.                     "Grains",
  295.                     17.,
  296.                     0.63
  297.                 )
  298.             );

  299.             s_BucketMap.put (
  300.                 14,
  301.                 new org.drip.simm.commodity.CTBucket (
  302.                     14,
  303.                     "Softs",
  304.                     14.,
  305.                     0.26
  306.                 )
  307.             );

  308.             s_BucketMap.put (
  309.                 15,
  310.                 new org.drip.simm.commodity.CTBucket (
  311.                     15,
  312.                     "Livestock",
  313.                     10.,
  314.                     0.26
  315.                 )
  316.             );

  317.             s_BucketMap.put (
  318.                 16,
  319.                 new org.drip.simm.commodity.CTBucket (
  320.                     16,
  321.                     "Other",
  322.                     54.,
  323.                     0.00
  324.                 )
  325.             );

  326.             s_BucketMap.put (
  327.                 17,
  328.                 new org.drip.simm.commodity.CTBucket (
  329.                     17,
  330.                     "Indexes",
  331.                     16.,
  332.                     0.38
  333.                 )
  334.             );
  335.         }
  336.         catch (java.lang.Exception e)
  337.         {
  338.             e.printStackTrace();

  339.             return false;
  340.         }

  341.         return SetUpCrossBucketCorrelation();
  342.     }

  343.     /**
  344.      * Retrieve the Set of Bucket Indexes available
  345.      *
  346.      * @return The Set of Bucket Indexes available
  347.      */

  348.     public static final java.util.Set<java.lang.Integer> BucketSet()
  349.     {
  350.         return s_BucketMap.keySet();
  351.     }

  352.     /**
  353.      * Indicate if the Bucket denoted by the Number is available
  354.      *
  355.      * @param bucketNumber The Bucket Number
  356.      *
  357.      * @return TRUE - The Bucket denoted by the Number is available
  358.      */

  359.     public static final boolean ContainsBucket (
  360.         final int bucketNumber)
  361.     {
  362.         return s_BucketMap.containsKey (bucketNumber);
  363.     }

  364.     /**
  365.      * Retrieve the Bucket denoted by the Number
  366.      *
  367.      * @param bucketNumber The Bucket Number
  368.      *
  369.      * @return The Bucket denoted by the Number
  370.      */

  371.     public static final org.drip.simm.commodity.CTBucket Bucket (
  372.         final int bucketNumber)
  373.     {
  374.         return ContainsBucket (bucketNumber) ? s_BucketMap.get (bucketNumber) : null;
  375.     }

  376.     /**
  377.      * Retrieve the Cross Bucket Correlation
  378.      *
  379.      * @return The Cross Bucket Correlation
  380.      */

  381.     public static final org.drip.measure.stochastic.LabelCorrelation CrossBucketCorrelation()
  382.     {
  383.         return s_CrossBucketCorrelation;
  384.     }

  385.     /**
  386.      * Retrieve the Bucket Map
  387.      *
  388.      * @return The Bucket Map
  389.      */

  390.     public static final java.util.Map<java.lang.Integer, org.drip.simm.commodity.CTBucket> BucketMap()
  391.     {
  392.         return s_BucketMap;
  393.     }

  394.     /**
  395.      * Retrieve the Cross Bucket Co-variance Matrix
  396.      *
  397.      * @return The Cross Bucket Co-variance Matrix
  398.      */

  399.     public static final org.drip.simm.foundation.RiskGroupPrincipalCovariance CrossBucketPrincipalCovariance()
  400.     {
  401.         return org.drip.simm.foundation.RiskGroupPrincipalCovariance.Standard (
  402.             s_CrossBucketCorrelation.matrix(),
  403.             1.
  404.         );
  405.     }
  406. }