재무제표 소개

Python으로 하는 Financial Forecasting

Victoria Clark

CGMA Financial Analyst

강의 소개

  • 간단한 데이터 분석
  • Python 활용
  • 다양한 데이터 소스 모델링
  • 재무 예측 기초
Python으로 하는 Financial Forecasting

재무제표 개요

  • 재무 정보 기록
  • 표준 형식 및 명확한 구조
  • 의사 결정에 활용
  • 예측을 위한 핵심 지표
Python으로 하는 Financial Forecasting

재무제표의 종류

재무제표

Python으로 하는 Financial Forecasting

재무제표의 예측 활용 방법

 

  • 핵심 지표를 기반으로 구성

  • 기업의 재무 건전성 파악

  • 체계적인 재무 예측의         기반 제공

    재무제표

Python으로 하는 Financial Forecasting

손익계산서

  두 가지 핵심 요소:

  • 매출총이익:

    직접 매출 및 비용

  • 순이익:

    간접 수익 및 비용

  재무제표

Python으로 하는 Financial Forecasting

매출총이익

직접 매출 및 비용

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

재무제표

Python으로 하는 Financial Forecasting

순이익

간접 수익 및 비용

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

재무제표

Python으로 하는 Financial Forecasting

연습해 봅시다!

Python으로 하는 Financial Forecasting

Preparing Video For Download...