बैलेंस शीट का परिचय

Python में Financial Forecasting

Victoria Clark

CGMA Financial Analyst

वित्तीय विवरण के प्रकार

वित्तीय विवरण

Python में Financial Forecasting

आस्तियाँ और देनदारियाँ

Asset = आर्थिक संसाधन

  • पैसे कमाने में उपयोग हो सकता है

Liability = आर्थिक दायित्व

  • आमतौर पर कुछ चुकाने का दायित्व

वित्तीय विवरण

Python में Financial Forecasting
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 में Financial Forecasting

वित्तीय विवरण

Python में Financial Forecasting

वित्तीय विवरण

Python में Financial Forecasting

वित्तीय विवरण

Python में Financial Forecasting

वित्तीय विवरण

Python में Financial Forecasting

अभ्यास करते हैं!

Python में Financial Forecasting

Preparing Video For Download...