Tax Documents

 

Tax1098Q

 

FDX / Data Structures / Tax1098Q
Form 1098-Q, Qualifying Longevity Annuity Contract Information
Extends and inherits all fields from Tax  
Tax1098Q Properties
#IdTypeDescription
1issuerNameAddressNameAddressPhoneISSUER's name, street address, city or town, state or province, country, ZIP or foreign postal code, and telephone number
2issuerTinstringISSUER's TIN
3participantTinstringPARTICIPANT'S TIN
4participantNameAddressNameAddressPARTICIPANT'S name, street address (including apt. no.), city or town, state or province, country and ZIP or foreign postal code
5accountNumberstringAccount number
6planNumberstringPlan number
7planNamestringPlan name
8planSponsorIdstringPlan sponsor's EIN
9annuityAmountnumber (double)Box 1a, Annuity amount on start date
10startDateDateStringBox 1b, Annuity start date
11canBeAcceleratedbooleanBox 2, Start date may be accelerated
12totalPremiumsnumber (double)Box 3, Total premiums
13fairMarketValuenumber (double)Box 4, Fair market value of qualifying longevity annuity contract (FMV of QLAC)
14premiumsArray of DateAmountBox 5, Total monthly premiums paid for the contract and date of the last payment in the month
Tax1098Q Usage:
/img/forms/Tax1098Q/2022/v5.0/Tax1098Q.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1098Q" : {
    "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"
    },
    "issuerNameAddress" : {
      "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"
      }
    },
    "issuerTin" : "string",
    "participantTin" : "string",
    "participantNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64"
    },
    "accountNumber" : "string",
    "planNumber" : "string",
    "planName" : "string",
    "planSponsorId" : "string",
    "annuityAmount" : 0.0,
    "startDate" : "2020-07-01",
    "canBeAccelerated" : true,
    "totalPremiums" : 0.0,
    "fairMarketValue" : 0.0,
    "premiums" : [ {
      "date" : "2020-07-01",
      "description" : "string",
      "amount" : 0.0
    } ]
  }
}
Example Form PDF

Download

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

Download

{
  "tax1098Q" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1098Q",
    "issuerNameAddress" : {
      "line1" : "12021 Sunset Valley Dr",
      "line2" : "Suite 230",
      "city" : "Preston",
      "state" : "VA",
      "postalCode" : "20191",
      "country" : "US",
      "name1" : "Tax Form Issuer, Inc",
      "phone" : {
        "number" : "8885551212"
      }
    },
    "issuerTin" : "12-3456789",
    "participantTin" : "xxx-xx-1234",
    "participantNameAddress" : {
      "line1" : "1 Main St",
      "city" : "Melrose",
      "state" : "NY",
      "postalCode" : "12121",
      "country" : "US",
      "name1" : "Kris Q Public"
    },
    "accountNumber" : "111-55555555",
    "planNumber" : "760-4517",
    "planName" : "AAA QLAC Plans 4",
    "planSponsorId" : "44-12345467",
    "annuityAmount" : 8000.0,
    "startDate" : "2020-07-01",
    "canBeAccelerated" : true,
    "totalPremiums" : 35000.0,
    "fairMarketValue" : 48000.0,
    "premiums" : [ {
      "date" : "2020-01-10",
      "amount" : 400.0
    }, {
      "date" : "2020-02-10",
      "amount" : 400.0
    }, {
      "date" : "2020-03-10",
      "amount" : 400.0
    }, {
      "date" : "2020-04-10",
      "amount" : 400.0
    }, {
      "date" : "2020-05-10",
      "amount" : 400.0
    }, {
      "date" : "2020-06-10",
      "amount" : 400.0
    }, {
      "date" : "2020-07-10",
      "amount" : 400.0
    }, {
      "date" : "2020-08-10",
      "amount" : 400.0
    }, {
      "date" : "2020-09-10",
      "amount" : 400.0
    }, {
      "date" : "2020-10-10",
      "amount" : 400.0
    }, {
      "date" : "2020-11-10",
      "amount" : 400.0
    }, {
      "date" : "2020-12-10",
      "amount" : 400.0
    } ]
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

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

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1098Q",
  "issuerNameAddress.line1": "12021 Sunset Valley Dr",
  "issuerNameAddress.line2": "Suite 230",
  "issuerNameAddress.city": "Preston",
  "issuerNameAddress.state": "VA",
  "issuerNameAddress.postalCode": "20191",
  "issuerNameAddress.country": "US",
  "issuerNameAddress.name1": "Tax Form Issuer, Inc",
  "issuerNameAddress.phone.number": "8885551212",
  "issuerTin": "12-3456789",
  "participantTin": "xxx-xx-1234",
  "participantNameAddress.line1": "1 Main St",
  "participantNameAddress.city": "Melrose",
  "participantNameAddress.state": "NY",
  "participantNameAddress.postalCode": "12121",
  "participantNameAddress.country": "US",
  "participantNameAddress.name1": "Kris Q Public",
  "accountNumber": "111-55555555",
  "planNumber": "760-4517",
  "planName": "AAA QLAC Plans 4",
  "planSponsorId": "44-12345467",
  "annuityAmount": "8000.0",
  "startDate": "2020-07-01",
  "canBeAccelerated": "true",
  "totalPremiums": "35000.0",
  "fairMarketValue": "48000.0",
  "premiums-1.date": "2020-01-10",
  "premiums-1.amount": "400.0",
  "premiums-2.date": "2020-02-10",
  "premiums-2.amount": "400.0",
  "premiums-3.date": "2020-03-10",
  "premiums-3.amount": "400.0",
  "premiums-4.date": "2020-04-10",
  "premiums-4.amount": "400.0",
  "premiums-5.date": "2020-05-10",
  "premiums-5.amount": "400.0",
  "premiums-6.date": "2020-06-10",
  "premiums-6.amount": "400.0",
  "premiums-7.date": "2020-07-10",
  "premiums-7.amount": "400.0",
  "premiums-8.date": "2020-08-10",
  "premiums-8.amount": "400.0",
  "premiums-9.date": "2020-09-10",
  "premiums-9.amount": "400.0",
  "premiums-10.date": "2020-10-10",
  "premiums-10.amount": "400.0",
  "premiums-11.date": "2020-11-10",
  "premiums-11.amount": "400.0",
  "premiums-12.date": "2020-12-10",
  "premiums-12.amount": "400.0"
}
Issuer Instructions

Download

/img/forms/Tax1098Q/2022/v5.0/Tax1098Q.IssuerInstr.png
https://storage.cloud.google.com/taxdochub-forms-png/2019/i1098q.1.png
https://storage.cloud.google.com/taxdochub-forms-png/2019/i1098q.2.png
https://storage.cloud.google.com/taxdochub-forms-png/2019/i1098q.3.png

© Copyright 2023. All Rights Reserved.