org_isda_cdm.PeriodEnum.PeriodEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.82
*/
package PeriodEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the period, e.g. day, week.
*/
const (
/**
* Day
*/
D PeriodEnum = iota + 1
/**
* Month
*/
M PeriodEnum = iota + 1
/**
* Week
*/
W PeriodEnum = iota + 1
/**
* Year
*/
Y PeriodEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy