Skip to main content

StandardFinancials

Financial model

type StandardFinancials {
period: String!
isrevenueapprox: Boolean!
inc: StandardIncomeStatement
bst: StandardBalanceSheet!
cfl: StandardCashFlow
}

Fields

period ● String!

Financial year

isrevenueapprox ● Boolean!

Has Scribe approximated the revenues

inc ● StandardIncomeStatement

Income statement (if available) for that financial year

bst ● StandardBalanceSheet!

Balance sheet for that financial year

cfl ● StandardCashFlow

Cash-flow statement (if available) for that financial year

Example

{
"period": "FY2022",
"isrevenueapprox": true,
"inc": {
"increv": 100000,
"inccogs": 100000,
"incgrossprof": 100000,
"incopcostsadmin": 100000,
"incopprof": 100000,
"incnfc": 100000,
"pbt": 100000,
"incalltax": 100000,
"pat": 100000,
"revgrowth": 100000,
"netprofrat": 100000,
"impnetprofrat": 100000
},
"bst": {
"cacash": 100000,
"cainv": 100000,
"cadebtor": 100000,
"catca": 100000,
"ncattang": 100000,
"ncaint": 100000,
"ncatnca": 100000,
"ta": 100000,
"clcred": 100000,
"clstdebt": 100000,
"tcl": 100000,
"nclcredit": 100000,
"ncldebt": 100000,
"tncl": 100000,
"tl": 100000,
"eqcap": 100000,
"eqte": 100000,
"fat": 100000
},
"cfl": {
"opintpaid": 100000,
"optax": 100000,
"opnetcf": 100000,
"invprop": 100000,
"invpropdisp": 100000,
"invinvest": 100000,
"invnetinvest": 100000,
"finborrow": 100000,
"finrepay": 100000,
"findivi": 100000,
"finnetfin": 100000,
"cashopen": 100000,
"cashclose": 100000,
"cashinc": 100000
}
}

Member Of

Company object ● CompanySearchResult object