FXState.java

  1. package org.drip.template.state;

  2. import org.drip.analytics.date.*;
  3. import org.drip.numerical.common.FormatUtil;
  4. import org.drip.product.params.CurrencyPair;
  5. import org.drip.service.env.EnvManager;
  6. import org.drip.service.template.LatentMarketStateBuilder;
  7. import org.drip.state.fx.FXCurve;

  8. /*
  9.  * -*- mode: java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  10.  */

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

  84. /**
  85.  * <i>FXState</i> sets up the Calibration and the Construction of the FX Latent State and examine the Emitted
  86.  * Metrics.
  87.  *
  88.  *  <br><br>
  89.  *  <ul>
  90.  *      <li><b>Module </b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/ProductCore.md">Product Core Module</a></li>
  91.  *      <li><b>Library</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/FixedIncomeAnalyticsLibrary.md">Fixed Income Analytics</a></li>
  92.  *      <li><b>Project</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/template/README.md">Pricing/Risk Templates for Fixed Income Component Products</a></li>
  93.  *      <li><b>Package</b> = <a href = "https://github.com/lakshmiDRIP/DROP/tree/master/src/main/java/org/drip/template/state/README.md">Standard Latent State Construction Template</a></li>
  94.  *  </ul>
  95.  * <br><br>
  96.  *
  97.  * @author Lakshmi Krishnamurthy
  98.  */

  99. public class FXState {

  100.     public static final void main (
  101.         final String[] astrArgs)
  102.         throws Exception
  103.     {
  104.         EnvManager.InitEnv ("");

  105.         CurrencyPair cp = new CurrencyPair (
  106.             "EUR",
  107.             "USD",
  108.             "USD",
  109.             10000.
  110.         );

  111.         JulianDate dtSpot = DateUtil.Today().addBusDays (
  112.             0,
  113.             cp.denomCcy()
  114.         );

  115.         double dblFXSpot = 1.1013;

  116.         String[] astrMaturityTenor = new String[] {
  117.             "1D",
  118.             "2D",
  119.             "3D",
  120.             "1W",
  121.             "2W",
  122.             "3W",
  123.             "1M",
  124.             "2M",
  125.             "3M",
  126.             "6M",
  127.             "9M"
  128.         };

  129.         double[] adblFXForward = new double[] {
  130.             1.1011,     // "1D"
  131.             1.1007,     // "2D"
  132.             1.0999,     // "3D"
  133.             1.0976,     // "1W"
  134.             1.0942,     // "2W"
  135.             1.0904,     // "3W"
  136.             1.0913,     // "1M"
  137.             1.0980,     // "2M"
  138.             1.1088,     // "3M"
  139.             1.1115,     // "6M"
  140.             1.1011      // "9M"
  141.         };

  142.         FXCurve fxfc = LatentMarketStateBuilder.SmoothFXCurve (
  143.             dtSpot,
  144.             cp,
  145.             astrMaturityTenor,
  146.             adblFXForward,
  147.             "Outright",
  148.             dblFXSpot
  149.         );

  150.         String strLatentStateLabel = fxfc.label().fullyQualifiedName();

  151.         System.out.println ("\n\n\t||--------------------------------------------------------------||");

  152.         for (int i = 0; i < adblFXForward.length; ++i)
  153.             System.out.println (
  154.                 "\t||  " + strLatentStateLabel + " |  FX FORWARD  | " +
  155.                 astrMaturityTenor[i] + " | " + FormatUtil.FormatDouble (adblFXForward[i], 1, 4, 1.) +
  156.                 " | Outright | " +
  157.                 FormatUtil.FormatDouble (fxfc.fx (astrMaturityTenor[i]), 1, 4, 1.) +
  158.                 "  ||"
  159.             );

  160.         System.out.println ("\t||--------------------------------------------------------------||\n");
  161.     }
  162. }