StandardIncomeStatement
Income statement
type StandardIncomeStatement {
increv: Long
inccogs: Long
incgrossprof: Long
incopcostsadmin: Long
incopprof: Long
incnfc: Long
pbt: Long
incalltax: Long
pat: Long
revgrowth: Long
netprofrat: Long
impnetprofrat: Long
}
Fields
increv
● Long
Revenues
inccogs
● Long
Cost of sales
incgrossprof
● Long
Gross profit
incopcostsadmin
● Long
Administrative costs
incopprof
● Long
Operating profit
incnfc
● Long
Net interest
pbt
● Long
Profit before tax
incalltax
● Long
Tax
pat
● Long
Net profit
revgrowth
● Long
Growth
netprofrat
● Long
Net profitability ratio
impnetprofrat
● Long
Implied net profitability ratio
Example
{
"increv": 100000,
"inccogs": 100000,
"incgrossprof": 100000,
"incopcostsadmin": 100000,
"incopprof": 100000,
"incnfc": 100000,
"pbt": 100000,
"incalltax": 100000,
"pat": 100000,
"revgrowth": 100000,
"netprofrat": 100000,
"impnetprofrat": 100000
}
Member Of
StandardFinancials
object