Tax Documents

 

Tax1099Div

 

FDX / Data Structures / Tax1099Div
Form 1099-DIV, Dividends and Distributions
Extends and inherits all fields from Tax  
Tax1099Div Properties
#IdTypeDescription
1payerNameAddressNameAddressPhonePayer's name, address, and phone
2payerTinstringPayer's TIN
3recipientTinstringRecipient's TIN
4recipientNameAddressNameAddressRecipient's name and address
5foreignAccountTaxCompliancebooleanFATCA filing requirement
6accountNumberstringAccount number
7ordinaryDividendsnumber (double)Box 1a, Total ordinary dividends
8qualifiedDividendsnumber (double)Box 1b, Qualified dividends
9totalCapitalGainnumber (double)Box 2a, Total capital gain distributions
10unrecaptured1250Gainnumber (double)Box 2b, Unrecaptured Section 1250 gain
11section1202Gainnumber (double)Box 2c, Section 1202 gain
12collectiblesGainnumber (double)Box 2d, Collectibles (28%) gain
13section897Dividendsnumber (double)Box 2e, Section 897 ordinary dividends
14section897CapitalGainnumber (double)Box 2f, Section 897 capital gain
15nonTaxableDistributionnumber (double)Box 3, Nondividend distributions
16federalTaxWithheldnumber (double)Box 4, Federal income tax withheld
17section199ADividendsnumber (double)Box 5, Section 199A dividends
18investmentExpensesnumber (double)Box 6, Investment expenses
19foreignTaxPaidnumber (double)Box 7, Foreign tax paid
20foreignCountrystringBox 8, Foreign country or U.S. possession
21cashLiquidationnumber (double)Box 9, Cash liquidation distributions
22nonCashLiquidationnumber (double)Box 10, Noncash liquidation distributions
23taxExemptInterestDividendnumber (double)Box 11, Exempt-interest dividends
24specifiedPabInterestDividendnumber (double)Box 12, Specified private activity bond interest dividends
25stateTaxWithholdingArray of StateTaxWithholdingBoxes 13-15, State tax withholding
26foreignIncomesArray of DescriptionAmountForeign income information
27stateTaxExemptIncomesArray of DescriptionAmountTax exempt income state information
28secondTinNoticebooleanSecond TIN Notice
Tax1099Div Usage:
/img/forms/Tax1099Div/2022/v5.0/Tax1099Div.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1099Div" : {
    "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",
    "ordinaryDividends" : 0.0,
    "qualifiedDividends" : 0.0,
    "totalCapitalGain" : 0.0,
    "unrecaptured1250Gain" : 0.0,
    "section1202Gain" : 0.0,
    "collectiblesGain" : 0.0,
    "nonTaxableDistribution" : 0.0,
    "federalTaxWithheld" : 0.0,
    "section199ADividends" : 0.0,
    "investmentExpenses" : 0.0,
    "foreignTaxPaid" : 0.0,
    "foreignCountry" : "string",
    "cashLiquidation" : 0.0,
    "nonCashLiquidation" : 0.0,
    "taxExemptInterestDividend" : 0.0,
    "specifiedPabInterestDividend" : 0.0,
    "stateTaxWithholding" : [ {
      "stateTaxWithheld" : 0.0,
      "state" : "string",
      "stateTaxId" : "string",
      "stateIncome" : 0.0
    } ],
    "foreignIncomes" : [ {
      "description" : "string",
      "amount" : 0.0
    } ],
    "stateTaxExemptIncomes" : [ {
      "description" : "string",
      "amount" : 0.0
    } ],
    "secondTinNotice" : true
  }
}
Example Form PDF

Download

/img/forms/Tax1099Div/2022/v5.0/Tax1099Div.RecipCopy.png
Example Form JSON

Download

