income
Summary
Classes:
Functions:
Reference
- class Income(**kwargs)[source]
 Bases:
FinancialStatementBase- set_net_income(value)
 
- property coa_items
 
- property ebit_margin
 
- property net_income
 
- property netto_margin
 
- class IncomeBank(**kwargs)[source]
 Bases:
Income- set_interest_income(value)
 
- set_non_interest_income(value)
 
- property coa_items
 
- property ebit
 
- property interest_income
 
- property non_interest_income
 
- property revenue
 
- class IncomeIndustry(**kwargs)[source]
 Bases:
Income- set_gross_profit(value)
 
- set_research_development(value)
 
- set_revenue(value)
 
- set_selling_general_admin(value)
 
- set_total_operating_expenses(value)
 
- property coa_items
 
- property ebit
 
- property gross_profit
 
- property research_development
 
- property revenue
 
- property selling_general_admin
 
- property total_operating_expenses