Tax Documents
Tax1099Ltc

FDX Data Structure as JSON
{ "tax1099Ltc" : { "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", "policyholderTin" : "string", "policyHolderNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64" }, "accountNumber" : "string", "ltcBenefits" : 0.0, "deathBenefits" : 0.0, "perDiem" : true, "reimbursedAmount" : true, "insuredId" : "string", "insuredNameAddress" : { "line1" : "String64", "line2" : "String64", "line3" : "String64", "city" : "String64", "state" : "String64", "postalCode" : "string", "country" : "AD", "name1" : "String64", "name2" : "String64" }, "qualifiedContract" : true, "chronicallyIll" : true, "terminallyIll" : true, "dateCertified" : "2020-07-01" } }
FDX / Data Structures / Tax1099Ltc
Form 1099-LTC, Long-Term Care and Accelerated Death Benefits
Extends and inherits all fields from Tax
Tax1099Ltc Properties
# | Id | Type | Description |
---|---|---|---|
1 | payerNameAddress | NameAddressPhone | Payer's name, address, and phone |
2 | payerTin | string | PAYER'S TIN |
3 | policyholderTin | string | POLICYHOLDER'S TIN |
4 | policyHolderNameAddress | NameAddress | Policyholder name and address |
5 | accountNumber | string | Account number |
6 | ltcBenefits | number (double) | Box 1, Gross long-term care benefits paid |
7 | deathBenefits | number (double) | Box 2, Accelerated death benefits paid |
8 | perDiem | boolean | Box 3, Per diem |
9 | reimbursedAmount | boolean | Box 3, Reimbursed amount |
10 | insuredId | string | INSURED'S taxpayer identification no. |
11 | insuredNameAddress | NameAddress | Insured name and address |
12 | qualifiedContract | boolean | Box 4, Qualified contract |
13 | chronicallyIll | boolean | Box 5, Chronically ill |
14 | terminallyIll | boolean | Box 5, Terminally ill |
15 | dateCertified | DateString | Date certified |
Tax1099Ltc Usage:
- TaxData tax1099Ltc
Example Form JSON
{ "tax1099Ltc" : { "taxYear" : 2020, "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", "policyholderTin" : "xxx-xx-1234", "policyHolderNameAddress" : { "line1" : "1 Main St", "city" : "Melrose", "state" : "NY", "postalCode" : "12121", "name1" : "Kris Q Public" }, "accountNumber" : "111-55555555", "ltcBenefits" : 1000.0, "deathBenefits" : 2000.0, "perDiem" : true, "reimbursedAmount" : true, "insuredId" : "555-55-5555", "insuredNameAddress" : { "line1" : "1 Main St", "city" : "Melrose", "state" : "NY", "postalCode" : "12121", "name1" : "Taylor Public" }, "qualifiedContract" : true, "chronicallyIll" : true, "dateCertified" : "2020-04-01" } }
Example Form JSON as QR Code

