資產負債表入門

使用 Python 進行財務預測

Victoria Clark

CGMA Financial Analyst

財務報表類型

財務報表

使用 Python 進行財務預測

資產與負債

Asset = 經濟資源

  • 可用來賺錢

Liability = 經濟義務

  • 通常是需付款的義務

財務報表

使用 Python 進行財務預測
equity = assets - liabilities

Equity:業主在資產或企業中的權益部分

# House example

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

財務報表

使用 Python 進行財務預測

財務報表

使用 Python 進行財務預測

財務報表

使用 Python 進行財務預測

財務報表

使用 Python 進行財務預測

財務報表

使用 Python 進行財務預測

一起來練習吧!

使用 Python 進行財務預測

Preparing Video For Download...