FinancialItem
Single financial item
type FinancialItem {
term: String
tag: String!
val: Long!
loc: String
notes: String
order: Int!
}
Fields
term ● String
Standardised name of the item
tag ● String!
Scribe tag
val ● Long!
Value for the item (rounded)
loc ● String
Location of the item in the document
notes ● String
Optional note
order ● Int!
Order in the document
Example
{
"term": "Revenues",
"tag": "increv",
"val": 100000,
"notes": 4
}
Member Of
Financials object