Tax5498Ta
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 / Tax5498Ta
Form 5498-TA, Trump Account Contribution Information, from TRUSTEE (1st-8th boxes as issuer) to BENEFICIARY (9th-16th boxes as recipient)
Extends and inherits all fields from Tax
Tax5498Ta Properties
| # | Id | Type | Description |
|---|---|---|---|
| 1 | accountNumber | string | Account number |
| 2 | generalContributions | number | Box 1, Pilot program and qualified general contributions |
| 3 | rolloverContributions | number | Box 2, Qualified rollover contributions |
| 4 | section128Contributions | number | Box 3, Section 128 employer contributions |
| 5 | otherContributions | number | Box 4, Other contributions |
| 6 | basis | number | Box 5, Basis or investment in the contract |
| 7 | fairMarketValue | number | Box 6, Fair Market Value (FMV) of account |
Tax5498Ta Usage:
- TaxData tax5498Ta
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 Tax5498Ta 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 Tax5498Ta 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.