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
Member Of
Company
object