{
  "tax1099Div" : {
    "taxYear" : 2021,
    "taxFormDate" : "2022-02-01",
    "additionalInformation" : "FDX v5.0",
    "taxFormType" : "Tax1099Div",
    "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"
    },
    "foreignAccountTaxCompliance" : false,
    "accountNumber" : "111-5555555",
    "ordinaryDividends" : 1107.0,
    "qualifiedDividends" : 1208.0,
    "totalCapitalGain" : 2109.0,
    "unrecaptured1250Gain" : 2210.0,
    "section1202Gain" : 2311.0,
    "collectiblesGain" : 2412.0,
    "section897Dividends" : 2512.4,
    "section897CapitalGain" : 2612.8,
    "nonTaxableDistribution" : 3013.0,
    "federalTaxWithheld" : 4014.0,
    "section199ADividends" : 5015.0,
    "investmentExpenses" : 6016.0,
    "foreignTaxPaid" : 7017.0,
    "foreignCountry" : "Mexico",
    "cashLiquidation" : 9019.0,
    "nonCashLiquidation" : 10020.0,
    "taxExemptInterestDividend" : 11021.0,
    "specifiedPabInterestDividend" : 12022.0,
    "stateTaxWithholding" : [ {
      "stateTaxWithheld" : 15023.0,
      "state" : "NY",
      "stateTaxId" : "14-000023"
    } ]
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

/img/forms/Tax1099Div/2022/v5.0/Tax1099Div.RecipCopy.qr.png
Example Data As Flattened Map (Key, Value Pairs)

 

{
  "taxYear": "2021",
  "taxFormDate": "2022-02-01",
  "additionalInformation": "FDX v5.0",
  "taxFormType": "Tax1099Div",
  "payerNameAddress.line1": "12021 Sunset Valley Dr",
  "payerNameAddress.line2": "Suite 230",
  "payerNameAddress.city": "Preston",
  "payerNameAddress.state": "VA",
  "payerNameAddress.postalCode": "20191",
  "payerNameAddress.country": "US",
  "payerNameAddress.name1": "Tax Form Issuer, Inc",
  "payerNameAddress.phone.number": "8885551212",
  "payerTin": "12-3456789",
  "recipientTin": "xxx-xx-1234",
  "recipientNameAddress.line1": "1 Main St",
  "recipientNameAddress.city": "Melrose",
  "recipientNameAddress.state": "NY",
  "recipientNameAddress.postalCode": "12121",
  "recipientNameAddress.country": "US",
  "recipientNameAddress.name1": "Kris Q Public",
  "foreignAccountTaxCompliance": "false",
  "accountNumber": "111-5555555",
  "ordinaryDividends": "1107.0",
  "qualifiedDividends": "1208.0",
  "totalCapitalGain": "2109.0",
  "unrecaptured1250Gain": "2210.0",
  "section1202Gain": "2311.0",
  "collectiblesGain": "2412.0",
  "section897Dividends": "2512.4",
  "section897CapitalGain": "2612.8",
  "nonTaxableDistribution": "3013.0",
  "federalTaxWithheld": "4014.0",
  "section199ADividends": "5015.0",
  "investmentExpenses": "6016.0",
  "foreignTaxPaid": "7017.0",
  "foreignCountry": "Mexico",
  "cashLiquidation": "9019.0",
  "nonCashLiquidation": "10020.0",
  "taxExemptInterestDividend": "11021.0",
  "specifiedPabInterestDividend": "12022.0",
  "stateTaxWithholding-1.stateTaxWithheld": "15023.0",
  "stateTaxWithholding-1.state": "NY",
  "stateTaxWithholding-1.stateTaxId": "14-000023"
}
Issuer Instructions

Download

/img/forms/Tax1099Div/2022/v5.0/Tax1099Div.IssuerInstr.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.1.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.2.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.3.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.4.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.5.png
https://storage.cloud.google.com/taxdochub-forms-png/2022/i1099div.6.png

© Copyright 2023. All Rights Reserved.