ForeignIncomeAggregate
OFX / Types / ForeignIncomeAggregate
# | Tag | Type |
---|---|---|
1 | COUNTRYSTRING | CountryStringType |
2 | FORINCOMEALLOCAMT | AmountType |
Usages:
- Tax1099DIV_V100 FORINCOME
- Tax1099INT_V100 FORINCOME
XSD
<xsd:complexType name="ForeignIncomeAggregate"> <xsd:annotation> <xsd:documentation> The OFX element "FORINCOME" is of type "ForeignIncomeAggregate" </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="COUNTRYSTRING" type="ofx:CountryStringType" minOccurs="1"/> <xsd:element name="FORINCOMEALLOCAMT" type="ofx:AmountType" minOccurs="0"/> </xsd:sequence> </xsd:complexType>