1098-C : Contributions of Motor Vehicles, Boats, and Airplanes
FDX
FDX / Data Structures / Tax1098C
Form 1098-C, Contributions of Motor Vehicles, Boats, and Airplanes
Extends and inherits all fields from Tax
Tax1098C Properties
# | Id | Type | Description |
---|---|---|---|
1 | doneeNameAddress | NameAddressPhone | Donee's name, address and phone |
2 | doneeTin | string | DONEE'S TIN |
3 | donorTin | string | DONOR'S TIN |
4 | donorNameAddress | NameAddress | Donor's name and address |
5 | dateOfContribution | DateString | Box 1, Date of contribution |
6 | odometerMileage | integer | Box 2a, Odometer mileage |
7 | carYear | integer | Box 2b, Year |
8 | make | string | Box 2c, Make |
9 | model | string | Box 2d, Model |
10 | vin | string | Box 3, Vehicle or other identification number |
11 | armsLengthTransaction | boolean | Box 4a, Donee certifies that vehicle was sold in arm's length transaction to unrelated party |
12 | dateOfSale | DateString | Box 4b, Date of sale |
13 | grossProceeds | number (double) | Box 4c, Gross proceeds from sale (see instructions) |
14 | notTransferredBefore | boolean | Box 5a, Donee certifies that vehicle will not be transferred for money, other property, or services before completion of material improvements or significant intervening use |
15 | needyIndividual | boolean | Box 5b, Donee certifies that vehicle is to be transferred to a needy individual for significantly below fair market value in furtherance of donee's charitable purpose |
16 | descriptionOfImprovements | string | Box 5c, Donee certifies the following detailed description of material improvements or significant intervening use and duration of use |
17 | goodsInExchange | boolean | Box 6a, Did you provide goods or services in exchange for the vehicle? Yes |
18 | valueOfExchange | number (double) | Box 6b, Value of goods and services provided in exchange for the vehicle |
19 | intangibleReligious | boolean | Box 6c, If this box is checked, donee certifies that the goods and services consisted solely of intangible religious benefits |
20 | descriptionOfGoods | string | Box 6c, Describe the goods and services, if any, that were provided |
21 | maxDeductionApplies | boolean | Box 7, Under the law, the donor may not claim a deduction of more than $500 for this vehicle if this box is checked |
Tax1098C Usage:
- TaxData tax1098C
OFX
OFX / Types / Tax1098C_V100
# | Tag | Type |
---|---|---|
1 | DONEEADDR | DoneeAddressType |
2 | DONORADDR | DonorAddressType |
3 | CORRECTED | BooleanType |
4 | DONEEID | GenericNameType |
5 | DONORID | IdType |
6 | DATECONTRIB | DateTimeType |
7 | ODOMETER | GenericNameType |
8 | CARYEAR | YearType |
9 | MAKE | GenericNameType |
10 | MODEL | GenericNameType |
11 | VIN | GenericNameType |
12 | ARMSLENGTH | BooleanType |
13 | DATESALE | DateTimeType |
14 | PROCEEDS | AmountType |
15 | NOTTRANSFERRED | BooleanType |
16 | NEEDY | BooleanType |
17 | DESCIMPROVE | MessageType |
18 | EXCHANGE | BooleanType |
19 | EXCHANGEVALUE | AmountType |
20 | RELIGIOUS | BooleanType |
21 | DESCGOODS | MessageType |
22 | DONATIONMAX | BooleanType |
23 | SRVRTID | ServerIdType |
24 | TAXYEAR | YearType |
Usages:
- Tax1098Response TAX1098C_V100
FIRE
Under Development
TXF
The TXF standard does not support this form.