Tax Documents
Tax1099Int

FDX Data Structure as JSON
{ "taxYear" : 0, "corrected" : true, "accountId" : "", "taxFormId" : "", "taxFormDate" : "2020-07-01", "description" : "string", "additionalInformation" : "string", "taxFormType" : "BusinessIncomeStatement", "attributes" : [ { "name" : "string", "value" : "string", "boxNumber" : "string", "code" : "string" } ], "error" : { "code" : "string", "message" : "string" }, "payerNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64", "phone" : { "type" : "HOME", "country" : "string", "number" : "string", "extension" : "string" } }, "payerTin" : "string", "recipientTin" : "string", "recipientNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64" }, "foreignAccountTaxCompliance" : true, "accountNumber" : "string", "payerRtn" : "string", "interestIncome" : 0.0, "earlyWithdrawalPenalty" : 0.0, "usBondInterest" : 0.0, "federalTaxWithheld" : 0.0, "investmentExpenses" : 0.0, "foreignTaxPaid" : 0.0, "foreignCountry" : "string", "taxExemptInterest" : 0.0, "specifiedPabInterest" : 0.0, "marketDiscount" : 0.0, "bondPremium" : 0.0, "usBondPremium" : 0.0, "taxExemptBondPremium" : 0.0, "cusipNumber" : "string", "stateTaxWithholding" : [ { "stateTaxWithheld" : 0.0, "state" : "string", "stateTaxId" : "string", "stateIncome" : 0.0 } ], "foreignIncomes" : [ { "description" : "string", "amount" : 0.0 } ], "stateTaxExemptIncome" : [ { "description" : "string", "amount" : 0.0 } ], "secondTinNotice" : true }
FDX / Data Structures / Tax1099Int
Form 1099-INT, Interest Income
Extends and inherits all fields from Tax
Tax1099Int Properties
# | Id | Type | Description |
---|---|---|---|
1 | payerNameAddress | NameAddressPhone | Payer's name, address, and phone |
2 | payerTin | string | Payer's TIN |
3 | recipientTin | string | Recipient's TIN |
4 | recipientNameAddress | NameAddress | Recipient's name and address |
5 | foreignAccountTaxCompliance | boolean | FATCA filing requirement |
6 | accountNumber | string | Account number |
7 | payerRtn | string | Payer's RTN |
8 | interestIncome | number (double) | Box 1, Interest income |
9 | earlyWithdrawalPenalty | number (double) | Box 2, Early withdrawal penalty |
10 | usBondInterest | number (double) | Box 3, Interest on U.S. Savings Bonds and Treasury obligations |
11 | federalTaxWithheld | number (double) | Box 4, Federal income tax withheld |
12 | investmentExpenses | number (double) | Box 5, Investment expenses |
13 | foreignTaxPaid | number (double) | Box 6, Foreign tax paid |
14 | foreignCountry | string | Box 7, Foreign country or U.S. possession |
15 | taxExemptInterest | number (double) | Box 8, Tax-exempt interest |
16 | specifiedPabInterest | number (double) | Box 9, Specified private activity bond interest |
17 | marketDiscount | number (double) | Box 10, Market discount |
18 | bondPremium | number (double) | Box 11, Bond premium |
19 | usBondPremium | number (double) | Box 12, Bond premium on Treasury obligations |
20 | taxExemptBondPremium | number (double) | Box 13, Bond premium on tax-exempt bond |
21 | cusipNumber | string | Box 14, Tax-exempt bond CUSIP no. |
22 | stateTaxWithholding | Array of StateTaxWithholding | Boxes 15-17, State tax withholding |
23 | foreignIncomes | Array of DescriptionAmount | Supplemental foreign income amount information (description is country) |
24 | stateTaxExemptIncome | Array of DescriptionAmount | Supplemental tax-exempt income by state (description is state) |
25 | secondTinNotice | boolean | Second TIN Notice |
Tax1099Int Usage:
- TaxData tax1099Int
Example Form JSON
{ "tax1099Int" : { "taxYear" : 2020, "taxFormDate" : "2021-03-30", "additionalInformation" : "FDX v4.6", "taxFormType" : "Tax1099Int", "payerNameAddress" : { "line1" : "12020 Sunrise Valley Dr", "line2" : "Suite 230", "city" : "Reston", "state" : "VA", "postalCode" : "20191", "country" : "US", "name1" : "Financial Data Exchange", "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" }, "foreignAccountTaxCompliance" : false, "accountNumber" : "111-5555555", "payerRtn" : "007007007", "interestIncome" : 1008.0, "earlyWithdrawalPenalty" : 2009.0, "usBondInterest" : 3010.0, "federalTaxWithheld" : 4011.0, "investmentExpenses" : 5012.0, "foreignTaxPaid" : 6013.0, "foreignCountry" : "Canada", "taxExemptInterest" : 8015.0, "specifiedPabInterest" : 9016.0, "marketDiscount" : 10017.0, "bondPremium" : 11018.0, "usBondPremium" : 12019.0, "taxExemptBondPremium" : 13020.0, "cusipNumber" : "CUSIP", "stateTaxWithholding" : [ { "stateTaxWithheld" : 17022.0, "state" : "NY", "stateTaxId" : "15-000022" } ] } }
Example Form JSON as QR Code

Example Form JSON for QR Code Purposes
