records
Standard Statement of Cash Flows 2014-15
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"standard-statement-of-cash-flows-2014-15",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/standard-statement-of-cash-flows-2014-15"
}
] - "definitions":{
- "standard-statement-of-cash-flows-2014-15":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/standard-statement-of-cash-flows-2014-15_records"
}
}
} - "records":
} - "properties":
- "standard-statement-of-cash-flows-2014-15_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "as_at_date":,{
- "type":"string",
- "format":"date",
- "title":"As at Date",
- "description":"The date in which the figure was generated at."
} - "actual_budget_plan":,{
- "type":"string",
- "title":"Actual/Budget/Plan",
- "description":"Indication if the value was actual, budget (allocated), or plan (an estimate at the start of the financial year)."
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":"The category indicating which type of finance the records relates to. This is one of balance, financing, investing or operating. "
} - "sub_category":,{
- "type":"string",
- "title":"Sub Category",
- "description":"The sub category indicating if this was a closing balance, opening balance, payments or reciepts. "
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":"The type of cash flow "
} - "year":,{
- "type":"string",
- "title":"Year",
- "description":"The year in which this record was generated or estimated for"
} - "value_000":{
- "type":"integer",
- "title":"Value ($,000)",
- "description":"The dollar (AUD) in thousands for this financial indicator"
}
} - "as_at_date":
}
} - "fields":
} - "properties":
} - "standard-statement-of-cash-flows-2014-15":
}