ShortTermFuturesContainer.java

  1. package org.drip.market.exchange;

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

  79. /**
  80.  * <i>ShortTermFuturesContainer</i> holds the short term futures contracts.
  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/exchange">Deliverable Swap, STIR, Treasury Futures</a></li>
  88.  *  </ul>
  89.  *
  90.  * @author Lakshmi Krishnamurthy
  91.  */

  92. public class ShortTermFuturesContainer {
  93.     private static java.util.Map<java.lang.String, org.drip.market.exchange.ShortTermFutures> _mapFutures =
  94.         null;

  95.     /**
  96.      * Initialize the Short Term Futures Container with the pre-set Short Term Contracts
  97.      *
  98.      * @return TRUE - The Short Term Futures Container successfully initialized with the pre-set Short Term
  99.      *  Contracts
  100.      */

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

  104.         _mapFutures = new java.util.TreeMap<java.lang.String, org.drip.market.exchange.ShortTermFutures>();

  105.         try {
  106.             _mapFutures.put ("CAD-CDOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  107.                 java.lang.String[] {"MX"}, 1000000.));

  108.             _mapFutures.put ("CHF-LIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  109.                 java.lang.String[] {"LIFFE"}, 1000000.));

  110.             _mapFutures.put ("DKK-CIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  111.                 java.lang.String[] {"OMX"}, 1000000.));

  112.             _mapFutures.put ("EUR-EURIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  113.                 java.lang.String[] {"EUREX", "LIFFE", "NLX"}, 1000000.));

  114.             _mapFutures.put ("GBP-LIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  115.                 java.lang.String[] {"LIFFE", "NLX"}, 500000.));

  116.             _mapFutures.put ("JPY-LIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  117.                 java.lang.String[] {"SGX"}, 100000000.));

  118.             _mapFutures.put ("JPY-TIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  119.                 java.lang.String[] {"CME", "SGX"}, 100000000.));

  120.             _mapFutures.put ("USD-LIBOR-1M", new org.drip.market.exchange.ShortTermFutures (new
  121.                 java.lang.String[] {"CME"}, 3000000.));

  122.             _mapFutures.put ("USD-LIBOR-3M", new org.drip.market.exchange.ShortTermFutures (new
  123.                 java.lang.String[] {"CME", "SGX"}, 1000000.));

  124.             _mapFutures.put ("ZAR-JIBAR-3M", new org.drip.market.exchange.ShortTermFutures (new
  125.                 java.lang.String[] {"SAFEX"}, 1000000.));
  126.         } catch (java.lang.Exception e) {
  127.             e.printStackTrace();

  128.             return false;
  129.         }

  130.         return true;
  131.     }

  132.     /**
  133.      * Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label
  134.      *
  135.      * @param forwardLabel The Forward Label
  136.      *
  137.      * @return The Short Term Futures Exchange Info
  138.      */

  139.     public static final org.drip.market.exchange.ShortTermFutures ExchangeInfo (
  140.         final org.drip.state.identifier.ForwardLabel forwardLabel)
  141.     {
  142.         if (null == forwardLabel) return null;

  143.         java.lang.String strFullyQualifiedName = forwardLabel.fullyQualifiedName();

  144.         return _mapFutures.containsKey (strFullyQualifiedName) ? _mapFutures.get (strFullyQualifiedName) :
  145.             null;
  146.     }

  147.     /**
  148.      * Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label
  149.      *
  150.      * @param strFullyQualifiedName The Forward Label
  151.      *
  152.      * @return The Short Term Futures Exchange Info
  153.      */

  154.     public static final org.drip.market.exchange.ShortTermFutures ExchangeInfo (
  155.         final java.lang.String strFullyQualifiedName)
  156.     {
  157.         return null != strFullyQualifiedName && _mapFutures.containsKey (strFullyQualifiedName) ?
  158.             _mapFutures.get (strFullyQualifiedName) : null;
  159.     }
  160. }