CDSW.java

  1. package org.drip.sample.bloomberg;

  2. /*
  3.  * Credit Products imports
  4.  */

  5. import org.drip.analytics.cashflow.*;
  6. import org.drip.analytics.date.*;
  7. import org.drip.analytics.support.*;
  8. import org.drip.market.otc.*;
  9. import org.drip.numerical.common.FormatUtil;
  10. import org.drip.param.creator.*;
  11. import org.drip.param.market.CurveSurfaceQuoteContainer;
  12. import org.drip.param.pricer.CreditPricerParams;
  13. import org.drip.param.valuation.*;
  14. import org.drip.product.definition.*;
  15. import org.drip.product.rates.*;
  16. import org.drip.product.creator.*;
  17. import org.drip.service.env.EnvManager;
  18. import org.drip.state.creator.*;
  19. import org.drip.state.credit.CreditCurve;
  20. import org.drip.state.discount.MergedDiscountForwardCurve;
  21. import org.drip.state.identifier.ForwardLabel;

  22. /*
  23.  * -*- mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  24.  */

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

  101. /**
  102.  * <i>CDSW</i> contains the sample demonstrating the replication of Bloomberg's CDSW functionality.
  103.  *  
  104.  * <br><br>
  105.  *  <ul>
  106.  *      <li><b>Module </b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/ProductCore.md">Product Core Module</a></li>
  107.  *      <li><b>Library</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/FixedIncomeAnalyticsLibrary.md">Fixed Income Analytics</a></li>
  108.  *      <li><b>Project</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/sample/README.md">DROP API Construction and Usage</a></li>
  109.  *      <li><b>Package</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/sample/bloomberg/README.md">Bloomberg CDSO CDSW SWPM YAS</a></li>
  110.  *  </ul>
  111.  * <br><br>
  112.  *
  113.  * @author Lakshmi Krishnamurthy
  114.  */

  115. public class CDSW {
  116.     private static final java.lang.String FIELD_SEPARATOR = "   ";

  117.     private static final FixFloatComponent OTCIRS (
  118.         final JulianDate dtSpot,
  119.         final String strCurrency,
  120.         final String strMaturityTenor,
  121.         final double dblCoupon)
  122.     {
  123.         FixedFloatSwapConvention ffConv = IBORFixedFloatContainer.ConventionFromJurisdiction (
  124.             strCurrency,
  125.             "ALL",
  126.             strMaturityTenor,
  127.             "MAIN"
  128.         );

  129.         return ffConv.createFixFloatComponent (
  130.             dtSpot,
  131.             strMaturityTenor,
  132.             dblCoupon,
  133.             0.,
  134.             1.
  135.         );
  136.     }

  137.     /*
  138.      * Sample demonstrating building of rates curve from cash/future/swaps
  139.      *
  140.      *      USE WITH CARE: This sample ignores errors and does not handle exceptions.
  141.      */

  142.     private static MergedDiscountForwardCurve BuildRatesCurveFromInstruments (
  143.         final JulianDate dtStart,
  144.         final String[] astrCashTenor,
  145.         final double[] adblCashRate,
  146.         final String[] astrIRSTenor,
  147.         final double[] adblIRSRate,
  148.         final double dblBump,
  149.         final String strCurrency)
  150.         throws Exception
  151.     {
  152.         int iNumDCInstruments = astrCashTenor.length + adblIRSRate.length;
  153.         int aiDate[] = new int[iNumDCInstruments];
  154.         double adblRate[] = new double[iNumDCInstruments];
  155.         String astrCalibMeasure[] = new String[iNumDCInstruments];
  156.         double adblCompCalibValue[] = new double[iNumDCInstruments];
  157.         CalibratableComponent aCompCalib[] = new CalibratableComponent[iNumDCInstruments];

  158.         // Cash Calibration

  159.         JulianDate dtCashEffective = dtStart.addBusDays (
  160.             1,
  161.             strCurrency
  162.         );

  163.         for (int i = 0; i < astrCashTenor.length; ++i) {
  164.             astrCalibMeasure[i] = "Rate";
  165.             adblRate[i] = java.lang.Double.NaN;
  166.             adblCompCalibValue[i] = adblCashRate[i] + dblBump;

  167.             aCompCalib[i] = SingleStreamComponentBuilder.Deposit (
  168.                 dtCashEffective,
  169.                 new JulianDate (aiDate[i] = dtCashEffective.addTenor (astrCashTenor[i]).julian()),
  170.                 ForwardLabel.Create (
  171.                     strCurrency,
  172.                     astrCashTenor[i]
  173.                 )
  174.             );
  175.         }

  176.         // IRS Calibration

  177.         JulianDate dtIRSEffective = dtStart.addBusDays (2, strCurrency);

  178.         for (int i = 0; i < astrIRSTenor.length; ++i) {
  179.             astrCalibMeasure[i + astrCashTenor.length] = "Rate";
  180.             adblRate[i + astrCashTenor.length] = java.lang.Double.NaN;
  181.             adblCompCalibValue[i + astrCashTenor.length] = adblIRSRate[i] + dblBump;

  182.             aiDate[i + astrCashTenor.length] = dtIRSEffective.addTenor (astrIRSTenor[i]).julian();

  183.             aCompCalib[i + astrCashTenor.length] = OTCIRS (
  184.                 dtIRSEffective,
  185.                 strCurrency,
  186.                 astrIRSTenor[i],
  187.                 0.
  188.             );
  189.         }

  190.         /*
  191.          * Build the IR curve from the components, their calibration measures, and their calibration quotes.
  192.          */

  193.         return ScenarioDiscountCurveBuilder.NonlinearBuild (
  194.             dtStart,
  195.             strCurrency,
  196.             aCompCalib,
  197.             adblCompCalibValue,
  198.             astrCalibMeasure,
  199.             null
  200.         );
  201.     }

  202.     /*
  203.      * Sample demonstrating creation of credit curve from CDS instruments
  204.      *
  205.      *      USE WITH CARE: This sample ignores errors and does not handle exceptions.
  206.      */

  207.     private static CreditCurve CreateCreditCurveFromCDS (
  208.         final JulianDate dtStart,
  209.         final double[] adblQuote,
  210.         final String[] astrTenor,
  211.         final String strMeasure,
  212.         final MergedDiscountForwardCurve dc,
  213.         final double dblRecovery,
  214.         final String strCCName,
  215.         final double dblStrike,
  216.         final double dblBump)
  217.         throws Exception
  218.     {
  219.         String[] astrCalibMeasure = new String[adblQuote.length];
  220.         CreditDefaultSwap[] aCDS = new CreditDefaultSwap[adblQuote.length];

  221.         for (int i = 0; i < astrTenor.length; ++i) {
  222.             aCDS[i] = CDSBuilder.CreateSNAC (
  223.                 dtStart,
  224.                 astrTenor[i],
  225.                 dblStrike,
  226.                 strCCName
  227.             );

  228.             astrCalibMeasure[i] = strMeasure;
  229.             adblQuote[i] += dblBump;
  230.         }

  231.         /*
  232.          * Build the credit curve from the CDS instruments and the fair premium
  233.          */

  234.         return ScenarioCreditCurveBuilder.Custom (
  235.             strCCName,
  236.             dtStart,
  237.             aCDS,
  238.             dc,
  239.             adblQuote,
  240.             astrCalibMeasure,
  241.             dblRecovery,
  242.             "QuotedSpread".equals (strMeasure)
  243.         );
  244.     }

  245.     /*
  246.      * Sample demonstrating display of survival probability at the calibration instrument maturities
  247.      *
  248.      *      USE WITH CARE: This sample ignores errors and does not handle exceptions.
  249.      */

  250.     private static final void DisplayInstrumentMaturitySurvival (
  251.         final CreditCurve cc)
  252.         throws java.lang.Exception
  253.     {
  254.         CalibratableComponent[] aCDS = cc.calibComp();

  255.         for (int i = 0; i < aCDS.length; ++i)
  256.             System.out.println (
  257.                 aCDS[i].maturityDate() + " | " +
  258.                 cc.manifestMeasure (aCDS[i].primaryCode()) + " | " +
  259.                 FormatUtil.FormatDouble (1. - cc.survival (aCDS[i].maturityDate()), 1, 3, 1.));
  260.     }

  261.     /*
  262.      * Sample demonstrating the creation of a CDS
  263.      *
  264.      *      USE WITH CARE: This sample ignores errors and does not handle exceptions.
  265.      */

  266.     private static CreditDefaultSwap CreateCDS (
  267.         final JulianDate dtStart,
  268.         final String strTenor,
  269.         final double dblCoupon,
  270.         final String strCCName)
  271.     {
  272.         return CDSBuilder.CreateSNAC (dtStart, strTenor, dblCoupon, strCCName);
  273.     }

  274.     /*
  275.      * Sample demonstrating the generation of the full set of CDSW measure
  276.      *
  277.      *      USE WITH CARE: This sample ignores errors and does not handle exceptions.
  278.      */

  279.     public static void main (
  280.         final String[] astrArgs)
  281.         throws Exception
  282.     {
  283.         EnvManager.InitEnv (
  284.             "",
  285.             true
  286.         );

  287.         JulianDate dtCurve = DateUtil.CreateFromYMD (
  288.             2018,
  289.             DateUtil.JANUARY,
  290.             5
  291.         );

  292.         JulianDate dtValue = dtCurve.addDays (1);

  293.         JulianDate dtSettle = dtValue.addBusDays (
  294.             3,
  295.             "USD"
  296.         );

  297.         /*
  298.          * Model the USD ISDA Standard Curve
  299.          */

  300.         double dblRecovery = 0.4;
  301.         double dblNotional = -10.e+06;
  302.         String[] astrCashTenor = new String[] {   "1M",     "2M",     "3M",     "6M",    "12M"};
  303.         double[] adblCashRate = new double[] {0.001864, 0.002289, 0.002638, 0.003965, 0.006759};
  304.         String[] astrIRSTenor = new String[] {   "2Y",     "3Y",     "4Y",     "5Y",     "6Y",     "7Y",
  305.                 "8Y",     "9Y",    "10Y",    "12Y",    "15Y",    "20Y",    "25Y",    "30Y"};
  306.         double[] adblIRSRate = new double[] {0.004750, 0.007700, 0.011600, 0.015425, 0.018900, 0.021760,
  307.             0.024105, 0.026095, 0.027750, 0.030400, 0.032890, 0.034855, 0.035805, 0.036345};

  308.         /*
  309.          * Build the USD ISDA Standard Curve
  310.          */

  311.         MergedDiscountForwardCurve dc = BuildRatesCurveFromInstruments (
  312.             dtCurve,
  313.             astrCashTenor,
  314.             adblCashRate,
  315.             astrIRSTenor,
  316.             adblIRSRate,
  317.             0.,
  318.             "USD"
  319.         );

  320.         /*
  321.          * Build the CDS Instrument Quotes
  322.          */

  323.         String[] astrCDSTenor = new String[] {
  324.             "6M", "1Y", "2Y", "3Y", "4Y", "5Y", "7Y", "10Y"
  325.         };
  326.         double[] adblCDSParSpread = new double[] {
  327.             60., 68., 88., 102., 121., 138., 168., 188.
  328.         };

  329.         /*
  330.          * Build the Base Credit Curve
  331.          */

  332.         CreditCurve cc = CreateCreditCurveFromCDS (
  333.             dtValue,
  334.             adblCDSParSpread,
  335.             astrCDSTenor,
  336.             "FairPremium",
  337.             dc,
  338.             dblRecovery,
  339.             "MS",
  340.             0.01,
  341.             0.
  342.         );

  343.         /*
  344.          * Display Survival Probability to the instrument maturities
  345.          */

  346.         DisplayInstrumentMaturitySurvival (cc);

  347.         /*
  348.          * Create the CDS to price. Contract Maturity is 6Y. Traded Spread Input is 0.05 (500 bp).
  349.          */

  350.         CreditDefaultSwap cds = CreateCDS (
  351.             dtValue,
  352.             "6Y",
  353.             0.05,
  354.             "MS"
  355.         );

  356.         ValuationParams valParams = new ValuationParams (
  357.             dtValue,
  358.             dtSettle,
  359.             "USD"
  360.         );

  361.         CreditPricerParams pricerParams = CreditPricerParams.Standard();

  362.         System.out.println ("\n---- Valuation Details ----");

  363.         System.out.println ("Trade Date   : " + dtCurve);

  364.         System.out.println ("Cash Settle  : " + dtSettle);

  365.         System.out.println ("\n---- CDS Details ----");

  366.         System.out.println ("Effective    : " + cds.effectiveDate());

  367.         System.out.println ("Maturity     : " + cds.maturityDate());

  368.         /*
  369.          * Generate the base CDS Measures
  370.          */

  371.         CurveSurfaceQuoteContainer mktParams = MarketParamsBuilder.Credit (
  372.             dc,
  373.             cc
  374.         );

  375.         CaseInsensitiveTreeMap<Double> mapBaseMeasures = cds.value (
  376.             valParams,
  377.             pricerParams,
  378.             mktParams,
  379.             null
  380.         );

  381.         double dblAccrued = mapBaseMeasures.get ("Accrued") * 100. * dblNotional;

  382.         double dblBaseDirtyPV = mapBaseMeasures.get ("DirtyPV");

  383.         double dblPrincipal = mapBaseMeasures.get ("Upfront") * 0.01 * dblNotional;

  384.         System.out.println ("\n---- Base CDS Measures ----");

  385.         System.out.println ("Price        : " + FormatUtil.FormatDouble (mapBaseMeasures.get ("Price"), 1, 2, 1.));

  386.         System.out.println ("Principal    : " + FormatUtil.FormatDouble (dblPrincipal, 1, 0, 1.));

  387.         System.out.println ("Accrued      : " + FormatUtil.FormatDouble (dblAccrued, 1, 0, 1.));

  388.         System.out.println ("Accrual Days : " + FormatUtil.FormatDouble (mapBaseMeasures.get ("AccrualDays"), 1, 0, 1.));

  389.         System.out.println ("Cash Amount  : " + FormatUtil.FormatDouble (dblAccrued + dblPrincipal, 1, 0, 1.));

  390.         System.out.println ("Repl Spread  : " + FormatUtil.FormatDouble (mapBaseMeasures.get ("FairPremium"), 1, 4, 1.));

  391.         /*
  392.          * Build the Bumped 01 Credit Curve
  393.          */

  394.         CreditCurve cc01Bump = CreateCreditCurveFromCDS (
  395.             dtValue,
  396.             adblCDSParSpread,
  397.             astrCDSTenor,
  398.             "FairPremium",
  399.             dc,
  400.             dblRecovery,
  401.             "MS",
  402.             0.01,
  403.             1.
  404.         );

  405.         /*
  406.          * Generate the 1 bp flat Credit Curve bumped  Measures
  407.          */

  408.         CaseInsensitiveTreeMap<Double> mapCreditFlat01Measures = cds.value (
  409.             valParams,
  410.             pricerParams,
  411.             MarketParamsBuilder.Credit (
  412.                 dc,
  413.                 cc01Bump
  414.             ),
  415.             null
  416.         );

  417.         double dblCreditFlat01DirtyPV = mapCreditFlat01Measures.get ("DirtyPV");

  418.         System.out.println ("CS01         : " + FormatUtil.FormatDouble (dblCreditFlat01DirtyPV - dblBaseDirtyPV, 1, 0, 0.01 * dblNotional));

  419.         /*
  420.          * Build the Bumped 01 Rates Curve
  421.          */

  422.         MergedDiscountForwardCurve dc01Bump = BuildRatesCurveFromInstruments (
  423.             dtCurve,
  424.             astrCashTenor,
  425.             adblCashRate,
  426.             astrIRSTenor,
  427.             adblIRSRate,
  428.             0.0001,
  429.             "USD"
  430.         );

  431.         /*
  432.          * Generate the 1 bp flat Rates Curve bumped  Measures
  433.          */

  434.         CaseInsensitiveTreeMap<Double> mapRatesFlat01Measures = cds.value (
  435.             valParams,
  436.             pricerParams,
  437.             MarketParamsBuilder.Credit (
  438.                 dc01Bump,
  439.                 cc
  440.             ),
  441.             null
  442.         );

  443.         double dblRatesFlat01DirtyPV = mapRatesFlat01Measures.get ("DirtyPV");

  444.         System.out.println ("IR01         : " + FormatUtil.FormatDouble (dblRatesFlat01DirtyPV - dblBaseDirtyPV, 1, 0, 0.01 * dblNotional));

  445.         /*
  446.          * Generates and displays the coupon period details for the bonds
  447.          */

  448.         System.out.println ("\n---- CDS Coupon Flows ----");

  449.         for (CompositePeriod p : cds.couponPeriods())
  450.             System.out.println (
  451.                 DateUtil.YYYYMMDD (p.startDate()) + FIELD_SEPARATOR +
  452.                 DateUtil.YYYYMMDD (p.endDate()) + FIELD_SEPARATOR +
  453.                 DateUtil.YYYYMMDD (p.payDate()) + FIELD_SEPARATOR +
  454.                 FormatUtil.FormatDouble (p.couponDCF(), 1, 3, 1.) + FIELD_SEPARATOR +
  455.                 FormatUtil.FormatDouble (p.couponDCF(), 1, 2, 0.01 * dblNotional) + FIELD_SEPARATOR +
  456.                 FormatUtil.FormatDouble (dc.df (p.payDate()), 1, 4, 1.) + FIELD_SEPARATOR +
  457.                 FormatUtil.FormatDouble (cc.survival (p.payDate()), 1, 4, 1.)
  458.             );

  459.         /*
  460.          * Generate the Quoted Spread Based CDS Measures
  461.          */

  462.         CaseInsensitiveTreeMap<Double> mapQSMeasures = cds.valueFromQuotedSpread (
  463.             valParams,
  464.             pricerParams,
  465.             mktParams,
  466.             null,
  467.             0.05,
  468.             208.
  469.         );

  470.         System.out.println ("\n---- Quoted Spread CDS Measures ----");

  471.         System.out.println ("QS Price     : " + FormatUtil.FormatDouble (mapQSMeasures.get ("Price"), 1, 2, 1.));

  472.         System.out.println ("QS Repl Spd  : " + FormatUtil.FormatDouble (mapQSMeasures.get ("FairPremium"), 1, 4, 1.));

  473.         EnvManager.TerminateEnv();
  474.     }
  475. }