Tax Documents

 

Tax1099A

 

FDX / Data Structures / Tax1099A
Form 1099-A, Acquisition or Abandonment of Secured Property
Extends and inherits all fields from Tax  
Tax1099A Properties
#IdTypeDescription
1lenderNameAddressNameAddressPhoneLender's name, address, and phone
2lenderTinstringLENDER'S TIN
3borrowerTinstringBORROWER'S TIN
4borrowerNameAddressNameAddressBorrower's name and address
5accountNumberstringAccount number
6dateOfAcquisitionDateStringBox 1, Date of lender's acquisition or knowledge of abandonment
7principalBalancenumber (double)Box 2, Balance of principal outstanding
8fairMarketValuenumber (double)Box 4, Fair market value property
9personallyLiablebooleanBox 5, If checked, the borrower was personally liable for repayment of the debt
10propertyDescriptionstringBox 6, Description of property
Tax1099A Usage:
/img/forms/Tax1099A/2022/v5.0/Tax1099A.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1099A" : {
    "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"
    },
    "lenderNameAddress" : {
      "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"
      }
    },
    "lenderTin" : "string",
    "borrowerTin" : "string",
    "borrowerNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64"
    },
    "accountNumber" : "string",
    "dateOfAcquisition" : "2020-07-01",
    "principalBalance" : 0.0,
    "fairMarketValue" : 0.0,
    "personallyLiable" : true,
    "propertyDescription" : "string"
  }
}
Example Form PDF

Download

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

Download

{
  "tax1099A" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1099A",
    "lenderNameAddress" : {
      "line1" : "12021 Sunset Valley Dr",
      "line2" : "Suite 230",
      "city" : "Preston",
      "state" : "VA",
      "postalCode" : "20191",
      "country" : "US",
      "name1" : "Tax Form Issuer, Inc",
      "phone" : {
        "number" : "8885551212"
      }
    },
    "lenderTin" : "12-3456789",
    "borrowerTin" : "xxx-xx-1234",
    "borrowerNameAddress" : {
      "line1" : "1 Main St",
      "city" : "Melrose",
      "state" : "NY",
      "postalCode" : "12121",
      "country" : "US",
      "name1" : "Kris Q Public"
    },
    "accountNumber" : "111-55555555",
    "dateOfAcquisition" : "2020-04-01",
    "principalBalance" : 200000.0,
    "fairMarketValue" : 140000.0,
    "personallyLiable" : true,
    "propertyDescription" : "Unimproved land"
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

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

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1099A",
  "lenderNameAddress.line1": "12021 Sunset Valley Dr",
  "lenderNameAddress.line2": "Suite 230",
  "lenderNameAddress.city": "Preston",
  "lenderNameAddress.state": "VA",
  "lenderNameAddress.postalCode": "20191",
  "lenderNameAddress.country": "US",
  "lenderNameAddress.name1": "Tax Form Issuer, Inc",
  "lenderNameAddress.phone.number": "8885551212",
  "lenderTin": "12-3456789",
  "borrowerTin": "xxx-xx-1234",
  "borrowerNameAddress.line1": "1 Main St",
  "borrowerNameAddress.city": "Melrose",
  "borrowerNameAddress.state": "NY",
  "borrowerNameAddress.postalCode": "12121",
  "borrowerNameAddress.country": "US",
  "borrowerNameAddress.name1": "Kris Q Public",
  "accountNumber": "111-55555555",
  "dateOfAcquisition": "2020-04-01",
  "principalBalance": "200000.0",
  "fairMarketValue": "140000.0",
  "personallyLiable": "true",
  "propertyDescription": "Unimproved land"
}
Issuer Instructions

Download

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

© Copyright 2023. All Rights Reserved.