Tax1099Q_V100
OFX / Types / Tax1099Q_V100
# | Tag | Type |
---|---|---|
1 | SRVRTID | ServerIdType |
2 | TAXYEAR | YearType |
3 | VOID | BooleanType |
4 | CORRECTED | BooleanType |
5 | PAYERADDR | PayerAddressType |
6 | RECIPADDR | RecipientAddressType |
7 | PAYERID | GenericNameType |
8 | RECID | IdType |
9 | ACCTNUM | GenericNameType |
10 | GROSSDISTRIB | AmountType |
11 | EARNINGS | AmountType |
12 | BASIS | AmountType |
13 | TRUSTEE | BooleanType |
14 | NOTBENEFICIARY | BooleanType |
15 | QTPPRIV | BooleanType |
16 | QTPPUBLIC | BooleanType |
17 | COVERDELL | BooleanType |
Usages:
- Tax1099Response TAX1099Q_V100
XSD
<xsd:complexType name="Tax1099Q_V100"> <xsd:annotation> <xsd:documentation>Form 1099-Q - Payments From Qualified Education Programs</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ofx:AbstractTaxForm1099Type"> <xsd:sequence> <xsd:element name="PAYERADDR" type="ofx:PayerAddressType" minOccurs="0"/> <xsd:element name="RECIPADDR" type="ofx:RecipientAddressType" minOccurs="0"/> <xsd:element name="PAYERID" type="ofx:GenericNameType" minOccurs="0"> <xsd:annotation> <xsd:documentation>PAYER’S/TRUSTEE'S federal identification no.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="RECID" type="ofx:IdType" minOccurs="0"> <xsd:annotation> <xsd:documentation>RECIPIENT’S taxpayer identification no.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="ACCTNUM" type="ofx:GenericNameType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Account number</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="GROSSDISTRIB" type="ofx:AmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 1. Gross distribution</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="EARNINGS" type="ofx:AmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 2. Earnings</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="BASIS" type="ofx:AmountType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 3. Basis</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="TRUSTEE" type="ofx:BooleanType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 4. Trustee-to-trustee transfer</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NOTBENEFICIARY" type="ofx:BooleanType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 6. If this box is checked, the recipient is not the designated beneficiary</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:choice> <xsd:element name="QTPPRIV" type="ofx:BooleanType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 5a. Qualified tuition plan - Private</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="QTPPUBLIC" type="ofx:BooleanType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 5b. Qualified tuition plan - Public</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="COVERDELL" type="ofx:BooleanType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box 5c. Coverdell ESA</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
OFX XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?OFX OFXHEADER="200" VERSION="202" SECURITY="NONE" OLDFILEUID="NONE" NEWFILEUID="NONE"?> <OFX> <SIGNONMSGSRSV1> <SONRS> <STATUS> <CODE>0</CODE> <SEVERITY>INFO</SEVERITY> <MESSAGE>Successful Login</MESSAGE> </STATUS> <DTSERVER>39210131000000</DTSERVER> <LANGUAGE>ENG</LANGUAGE> <FI> <ORG>fiName</ORG> <FID>fiId</FID> </FI> </SONRS> </SIGNONMSGSRSV1> <TAX1099MSGSRSV1> <TAX1099TRNRS> <TRNUID>_GUID_</TRNUID> <STATUS> <CODE>0</CODE> <SEVERITY>INFO</SEVERITY> <MESSAGE>SUCCESS</MESSAGE> </STATUS> <TAX1099RS> <TAX1099Q_V100> <TAXYEAR>2020</TAXYEAR> <PAYERADDR> <ADDR1>12020 Sunrise Valley Dr</ADDR1> <ADDR2>Suite 230</ADDR2> <CITY>Prescott</CITY> <STATE>VA</STATE> <POSTALCODE>20191</POSTALCODE> <PHONE>888-555-1212</PHONE> <PAYERNAME1>Financial Data Exchange</PAYERNAME1> </PAYERADDR> <RECIPADDR> <ADDR1>1 Main St</ADDR1> <CITY>Melrose</CITY> <STATE>NY</STATE> <POSTALCODE>12121</POSTALCODE> <RECIPNAME1>Kris Q Public</RECIPNAME1> </RECIPADDR> <PAYERID>12-3456789</PAYERID> <RECID>xxx-xx-1234</RECID> <ACCTNUM>111-55555555</ACCTNUM> <GROSSDISTRIB>10000.00</GROSSDISTRIB> <EARNINGS>2000.00</EARNINGS> <BASIS>3000.00</BASIS> <TRUSTEE>Y</TRUSTEE> <NOTBENEFICIARY>Y</NOTBENEFICIARY> <QTPPRIV>Y</QTPPRIV> </TAX1099Q_V100> </TAX1099RS> </TAX1099TRNRS> </TAX1099MSGSRSV1> </OFX>
FDX JSON
{ "tax1099Q" : { "taxYear" : 2022, "taxFormDate" : "2021-03-30", "taxFormType" : "Tax1099Q", "payerNameAddress" : { "line1" : "12021 Sunset Valley Dr", "line2" : "Suite 230", "city" : "Preston", "state" : "VA", "postalCode" : "20191", "country" : "US", "name1" : "Tax Form Issuer, Inc", "phone" : { "number" : "8885551212" } }, "payerTin" : "12-3456789", "recipientTin" : "xxx-xx-1234", "recipientNameAddress" : { "line1" : "1 Main St", "city" : "Melrose", "state" : "NY", "postalCode" : "12121", "country" : "US", "name1" : "Kris Q Public" }, "accountNumber" : "111-55555555", "grossDistribution" : 10000.0, "earnings" : 2000.0, "basis" : 3000.0, "trusteeToTrustee" : true, "tuitionPlanPrivate" : true, "recipientIsNotBeneficiary" : true } }