Tax1098Vli
As a tax document issuer you collect the data elements shown below into either a flat or tree structure.
You then populate the applicable FDX object, serialize it to JSON, and
distribute the JSON in up to 4 ways.
(1) File download or (2) API
(3) Printed document with QR code
(4) PDF file with embedded JSON
FDX / Data Structures / Tax1098Vli
Form 1098-VLI, Vehicle Loan Interest Statement, from RECIPIENT/LENDER (1st-9th boxes as issuer) to PAYER OF RECORD (10th-17th boxes as recipient)
Extends and inherits all fields from Tax
Tax1098Vli Properties
| # | Id | Type | Description |
|---|---|---|---|
| 1 | accountNumber | string | Account number |
| 2 | vehicleLoanInterest | number | Box 1, Vehicle loan interest received by lender |
| 3 | carYear | integer | Box 2a, Year |
| 4 | make | string | Box 2b, Make |
| 5 | model | string | Box 2c, Model |
| 6 | vin | string | Box 2d, Vehicle or other identification number (VIN) |
| 7 | originationDate | DateString | |
| 8 | acquisitionDate | DateString | |
| 9 | outstandingPrincipal | number | Box 4, Outstanding principal |
| 10 | interestRefund | number | Box 5, Refund of overpaid interest |
Tax1098Vli Usage:
- TaxData tax1098Vli
FDX Tax Schema and Model Files
A copy of the FDX tax schema files (yaml) and related model files in csharp, java, python, ruby, and typescript languages are available at this private GitHub repository:
https://github.com/iTipsDev/fdx-tax-schema-v6.6.0
We will make this repository available to developers implementing Financial Data Exchange (FDX) JSON in their applications. Just send your GitHub user email and company name to info@taxdataexchange.org to be granted access.
SDK (Java Software Development Kit)
A java SDK is available to generate Tax1098Vli documents as:
- FDX JSON
- QR PDFs and
- Intelligent Tax Documents®
See this GitHub page and contact us at info@taxdataexchange.org to license the SDK.
Docker Image
A Docker image is available to generate Tax1098Vli documents as:
- FDX JSON
- QR PDFs and
- Intelligent Tax Documents®
See this page and contact us at info@taxdataexchange.org to license the Docker image.