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

org_isda_cdm.RateTreatmentEnum.RateTreatmentEnum.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.82
 */
  package RateTreatmentEnum
  import . "org_isda_cdm"
  /**
   * The enumerated values to specify the methods for converting rates from one basis to another.
   */
  
  const (
  /**
   * Bond Equivalent Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (g).
   */
  BOND_EQUIVALENT_YIELD RateTreatmentEnum = iota + 1
  /**
   * Money Market Yield. Per Annex to the 2000 ISDA Definitions (June 2000 Version), Section 7.3. Certain General Definitions Relating to Floating Rate Options, paragraph (h).
   */
  MONEY_MARKET_YIELD RateTreatmentEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy