財務報表導論

使用 Python 進行財務預測

Victoria Clark

CGMA Financial Analyst

關於本課程

  • 簡單分析資料
  • 使用 Python
  • 建立多來源資料模型
  • 財務預測基礎
使用 Python 進行財務預測

財務報表簡介

  • 紀錄財務資訊
  • 通用格式與清楚結構
  • 用於決策制定
  • 預測的重要指標
使用 Python 進行財務預測

財務報表的種類

financial statements

使用 Python 進行財務預測

財務報表在預測中的應用

 

  • 以重要指標為基礎

  • 顯示公司財務健康度

  • 為穩健的財務預測提供架構

    financial statements

使用 Python 進行財務預測

損益表(盈虧表)

  兩個關鍵要素:

  • 毛利:

    DIRECT 銷售與成本

  • 淨利:

    INDIRECT 收入與費用

  financial statements

使用 Python 進行財務預測

毛利

DIRECT 銷售與成本

cogs = material_costs + 
       direct_labor_costs + 
       factory_costs
gross_profit = sales - cogs

financial statements

使用 Python 進行財務預測

淨利

INDIRECT 收入與費用

opex = insurance +
       admin_sales + 
       r_d + 
       training_cost + 
       other_non_direct_costs
net_profit = gross_profit - opex

financial statements

使用 Python 進行財務預測

一起來練習吧!

使用 Python 進行財務預測

Preparing Video For Download...