| diagram | ![]() |
||
| children | ActionCode DividendStatus AnnouncementDate RecordDate ExDate PaymentDate PaymentCurrency GrossDividendAmount NetDividendAmount ReinvestmentRate EqualizationRate PartialPaymentFlag DistributionFlag ExceptionalFlag IntermediaryFlag Comments | ||
| used by |
|
||
| source | <xs:complexType name="DistributionType"> <xs:sequence> <xs:element name="ActionCode"> <xs:annotation> <xs:documentation>Operational code: Create(C), Modify(M) or Delete(D)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> <xs:enumeration value="C"/> <xs:enumeration value="D"/> <xs:enumeration value="M"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DividendStatus"> <xs:annotation> <xs:documentation>ESTIMATED or OFFICIAL</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="8"/> <xs:maxLength value="9"/> <xs:enumeration value="ESTIMATED"/> <xs:enumeration value="OFFICIAL"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="AnnouncementDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Announcement or declaration date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RecordDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Record date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExDate" type="xs:date"> <xs:annotation> <xs:documentation>Ex dividend date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentDate" type="xs:date"> <xs:annotation> <xs:documentation>Payment date of dividend</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentCurrency" type="ISOCurrencyCodeType"> <xs:annotation> <xs:documentation>Payment currency</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GrossDividendAmount"> <xs:annotation> <xs:documentation>Gross dividend amount</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Gross dividend amount total value</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Gross dividend amount per share</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="NetDividendAmount"> <xs:annotation> <xs:documentation>Net dividend amount</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Net dividend amount total value</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Net dividend amount per share</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ReinvestmentRate" type="PercentageType" minOccurs="0"> <xs:annotation> <xs:documentation>Reinvestments rate in percentage</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EqualizationRate" type="PercentageType" minOccurs="0"> <xs:annotation> <xs:documentation>Equilization rate in percentage</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PartialPaymentFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator for partial payment of dividend (default: false)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DistributionFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if dividend will be distributed (default: true)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExceptionalFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if dividend has been planned on a yearly schedule or not</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IntermediaryFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator for intermediary dividend</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comments" type="Text1000Type" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information in text format like "has been calculated and distributed by FinTech"</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
|||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:element name="ActionCode"> <xs:annotation> <xs:documentation>Operational code: Create(C), Modify(M) or Delete(D)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> <xs:enumeration value="C"/> <xs:enumeration value="D"/> <xs:enumeration value="M"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
|||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:element name="DividendStatus"> <xs:annotation> <xs:documentation>ESTIMATED or OFFICIAL</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="8"/> <xs:maxLength value="9"/> <xs:enumeration value="ESTIMATED"/> <xs:enumeration value="OFFICIAL"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="AnnouncementDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Announcement or declaration date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="RecordDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Record date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="ExDate" type="xs:date"> <xs:annotation> <xs:documentation>Ex dividend date</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="PaymentDate" type="xs:date"> <xs:annotation> <xs:documentation>Payment date of dividend</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||
| type | ISOCurrencyCodeType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="PaymentCurrency" type="ISOCurrencyCodeType"> <xs:annotation> <xs:documentation>Payment currency</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | Total PerShare | ||
| annotation |
|
||
| source | <xs:element name="GrossDividendAmount"> <xs:annotation> <xs:documentation>Gross dividend amount</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Gross dividend amount total value</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Gross dividend amount per share</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | FundAmountType | ||||||
| properties |
|
||||||
| children | Amount | ||||||
| annotation |
|
||||||
| source | <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Gross dividend amount total value</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | FundAmountType | ||
| properties |
|
||
| children | Amount | ||
| annotation |
|
||
| source | <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Gross dividend amount per share</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| children | Total PerShare | ||
| annotation |
|
||
| source | <xs:element name="NetDividendAmount"> <xs:annotation> <xs:documentation>Net dividend amount</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Net dividend amount total value</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Net dividend amount per share</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | FundAmountType | ||||||
| properties |
|
||||||
| children | Amount | ||||||
| annotation |
|
||||||
| source | <xs:element name="Total" type="FundAmountType" minOccurs="0"> <xs:annotation> <xs:documentation>Net dividend amount total value</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | FundAmountType | ||
| properties |
|
||
| children | Amount | ||
| annotation |
|
||
| source | <xs:element name="PerShare" type="FundAmountType"> <xs:annotation> <xs:documentation>Net dividend amount per share</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | PercentageType | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ReinvestmentRate" type="PercentageType" minOccurs="0"> <xs:annotation> <xs:documentation>Reinvestments rate in percentage</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | PercentageType | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="EqualizationRate" type="PercentageType" minOccurs="0"> <xs:annotation> <xs:documentation>Equilization rate in percentage</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="PartialPaymentFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator for partial payment of dividend (default: false)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="DistributionFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if dividend will be distributed (default: true)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="ExceptionalFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if dividend has been planned on a yearly schedule or not</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="IntermediaryFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator for intermediary dividend</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | Text1000Type | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="Comments" type="Text1000Type" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information in text format like "has been calculated and distributed by FinTech"</xs:documentation> </xs:annotation> </xs:element> |