Tax Documents

 

Tax1097Btc

 

FDX / Data Structures / Tax1097Btc
Form 1097-BTC, Bond Tax Credit
Extends and inherits all fields from Tax  
Tax1097Btc Properties
#IdTypeDescription
1issuerNameAddressNameAddressPhoneIssuer's name, address, and phone
2issuerTinstringFORM 1097-BTC ISSUER'S TIN
3recipientTinstringRECIPIENT'S TIN
4recipientNameAddressNameAddressRecipient's name and address
5filingForCreditbooleanForm 1097-BTC issuer is: Issuer of bond or its agent filing current year Form 1097-BTC for credit being reported
6asNomineebooleanForm 1097-BTC issuer is: An entity or a person that received or should have received a current year Form 1097-BTC and is distributing part or all of that credit to others
7totalnumber (double)Box 1, Total
8bondCodestringBox 2a, Code
9uniqueIdstringBox 2b, Unique Identifier
10bondTypestringBox 3, Bond type
11amountsArray of MonthAmountBox 5, Amounts by month
12commentsstringBox 6, Comments
Tax1097Btc Usage:
/img/forms/Tax1097Btc/2022/v5.0/Tax1097Btc.Recipient.Form.annotated.fdx.png
FDX Data Structure as JSON
{
  "tax1097Btc" : {
    "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",
    "recipientTin" : "string",
    "recipientNameAddress" : {
      "line1" : "String64",
      "line2" : "String64",
      "line3" : "String64",
      "city" : "String64",
      "state" : "String64",
      "postalCode" : "string",
      "country" : "AD",
      "name1" : "String64",
      "name2" : "String64"
    },
    "filingForCredit" : true,
    "asNominee" : true,
    "total" : 0.0,
    "bondCode" : "string",
    "uniqueId" : "string",
    "bondType" : "string",
    "amounts" : [ {
      "month" : "JAN",
      "amount" : 0.0
    } ],
    "comments" : "string"
  }
}
Example Form PDF

Download

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

Download

{
  "tax1097Btc" : {
    "taxYear" : 2022,
    "taxFormDate" : "2021-03-30",
    "taxFormType" : "Tax1097Btc",
    "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",
    "recipientTin" : "xxx-xx-1234",
    "recipientNameAddress" : {
      "line1" : "1 Main St",
      "city" : "Melrose",
      "state" : "NY",
      "postalCode" : "12121",
      "country" : "US",
      "name1" : "Kris Q Public"
    },
    "filingForCredit" : true,
    "asNominee" : true,
    "total" : 1007.0,
    "bondCode" : "123-456-789",
    "uniqueId" : "guid-54321",
    "bondType" : "BondType",
    "amounts" : [ {
      "month" : "JAN",
      "amount" : 511.0
    }, {
      "month" : "FEB",
      "amount" : 496.0
    } ],
    "comments" : "6. Comments"
  }
}
Example Form JSON for QR Code Purposes

Download

Example Form PDF with QR Code

Download

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

 

{
  "taxYear": "2022",
  "taxFormDate": "2021-03-30",
  "taxFormType": "Tax1097Btc",
  "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",
  "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",
  "filingForCredit": "true",
  "asNominee": "true",
  "total": "1007.0",
  "bondCode": "123-456-789",
  "uniqueId": "guid-54321",
  "bondType": "BondType",
  "amounts-1.month": "JAN",
  "amounts-1.amount": "511.0",
  "amounts-2.month": "FEB",
  "amounts-2.amount": "496.0",
  "comments": "6. Comments"
}
Issuer Instructions

Download

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

© Copyright 2023. All Rights Reserved.