财务报表简介

Python 金融预测

Victoria Clark

CGMA Financial Analyst

课程简介

  • 简单分析数据
  • 使用 Python
  • 建模多种数据来源
  • 财务预测基础
Python 金融预测

财务报表概述

  • 财务信息记录
  • 通用格式与清晰结构
  • 用于决策
  • 预测的重要指标
Python 金融预测

财务报表类型

financial statements

Python 金融预测

财务报表在预测中的作用

 

  • 基于关键指标

  • 展示公司财务状况

  • 为稳健财务预测提供结构

    financial statements

Python 金融预测

利润表 \ 损益表

  两个关键要素:

  • 毛利:

    直接 销售与成本

  • 净利:

    间接 收入与费用

  financial statements

Python 金融预测

毛利

直接 销售与成本

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

financial statements

Python 金融预测

净利

间接 收入与费用

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

financial statements

Python 金融预测

Passons à la pratique !

Python 金融预测

Preparing Video For Download...