OvernightFixedFloatContainer.java

  1. package org.drip.market.otc;

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

  78. /**
  79.  * <i>OvernightFixedFloatContainer</i> holds the settings of the standard OTC Overnight Fix-Float Swap
  80.  * Contract Conventions.
  81.  *
  82.  *  <br><br>
  83.  *  <ul>
  84.  *      <li><b>Module </b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/ProductCore.md">Product Core Module</a></li>
  85.  *      <li><b>Library</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/FixedIncomeAnalyticsLibrary.md">Fixed Income Analytics Library</a></li>
  86.  *      <li><b>Project</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/market">Static Market Fields - the Definitions, the OTC/Exchange Traded Products, and Treasury Settings</a></li>
  87.  *      <li><b>Package</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/market/otc">OTC Dual Stream Option Container</a></li>
  88.  *  </ul>
  89.  *
  90.  * @author Lakshmi Krishnamurthy
  91.  */

  92. public class OvernightFixedFloatContainer {
  93.     private static java.util.Map<java.lang.String, org.drip.market.otc.FixedFloatSwapConvention>
  94.         _mapFundConvention = null;

  95.     /**
  96.      * Initialize the Fix-Float Conventions Container with the pre-set Fix-Float Contracts
  97.      *
  98.      * @return TRUE - The Fix-Float Conventions Container successfully initialized with the pre-set
  99.      *  Fix-Float Contracts
  100.      */

  101.     public static final boolean Init()
  102.     {
  103.         if (null != _mapFundConvention) return true;

  104.         _mapFundConvention = new java.util.TreeMap<java.lang.String,
  105.             org.drip.market.otc.FixedFloatSwapConvention>();

  106.         try {
  107.             _mapFundConvention.put ("AUD", new org.drip.market.otc.FixedFloatSwapConvention (new
  108.                 org.drip.market.otc.FixedStreamConvention ("AUD", "Act/365", "AUD", "1Y", "1Y",
  109.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  110.                         new org.drip.market.otc.FloatStreamConvention
  111.                             (org.drip.state.identifier.ForwardLabel.Create
  112.                                 (org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  113.                                     ("AUD"), "ON"), "ON"), 1));

  114.             _mapFundConvention.put ("CAD", new org.drip.market.otc.FixedFloatSwapConvention (new
  115.                 org.drip.market.otc.FixedStreamConvention ("CAD", "Act/365", "CAD", "1Y", "1Y",
  116.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  117.                         new org.drip.market.otc.FloatStreamConvention (
  118.                             org.drip.state.identifier.ForwardLabel.Create (
  119.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  120.                                     ("CAD"), "ON"), "ON"), 0));

  121.             _mapFundConvention.put ("CHF", new org.drip.market.otc.FixedFloatSwapConvention (new
  122.                 org.drip.market.otc.FixedStreamConvention ("CHF", "Act/360", "CHF", "1Y", "1Y",
  123.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  124.                         new org.drip.market.otc.FloatStreamConvention (
  125.                             org.drip.state.identifier.ForwardLabel.Create (
  126.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  127.                                     ("CHF"), "ON"), "ON"), 2));

  128.             _mapFundConvention.put ("EUR", new org.drip.market.otc.FixedFloatSwapConvention (new
  129.                 org.drip.market.otc.FixedStreamConvention ("EUR", "Act/360", "EUR", "1Y", "1Y",
  130.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  131.                         new org.drip.market.otc.FloatStreamConvention (
  132.                             org.drip.state.identifier.ForwardLabel.Create (
  133.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  134.                                     ("EUR"), "ON"), "ON"), 2));

  135.             _mapFundConvention.put ("GBP", new org.drip.market.otc.FixedFloatSwapConvention (new
  136.                 org.drip.market.otc.FixedStreamConvention ("GBP", "Act/365", "GBP", "1Y", "1Y",
  137.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  138.                         new org.drip.market.otc.FloatStreamConvention (
  139.                             org.drip.state.identifier.ForwardLabel.Create (
  140.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  141.                                     ("GBP"), "ON"), "ON"), 1));

  142.             _mapFundConvention.put ("INR", new org.drip.market.otc.FixedFloatSwapConvention (new
  143.                 org.drip.market.otc.FixedStreamConvention ("INR", "Act/365", "INR", "1Y", "1Y",
  144.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  145.                         new org.drip.market.otc.FloatStreamConvention (
  146.                             org.drip.state.identifier.ForwardLabel.Create (
  147.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  148.                                     ("INR"), "ON"), "ON"), 1));

  149.             _mapFundConvention.put ("JPY", new org.drip.market.otc.FixedFloatSwapConvention (new
  150.                 org.drip.market.otc.FixedStreamConvention ("JPY", "Act/365", "JPY", "1Y", "1Y",
  151.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  152.                         new org.drip.market.otc.FloatStreamConvention (
  153.                             org.drip.state.identifier.ForwardLabel.Create (
  154.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  155.                                     ("JPY"), "ON"), "ON"), 2));

  156.             _mapFundConvention.put ("NZD", new org.drip.market.otc.FixedFloatSwapConvention (new
  157.                 org.drip.market.otc.FixedStreamConvention ("NZD", "Act/365", "NZD", "1Y", "1Y",
  158.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  159.                         new org.drip.market.otc.FloatStreamConvention
  160.                             (org.drip.state.identifier.ForwardLabel.Create
  161.                                 (org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  162.                                     ("NZD"), "ON"), "ON"), 1));

  163.             _mapFundConvention.put ("SEK", new org.drip.market.otc.FixedFloatSwapConvention (new
  164.                 org.drip.market.otc.FixedStreamConvention ("SEK", "Act/360", "SEK", "1Y", "1Y",
  165.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  166.                         new org.drip.market.otc.FloatStreamConvention (
  167.                             org.drip.state.identifier.ForwardLabel.Create (
  168.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  169.                                     ("SEK"), "ON"), "ON"), 2));

  170.             _mapFundConvention.put ("SGD", new org.drip.market.otc.FixedFloatSwapConvention (new
  171.                 org.drip.market.otc.FixedStreamConvention ("SGD", "Act/365", "SGD", "1Y", "1Y",
  172.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  173.                         new org.drip.market.otc.FloatStreamConvention (
  174.                             org.drip.state.identifier.ForwardLabel.Create (
  175.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  176.                                     ("SGD"), "ON"), "ON"), 2));

  177.             _mapFundConvention.put ("USD", new org.drip.market.otc.FixedFloatSwapConvention (new
  178.                 org.drip.market.otc.FixedStreamConvention ("USD", "Act/360", "USD", "1Y", "1Y",
  179.                     org.drip.analytics.support.CompositePeriodBuilder.ACCRUAL_COMPOUNDING_RULE_GEOMETRIC),
  180.                         new org.drip.market.otc.FloatStreamConvention (
  181.                             org.drip.state.identifier.ForwardLabel.Create (
  182.                                 org.drip.market.definition.OvernightIndexContainer.IndexFromJurisdiction
  183.                                     ("USD"), "ON"), "ON"), 2));
  184.         } catch (java.lang.Exception e) {
  185.             e.printStackTrace();

  186.             return false;
  187.         }

  188.         return true;
  189.     }

  190.     /**
  191.      * Retrieve the Fix-Float Overnight Fund Convention for the specified Jurisdiction
  192.      *
  193.      * @param strJurisdictionName The Jurisdiction Name
  194.      *
  195.      * @return The Fix-Float Overnight Fund Convention
  196.      */

  197.     public static final org.drip.market.otc.FixedFloatSwapConvention FundConventionFromJurisdiction (
  198.         final java.lang.String strJurisdictionName)
  199.     {
  200.         return null == strJurisdictionName || strJurisdictionName.isEmpty() ||
  201.             !_mapFundConvention.containsKey (strJurisdictionName) ? null : _mapFundConvention.get
  202.                 (strJurisdictionName);
  203.     }

  204.     /**
  205.      * Retrieve the Fix-Float Overnight Index Convention for the specified Jurisdiction
  206.      *
  207.      * @param strJurisdictionName The Jurisdiction Name
  208.      * @param strMaturityTenor The Maturity Tenor
  209.      *
  210.      * @return The Fix-Float Overnight Index Convention
  211.      */

  212.     public static final org.drip.market.otc.FixedFloatSwapConvention IndexConventionFromJurisdiction (
  213.         final java.lang.String strJurisdictionName,
  214.         final java.lang.String strMaturityTenor)
  215.     {
  216.         org.drip.market.otc.FixedFloatSwapConvention ffscFund = null == strJurisdictionName ||
  217.             strJurisdictionName.isEmpty() || !_mapFundConvention.containsKey (strJurisdictionName) ? null :
  218.                 _mapFundConvention.get (strJurisdictionName);

  219.         if (null == ffscFund) return null;

  220.         org.drip.market.otc.FloatStreamConvention fundFloatConvention = ffscFund.floatStreamConvention();

  221.         try {
  222.             org.drip.market.otc.FloatStreamConvention overnightFloatConvention = new
  223.                 org.drip.market.otc.FloatStreamConvention (fundFloatConvention.floaterIndex(),
  224.                     org.drip.analytics.support.Helper.LEFT_TENOR_LESSER ==
  225.                         org.drip.analytics.support.Helper.TenorCompare (strMaturityTenor, "1Y") ?
  226.                             strMaturityTenor : "1Y");

  227.             return new org.drip.market.otc.FixedFloatSwapConvention (ffscFund.fixedStreamConvention(),
  228.                 overnightFloatConvention, ffscFund.spotLag());
  229.         } catch (java.lang.Exception e) {
  230.             e.printStackTrace();
  231.         }

  232.         return null;
  233.     }
  234. }