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

com.prowidesoftware.swift.model.mx.dic.ReinvestmentIncomeClassification1Code 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 ReinvestmentIncomeClassification1Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "ReinvestmentIncomeClassification1Code") @XmlEnum public enum ReinvestmentIncomeClassification1Code { /** * Cash proceeds being reinvested is classified as cash dividend. * */ DVCA, /** * Cash proceeds being reinvested is classified as cash dividend on increased shares. * */ CDIS, /** * Cash proceeds being reinvested is classified as cash dividend at the unfavourable rate elected through the DTC (the Depository Trust Company) Foreign Tax Payment service. * */ CDUN, /** * Cash proceeds being reinvested is classified as cash dividend at the favourable rate elected through the DTC (the Depository Trust Company) Foreign Tax Payment service. * */ CDFV, /** * Cash proceeds being reinvested is classified as cash dividend at the exempt rate elected through the DTC (the Depository Trust Company) Foreign Tax Payment service. * */ CDEX, /** * Cash proceeds being reinvested is classified as special cash dividend. * */ CDPS, /** * Cash proceeds being reinvested is classified as interest. * */ INTR, /** * Cash proceeds being reinvested is classified as principal. * */ PRPL, /** * Cash proceeds being reinvested is classified as capital gains. * */ CAPG, /** * Cash proceeds being reinvested is classified as long term capital gains. * */ LTCG, /** * Cash proceeds being reinvested is classified as short term capital gains. * */ STCG, /** * Cash proceeds being reinvested is classified as return of capital. * */ ROCA; public String value() { return name(); } public static ReinvestmentIncomeClassification1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy