Definition
Table describing the details of the order, cost and discounts if applicable.
Temporal and Spatial Information
Data source details
Datasets
| Path name | Data Element | Definition | Data Type | Format |
|---|---|---|---|---|
| Order_id | Order: Unique Idenitifier, Identifier X(10) | Unique Number Assigned to an order is recorded as Identifier X(10). | CHARACTERSTRING | X(10) |
| Product_id | Product: Unique Idenitifier, Identifier X(10) | Unique Number Assigned to a product is recorded as Identifier X(10). | CHARACTERSTRING | X(10) |
| Unit_price | Product: Unit price, Australian Currency N(4) | Unit price of the product is recorded as Australian Currency N(4). | Number | N(4) |
| Quantity | Product: Quantity, Weight N(3) | Quantity of the product for which order is placed is recorded as Weight N(3). | Number | N(3) |
| Discount | Order: Discount, Australian Currency N(4) | A reduction in the total cost of a purchase that is applied to a specific order or transaction is recorded as Australian Currency N(4). | Number | N(4) |