Introduction to the balance sheet

Python ile Finansal Tahminleme

Victoria Clark

CGMA Financial Analyst

Types of financial statements

financial statements

Python ile Finansal Tahminleme

Assets and liabilities

Asset = Economic Resource

  • Can be used to make money

Liability = Economic Obligation

  • Usually the obligation to pay something

financial statements

Python ile Finansal Tahminleme
equity = assets - liabilities

Equity: portion of owner's interest in a property or business

# House example

house_cost = 100000
down_payment = 20000
mortgage = 80000
tot_equity = house_cost - mortgage
# Balance sheet
owners_equity = assets - liabilities

financial statements

Python ile Finansal Tahminleme

financial statements

Python ile Finansal Tahminleme

financial statements

Python ile Finansal Tahminleme

financial statements

Python ile Finansal Tahminleme

financial statements

Python ile Finansal Tahminleme

Let's practice!

Python ile Finansal Tahminleme

Preparing Video For Download...