Goodwill

When one company acquires another, the purchase price is allocated to all of the identifiable assets (tangible and intangible) and liabilities acquired, based on fair value. If the purchase price is greater than the fair value of the identifiable assets and liabilities acquired, the excess amount is recognised as an asset, goodwill. The subject of…

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…

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…

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…

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…

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…