Class ComposableUnitBuilderSetting

java.lang.Object
org.drip.param.period.ComposableUnitBuilderSetting
Direct Known Subclasses:
ComposableFixedUnitSetting, ComposableFloatingUnitSetting

public class ComposableUnitBuilderSetting
extends java.lang.Object
ComposableUnitBuilderSetting contains the composable unit builder details. Currently it holds the coupon currency, the fixed coupon, and the basis.

Author:
Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    DateAdjustParams dapEdge()
    Retrieve the Edge Date Adjust Parameters
    int edgeDateSequenceScheme()
    Retrieve the Edge Date Generation Scheme
    java.lang.String tenor()
    Retrieve the Tenor

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • tenor

      public java.lang.String tenor()
      Retrieve the Tenor
      Returns:
      The Tenor
    • edgeDateSequenceScheme

      public int edgeDateSequenceScheme()
      Retrieve the Edge Date Generation Scheme
      Returns:
      The Edge Date Generation Scheme
    • dapEdge

      public DateAdjustParams dapEdge()
      Retrieve the Edge Date Adjust Parameters
      Returns:
      The Edge Date Adjust Parameters