Tax1099ConsolidatedStatementInfo

OFX / Types / Tax1099ConsolidatedStatementInfo
#TagType
1 SRVRTID ServerIdType
2 TAXYEAR YearType
3 VOID BooleanType
4 CORRECTED BooleanType
5 MARGININTERESTPAID AmountType
6 PAYMENTINLIEUPAID AmountType
7 ADVISORFEESPAID AmountType
8 OTHERFEESPAID AmountType
9 CORPORATEBONDINTPAID AmountType
10 INTUSBNDTRSPAID AmountType
11 TAXEXEMPTINTPAID AmountType
12 SPECIFIEDPABINTPAID AmountType
Usages:
XSD
	<xsd:complexType name="Tax1099ConsolidatedStatementInfo">
		<xsd:annotation>
			<xsd:documentation>The OFX element "TAX1099CONSOLIDATEDSTMTINFO" is of type "Tax1099ConsolidatedStatementInfo"
				Various tax-related items reported on consolidated brokerage or mutual fund statements not on the base forms. Added TY19</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="ofx:AbstractTaxForm1099">
				<xsd:sequence>
					<xsd:element name="MARGININTERESTPAID" type="ofx:AmountType" minOccurs="0"/>
					<xsd:element name="PAYMENTINLIEUPAID" type="ofx:AmountType" minOccurs="0"/>
					<xsd:element name="ADVISORFEESPAID" type="ofx:AmountType" minOccurs="0"/>
					<xsd:element name="OTHERFEESPAID" type="ofx:AmountType" minOccurs="0"/>
					<xsd:element name="CORPORATEBONDINTPAID" type="ofx:AmountType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Accrued Interest Paid offset to form 1099-INT box 1, Corporate bond interest income</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="INTUSBNDTRSPAID" type="ofx:AmountType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Accrued Interest Paid offset to form 1099-INT box 3, accrued U.S. Treasury Notes and Bonds interest income</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="TAXEXEMPTINTPAID" type="ofx:AmountType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Accrued Interest Paid offset to form 1099-INT box 8, tax exempt interest income from municipal bonds</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="SPECIFIEDPABINTPAID" type="ofx:AmountType" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Accrued Interest Paid offset to form 1099-INT box 9, tax exempt interest income from private activity bonds</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.