answersLogoWhite

0

Steps or Problems in the Construction of Price Index Numbers

The construction of the price index numbers involves the following steps or problems:

1. Selection of Base Year:

The first step or the problem in preparing the index numbers is the selection of the base year. The base year is defined as that year with reference to which the price changes in other years arc compared and expressed as percentages. The base year should be a normal year. In other words, it should be free from abnormal conditions like wars, famines, floods, political instability, etc.

Base year can be selected in two ways:

(a) through fixed base method in which the base year remains fixed; and

(b) through chain base method in which the base year goes on changing, e.g., for 1980 the base year will be 1979, for 1979 it will be 1978, and so on.

2. Selection of Commodities:

The second problem in the construction of index numbers is the selection of the commodities. Since all commodities cannot be included, only representative commodities should be selected keeping in view the purpose and type of the index number.

In selecting items, the following points are to be kept in mind:

(a) The items should be representative of the tastes, habits and customs of the people.

(b) Items should be recognizable,

(c) Items should be stable in quality over two different periods and places.

(d) The economic and social importance of various items should be considered

(e) The items should be fairly large in number,

(f) All those varieties of a commodity which are in common use and are stable in character should be included,

3. Collection of Prices:

After selecting the commodities, the next problem is regarding the collection of their prices:

(a) from where the prices to be collected;

(b) whether to choose wholesale prices or retail prices;

(c) whether to include taxes in the prices or not etc.

While collecting prices the following points are to be noted:

(a) prices are to be collected from those places where a particular commodity is traded in large quantities,

(b) Published information regarding the prices should also be utilized,

(c) In selecting individuals and institutions who would supply price quotations, care should be taken that they are not biased.

(d) Selection of wholesale or retail prices depends upon the type of index number to be prepared. Wholesale prices are used in the construction of general price index and retail prices are used in the construction of cost-of-living index number,

(e) Prices collected from various places should be averaged.

4. Selection of Average:

Since the index numbers are, a specialized average, the fourth problem is to choose a suitable average. Theoretically, geometric mean is the best for this purpose. But, in practice, arithmetic mean is used because it is easier to follow.

5. Selection of Weights:

Generally, all the commodities included in the construction' of index numbers are not of equal importance. Therefore, if the index numbers are to be representative, proper weights should be assigned to the commodities according to their relative importance. For example, the prices of books will be given more weightage while preparing the cost-of-living index for teachers than while preparing the cost-of-living index for the workers. Weights should be unbiased and be rationally and not arbitrarily selected.

6. Purpose of Index Numbers:

The most important consideration in the construction of the index numbers is the objective of the index numbers. All other problems or steps are to be viewed in the light of the purpose for which a particular index number is to be prepared. Since, different index numbers are prepared with specific purposes and no single index number is 'all purpose' index number, it is important to be clear about the purpose of the index number before its construction.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can I find a list of the Uniform Construction Index?

Where can I find a list of the Uniform Construction Index?


What are the problems associated with the construction of index numbers under selected items?

what are the problems associated with the construction of index numbers


What is the Cost for a living index in Chicago?

The cost of living index in Chicago, Illinois is roughly 4.2% higher than in the rest of the country. The cost of living index in Chicago is 104, while the nationwide average is 100.


What methods are commonly used for refractive index measurement in materials analysis?

Common methods for refractive index measurement in materials analysis include the Abbe refractometer, the prism spectrometer, and the interferometric technique. These methods involve measuring the bending of light as it passes through a material to determine its refractive index.


What is the possessive of index?

The possessive form of the singular noun index is index's.


What is an example of an index?

calcite


How is the refractive index measured and what methods are commonly used for this measurement?

The refractive index is measured by comparing the speed of light in a vacuum to its speed in a material. Common methods for this measurement include using a refractometer, spectrometer, or interferometer.


What is an example of an index mineral?

calcite


What is a profitability index?

Profitability index is the "rolling forward" of indices of profitability. For example, a company has a turnover of


This occurs when a dominant group forces a minority group to live work or socialize separately The high index of Blacks and Whites living separately in Detroit Michigan is an example?

Segregation


How do you use the word index in a sentence?

Example of index being used in a sentence.To find what page it is on, look in the index.Example of index being used in a sentence.To find what page it is on, look in the index.


How can I implement an array-based heap in Java?

To implement an array-based heap in Java, you can create an array to store the heap elements and use methods to maintain the heap property. The root element is stored at index 0, and for any element at index i, its left child is at index 2i1 and its right child is at index 2i2. You can then implement methods like insert, delete, and heapify to maintain the heap structure.