All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org_isda_cdm.FloatingRateIndexCalculationMethodEnum.FloatingRateIndexCalculationMethodEnum.go Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 6.0.0-dev.72
 */
  package FloatingRateIndexCalculationMethodEnum
  import . "org_isda_cdm"
  /**
   * 3rd level ISDA FRO category.
   */
  
  const (
  ALL_IN_COMPOUNDED FloatingRateIndexCalculationMethodEnum = iota + 1
  /**
   * A calculation methodology using the arithmetic mean.
   */
  AVERAGE FloatingRateIndexCalculationMethodEnum = iota + 1
  COMPOUNDED FloatingRateIndexCalculationMethodEnum = iota + 1
  /**
   * A calculation methodology using the ISDA-defined OIS compounding formula.
   */
  OIS_COMPOUND FloatingRateIndexCalculationMethodEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy