Tax Documents

 

Tax1099Ltc

 

FDX / Data Structures / Tax1099Ltc
Form 1099-LTC, Long-Term Care and Accelerated Death Benefits
Extends and inherits all fields from Tax  
Tax1099Ltc Properties
#IdTypeDescription
1payerNameAddressNameAddressPhonePayer's name, address, and phone
2payerTinstringPAYER'S TIN
3policyholderTinstringPOLICYHOLDER'S TIN
4policyHolderNameAddressNameAddressPolicyholder name and address
5accountNumberstringAccount number
6ltcBenefitsnumber (double)Box 1, Gross long-term care benefits paid
7deathBenefitsnumber (double)Box 2, Accelerated death benefits paid
8perDiembooleanBox 3, Per diem
9reimbursedAmountbooleanBox 3, Reimbursed amount
10insuredIdstringINSURED'S taxpayer identification no.
11insuredNameAddressNameAddressInsured name and address
12qualifiedContractbooleanBox 4, Qualified contract
13chronicallyIllbooleanBox 5, Chronically ill
14terminallyIllbooleanBox 5, Terminally ill
15dateCertifiedDateStringDate certified
Tax1099Ltc Usage:
/img/forms/Tax1099Ltc/2022/v5.0/Tax1099Ltc.Recipient.Form.annotated.fdx.png
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"
  }
}
Example Form PDF

Download

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

Download

{
  "tax1099Ltc" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1099Ltc",
    "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",
    "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 for QR Code Purposes

Download

Example Form PDF with QR Code

Download

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

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1099Ltc",
  "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",
  "policyholderTin": "xxx-xx-1234",
  "policyHolderNameAddress.line1": "1 Main St",
  "policyHolderNameAddress.city": "Melrose",
  "policyHolderNameAddress.state": "NY",
  "policyHolderNameAddress.postalCode": "12121",
  "policyHolderNameAddress.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",
  "insuredNameAddress.city": "Melrose",
  "insuredNameAddress.state": "NY",
  "insuredNameAddress.postalCode": "12121",
  "insuredNameAddress.name1": "Taylor Public",
  "qualifiedContract": "true",
  "chronicallyIll": "true",
  "dateCertified": "2020-04-01"
}
Issuer Instructions

Download

/img/forms/Tax1099Ltc/2022/v5.0/Tax1099Ltc.IssuerInstr.png

© Copyright 2023. All Rights Reserved.