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

com.prowidesoftware.swift.model.mx.dic.TaxableIncomePerShareCalculated2Code Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for TaxableIncomePerShareCalculated2Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "TaxableIncomePerShareCalculated2Code") @XmlEnum public enum TaxableIncomePerShareCalculated2Code { /** * Fund is calculating the taxable interest per share with the NAV. * */ TSIY, /** * Fund is not calculating the taxable interest per share with the NAV. * */ TSIN, /** * Unknown whether the fund is calculating the taxable interest per share with the NAV. * */ UKWN; public String value() { return name(); } public static TaxableIncomePerShareCalculated2Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy