com.prowidesoftware.swift.model.mx.dic.InterestRateIndexTenor2Code Maven / Gradle / Ivy
package com.prowidesoftware.swift.model.mx.dic;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for InterestRateIndexTenor2Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "InterestRateIndexTenor2Code")
@XmlEnum
public enum InterestRateIndexTenor2Code {
/**
* Tenor is IntraDay.
*
*/
INDA,
/**
* Tenor is 1 month.
*
*/
MNTH,
/**
* Tenor is 12 months.
*
*/
YEAR,
/**
* Tenor is 2 months.
*
*/
TOMN,
/**
* Tenor is 3 months.
*
*/
QUTR,
/**
* Tenor is 4 months.
*
*/
FOMN,
/**
* Tenor is 6 months.
*
*/
SEMI,
/**
* Tenor is overnght.
*
*/
OVNG,
/**
* Tenor is 1 week.
*
*/
WEEK,
/**
* Tenor is 2 weeks.
*
*/
TOWK;
public String value() {
return name();
}
public static InterestRateIndexTenor2Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy