Non-Current Liabilities

Long-Term Financial Liabilities Typical long-term financial liabilities include loans (i.e., borrowings from banks) and notes or bonds payable (i.e., fixed-income securities issued to investors). Liabilities such as loans payable and bonds payable are usually reported at amortised cost on the balance sheet. At maturity, the amortised cost of the bond (carrying amount) will be equal…

Details

Intangible Assets

Intangible assets are identifiable non-monetary assets without physical substance. An identifiable asset can be acquired on a standalone basis (i.e., can be separated from the entity) or arises from contractual or legal rights and privileges. Common examples include patents, licenses, trademarks, and customer lists. The most common intangible that is not separately identifiable is goodwill, which arises…

Details

Data Manipulation and Analysis with pandas

The name pandas is derived from panel data, an econometrics term for a multidimensional structured dataset. Introducing pandas Series, pandas DataFrames, and pandas Indexes pandas.Series The pandas.Series data structure represents a one-dimensional series of homogeneous values (integer values, string values, double values, and so on). Series are a type of list and can contain only…

Details

High-Speed Scientific Computing Using NumPy

Creating NumPy ndarrays Creating 1D ndarrays Inspect the type of the array Creating 2D ndarrays Creating any-dimension ndarrays Creating an ndarray with np.zeros(…) Creates an ndarray populated with all 0s Creating an ndarray with np.ones(…) Each value is assigned a value of 1 Creating an ndarray with np.identity(…) Creating an ndarray with np.arange(…) Creating an…

Details

Income Statement Ratios and Common-Size Analysis

Common-Size Analysis of the Income Statement Common-size analysis of the income statement can be performed by stating each line item on the income statement as a percentage of revenue. Common-size statements facilitate comparison across time periods (time series analysis) and across companies (cross-sectional analysis) because the standardisation of each line item removes the effect of…

Details

Expense Recognition

General Principles The three common expense recognition models are as follows: the matching principle, expensing as incurred, and capitalisation with subsequent depreciation or amortisation. Period costs, expenditures that less directly match revenues, are generally expensed as incurred (i.e., either when the company makes the expenditure in cash or incurs the liability to pay). Costs associated…

Details