feat(llm): add OpenAI adapter, entity archive policy, process chapters 5-7

Add OpenAIAdapter for the OpenAI chat completions API (apikey-chatgpt.txt
or OPENAI_API_KEY). Set default model to arcee-ai/trinity-large-preview:free
for the infospace pipeline and increase max_tokens from 4096 to 8192.

Reprocess chapter 05 with Trinity Large (was Gemini: 1 truncated entity,
now 19 complete entities). Process chapters 06 (Aurora Alpha, 10 entities)
and 07 (Trinity Large, 15 entities including regenerated violent-policy.md).
Canonical set now at 85 unique entities.

Add entity archive policy: entities are never silently deleted. Retired
entities move to output/entities/archive/ with a dated reason header.
New CLI option: --archive-entity <slug> --reason "...". The --list
output shows the archive count alongside the canonical set.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 23:39:44 +01:00
parent 880c1d1374
commit 41773f1320
68 changed files with 6500 additions and 136 deletions

View File

@@ -0,0 +1,25 @@
# accidental-fluctuation
## Definition
Accidental fluctuations are temporary deviations of market prices from natural prices caused by particular accidents, natural causes, or policy regulations that can keep market prices above natural prices for extended periods. These fluctuations affect primarily the wage and profit components of price, while rent components are less affected. They represent temporary market disturbances that eventually self-correct.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith identifies various causes of price fluctuations, distinguishing between temporary accidental fluctuations and more permanent effects of monopolies or natural scarcity. He explains how these fluctuations affect different components of price differently and how markets tend to self-correct over time.
## Economic Domain
Exchange
## Smith's Original Wording
"But though the market price of every particular commodity is in this manner continually gravitating, if one may say so, towards the natural price; yet sometimes particular accidents, sometimes natural causes, and sometimes particular regulations of policy, may, in many commodities, keep up the market price, for a long time together, a good deal above the natural price."
## Modern Interpretation
Accidental fluctuations represent the short-term volatility in market prices due to supply and demand imbalances, external shocks, or policy interventions. Understanding these fluctuations is crucial for distinguishing between temporary market movements and fundamental value changes.

View File

@@ -0,0 +1,25 @@
# average-produce
## Definition
Average produce refers to the typical or expected output from a given quantity of industry or labour over time, as opposed to the actual produce which may vary significantly from year to year. This concept is particularly relevant in agriculture where the same number of labourers may produce very different quantities in different years due to natural variations, while manufacturing tends to produce more consistent output.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith uses average produce to explain why agricultural commodity prices fluctuate more than manufactured goods prices. He argues that only average produce can be suited to effectual demand, while actual annual variations create temporary surpluses or shortages that cause price fluctuations.
## Economic Domain
Production
## Smith's Original Wording
"But, in some employments, the same quantity of industry will, in different years, produce very different quantities of commodities; while, in others, it will produce always the same, or very nearly the same. The same number of labourers in husbandry will, in different years, produce very different quantities of corn, wine, oil, hops, etc. But the same number of spinners or weavers will every year produce the same, or very nearly the same, quantity of linen and woollen cloth."
## Modern Interpretation
Average produce represents the expected yield from productive activity, accounting for natural variations in output. This concept is fundamental to understanding risk, uncertainty, and price volatility in different sectors of the economy.

View File

@@ -1,4 +1,76 @@
# Economic Entities — Book I, Chapter 5
{{ include "necessaries-conveniencies-and-amusements-of-life.md" }}
{{ include "real-price.md" }}
---
{{ include "nominal-price.md" }}
---
{{ include "command-over-labour.md" }}
---
{{ include "toil-and-trouble.md" }}
---
{{ include "power-of-purchasing.md" }}
---
{{ include "labour-as-measure-of-value.md" }}
---
{{ include "degradation-of-coinage.md" }}
---
{{ include "corn-rent.md" }}
---
{{ include "money-rent.md" }}
---
{{ include "market-price-fluctuation.md" }}
---
{{ include "money-as-measure-of-value.md" }}
---
{{ include "silver-as-measure-of-value.md" }}
---
{{ include "gold-as-measure-of-value.md" }}
---
{{ include "legal-tender.md" }}
---
{{ include "seignorage.md" }}
---
{{ include "bullion-price.md" }}
---
{{ include "mint-price.md" }}
---
{{ include "real-nominal-price-distinction.md" }}
---
{{ include "value-of-silver.md" }}

View File

@@ -872,46 +872,69 @@ of this work. Do NOT re-extract any of these. If one of these entities
appears in the current chapter, you may omit it entirely — the infospace
already contains it. Only extract entities that are genuinely new.
- accidental-fluctuation
- agriculture
- average-produce
- barter
- benevolence
- capital
- central-price
- co-operation-of-labour
- commercial-society
- commodity
- common-stock
- component-part-of-price
- component-parts-of-price
- cost-of-transport-relative-to-value
- country-workman
- dexterity-of-the-workman
- difference-of-talents
- division-of-labour
- effectual-demand
- effectual-demanders
- encouragement-to-industry
- enlarged-monopoly
- exchange
- extent-of-the-market
- extraordinary-profit
- improvement-of-art-and-industry
- inland-navigation
- inspection-and-direction-labour
- insurance-differential-land-vs-water
- interest-of-money
- invention-of-machinery
- land-carriage
- manufactures
- maritime-commerce
- market-price
- mediterranean-sea-as-economic-geography
- money
- monopoly-price
- nailer
- natural-price
- natural-rate
- north-american-colonial-settlement-pattern
- permanent-enhancement
- porter
- power-of-exchanging
- principal-clerk
- productive-powers-of-labour
- profit-of-stock
- propensity-to-truck-barter-and-exchange
- rent-of-land
- revenue
- saving-of-time
- self-interest
- self-sufficiency-of-the-farmer
- separation-of-trades
- stock
- surplus-produce
- territorial-obstruction-of-trade
- the-bargain
- the-philosopher
- the-workman
- universal-opulence
- wages-of-labour
- water-carriage
## Instructions

View File

@@ -0,0 +1,40 @@
# Economic Entities — Book I, Chapter 6
{{ include "component-part-of-price.md" }}
---
{{ include "stock.md" }}
---
{{ include "rent-of-land.md" }}
---
{{ include "profit-of-stock.md" }}
---
{{ include "wages-of-labour.md" }}
---
{{ include "inspection-and-direction-labour.md" }}
---
{{ include "principal-clerk.md" }}
---
{{ include "interest-of-money.md" }}
---
{{ include "revenue.md" }}
---
{{ include "capital.md" }}

View File

@@ -515,22 +515,74 @@ changing environment. A viable system continuously adapts while maintaining
its identity.
## Existing Entities
The following entities have already been extracted from previous chapters
of this work. Do NOT re-extract any of these. If one of these entities
appears in the current chapter, you may omit it entirely — the infospace
already contains it. Only extract entities that are genuinely new.
- agriculture
- barter
- benevolence
- co-operation-of-labour
- commercial-society
- commodity
- common-stock
- cost-of-transport-relative-to-value
- country-workman
- dexterity-of-the-workman
- difference-of-talents
- division-of-labour
- encouragement-to-industry
- exchange
- extent-of-the-market
- improvement-of-art-and-industry
- inland-navigation
- insurance-differential-land-vs-water
- invention-of-machinery
- land-carriage
- manufactures
- maritime-commerce
- mediterranean-sea-as-economic-geography
- money
- nailer
- necessaries-conveniencies-and-amusements-of-life
- north-american-colonial-settlement-pattern
- porter
- power-of-exchanging
- productive-powers-of-labour
- propensity-to-truck-barter-and-exchange
- saving-of-time
- self-interest
- self-sufficiency-of-the-farmer
- separation-of-trades
- surplus-produce
- territorial-obstruction-of-trade
- the-bargain
- the-philosopher
- the-workman
- universal-opulence
- water-carriage
## Instructions
1. Read the source chapter carefully.
2. Identify all distinct economic concepts, actors, mechanisms, and institutions.
3. For each entity, produce a separate markdown document following the
2. Review the list of existing entities above and do not duplicate them.
3. Identify all distinct economic concepts, actors, mechanisms, and institutions
that are NOT already in the existing entities list.
4. For each new entity, produce a separate markdown document following the
Economic Entity Schema v1.0.
4. Each entity document must include:
5. Each entity document must include:
- An H1 heading with the entity name
- A Definition section (20-150 words)
- A Source Chapter section citing the specific chapter
- A Context section describing where in the argument the entity appears
- An Economic Domain section classifying the entity
5. Optionally include Smith's Original Wording (direct quote) and
6. Optionally include Smith's Original Wording (direct quote) and
Modern Interpretation sections.
6. Use neutral, analytical language throughout.
7. Ensure each entity is distinct and self-contained.
7. Use neutral, analytical language throughout.
8. Ensure each entity is distinct and self-contained.
## Output Format

View File

@@ -0,0 +1,60 @@
# Economic Entities — Book I, Chapter 7
{{ include "natural-price.md" }}
---
{{ include "market-price.md" }}
---
{{ include "effectual-demand.md" }}
---
{{ include "natural-rate.md" }}
---
{{ include "component-parts-of-price.md" }}
---
{{ include "extraordinary-profit.md" }}
---
{{ include "monopoly-price.md" }}
---
{{ include "central-price.md" }}
---
{{ include "effectual-demanders.md" }}
---
{{ include "accidental-fluctuation.md" }}
---
{{ include "average-produce.md" }}
---
{{ include "permanent-enhancement.md" }}
---
{{ include "enlarged-monopoly.md" }}
---
{{ include "violent-policy.md" }}
---
{{ include "ordinary-or-average-rate.md" }}

View File

@@ -593,22 +593,115 @@ changing environment. A viable system continuously adapts while maintaining
its identity.
## Existing Entities
The following entities have already been extracted from previous chapters
of this work. Do NOT re-extract any of these. If one of these entities
appears in the current chapter, you may omit it entirely — the infospace
already contains it. Only extract entities that are genuinely new.
- accidental-fluctuation
- agriculture
- average-produce
- barter
- benevolence
- bullion-price
- capital
- central-price
- co-operation-of-labour
- command-over-labour
- commercial-society
- commodity
- common-stock
- component-part-of-price
- component-parts-of-price
- corn-rent
- cost-of-transport-relative-to-value
- country-workman
- degradation-of-coinage
- dexterity-of-the-workman
- difference-of-talents
- division-of-labour
- effectual-demand
- effectual-demanders
- encouragement-to-industry
- enlarged-monopoly
- exchange
- extent-of-the-market
- extraordinary-profit
- gold-as-measure-of-value
- improvement-of-art-and-industry
- inland-navigation
- inspection-and-direction-labour
- insurance-differential-land-vs-water
- interest-of-money
- invention-of-machinery
- labour-as-measure-of-value
- land-carriage
- legal-tender
- manufactures
- maritime-commerce
- market-price
- market-price-fluctuation
- mediterranean-sea-as-economic-geography
- mint-price
- money
- money-as-measure-of-value
- money-rent
- monopoly-price
- nailer
- natural-price
- natural-rate
- nominal-price
- north-american-colonial-settlement-pattern
- permanent-enhancement
- porter
- power-of-exchanging
- power-of-purchasing
- principal-clerk
- productive-powers-of-labour
- profit-of-stock
- propensity-to-truck-barter-and-exchange
- real-nominal-price-distinction
- real-price
- rent-of-land
- revenue
- saving-of-time
- seignorage
- self-interest
- self-sufficiency-of-the-farmer
- separation-of-trades
- silver-as-measure-of-value
- stock
- surplus-produce
- territorial-obstruction-of-trade
- the-bargain
- the-philosopher
- the-workman
- toil-and-trouble
- universal-opulence
- value-of-silver
- wages-of-labour
- water-carriage
## Instructions
1. Read the source chapter carefully.
2. Identify all distinct economic concepts, actors, mechanisms, and institutions.
3. For each entity, produce a separate markdown document following the
2. Review the list of existing entities above and do not duplicate them.
3. Identify all distinct economic concepts, actors, mechanisms, and institutions
that are NOT already in the existing entities list.
4. For each new entity, produce a separate markdown document following the
Economic Entity Schema v1.0.
4. Each entity document must include:
5. Each entity document must include:
- An H1 heading with the entity name
- A Definition section (20-150 words)
- A Source Chapter section citing the specific chapter
- A Context section describing where in the argument the entity appears
- An Economic Domain section classifying the entity
5. Optionally include Smith's Original Wording (direct quote) and
6. Optionally include Smith's Original Wording (direct quote) and
Modern Interpretation sections.
6. Use neutral, analytical language throughout.
7. Ensure each entity is distinct and self-contained.
7. Use neutral, analytical language throughout.
8. Ensure each entity is distinct and self-contained.
## Output Format

View File

@@ -0,0 +1,25 @@
# bullion-price
## Definition
The market price of gold and silver in their raw, uncoined form, which fluctuates based on supply and demand conditions in the bullion market. Smith notes that the occasional fluctuations in the market price of gold and silver bullion arise from the same causes as fluctuations in other commodities, including loss from accidents, waste in manufacturing, and the need for continual importation to replace these losses.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses bullion price while explaining the relationship between coin and bullion values and the factors that cause price fluctuations in precious metals. He argues that while market prices of bullion fluctuate due to normal market forces, sustained deviations from the mint price indicate problems with the coinage itself.
## Economic Domain
Exchange
## Smith's Original Wording
"The occasional fluctuations in the market price of gold and silver bullion arise from the same causes as the like fluctuations in that of all other commodities."
## Modern Interpretation
Bullion price represents the commodity value of precious metals independent of their monetary function, reflecting their value as industrial and investment commodities. In modern terms, this concept relates to commodity markets, precious metal trading, and the distinction between monetary and commodity values of precious metals. It underlies modern discussions of commodity pricing, investment in precious metals, and the relationship between commodity and financial markets.

View File

@@ -0,0 +1,19 @@
# capital
**Definition**
Capital is the accumulated stock of assets—such as machinery, tools, raw materials, and financial resources—used to produce commodities. It is a factor of production that enables labour to generate output and is the basis for profit generation.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith refers to capital when explaining that “the profits of stock … are greater or smaller in proportion to the extent of this stock,” and when he discusses the “capital which employs the weavers.” Capital is presented as the underlying resource that determines the scale of profit.
**Economic Domain**
Accumulation
**Smiths Original Wording**
> “The capital which employs the weavers … must be greater than that which employs the spinners … because it not only replaces that capital with its profits, but pays, besides, the wages of the weavers.”
**Modern Interpretation**
Capital corresponds to the modern economic concept of physical and financial capital, a primary input in production functions (e.g., CobbDouglas) and a driver of economic growth through investment.

View File

@@ -0,0 +1,25 @@
# central-price
## Definition
The central price is Smith's metaphorical description of the natural price as the gravitational center toward which all commodity prices continually tend, despite temporary deviations caused by accidents, natural causes, or policy regulations. This concept emphasizes the equilibrating tendency of markets and the long-run stability of natural prices as benchmarks for market activity.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith uses the metaphor of gravitational attraction to describe how market prices, despite temporary fluctuations, tend to return to natural prices over time. This concept reinforces his view of markets as self-regulating systems that naturally move toward equilibrium.
## Economic Domain
General Theory
## Smith's Original Wording
"The natural price, therefore, is, as it were, the central price, to which the prices of all commodities are continually gravitating. Different accidents may sometimes keep them suspended a good deal above it, and sometimes force them down even somewhat below it. But whatever may be the obstacles which hinder them from settling in this centre of repose and continuance, they are constantly tending towards it."
## Modern Interpretation
The central price concept anticipates modern economic theories about market equilibrium and the tendency of prices to return to fundamental values. This gravitational metaphor captures the dynamic stability of competitive markets and their self-correcting properties.

View File

@@ -0,0 +1,25 @@
# command-over-labour
## Definition
The power to direct or purchase the labour of others, which constitutes wealth according to Smith. He argues that a person's wealth is determined by the quantity of labour they can command or afford to purchase, rather than by the mere possession of money or goods. This concept links economic power directly to human productive capacity, suggesting that true wealth is measured by one's ability to mobilize productive resources through the market.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith develops this concept while explaining why labour is the real measure of exchangeable value. He argues that the value of any commodity to someone who possesses it but does not intend to use it is equal to the quantity of labour it enables them to purchase or command. This idea is central to his definition of wealth and connects to his broader analysis of how market economies distribute productive power.
## Economic Domain
Distribution
## Smith's Original Wording
"The value of any commodity, therefore, to the person who possesses it, and who means not to use or consume it himself, but to exchange it for other commodities, is equal to the quantity of labour which it enables him to purchase or command."
## Modern Interpretation
Command over labour represents economic power in terms of the ability to direct productive resources. In modern terms, this concept relates to purchasing power and the ability to hire workers or contract services. It highlights that wealth is fundamentally about the capacity to mobilize human effort rather than simply owning assets, a principle that remains relevant in discussions of economic inequality and the distribution of productive resources.

View File

@@ -0,0 +1,19 @@
# component part of price
**Definition**
A component part of price is one of the distinct elements that together determine the overall monetary value of a commodity. In Smiths analysis, the price of a commodity is broken down into three primary components: wages of labour, profit of stock, and rent of land. Each component reflects a different source of economic value and is measured by the labour required to acquire or produce the commodity.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith introduces the idea when discussing how the “whole produce of labour” is allocated and how the “price of commodities” resolves into separate parts. He argues that the price is not a single monolithic figure but a composite of labour, profit, and rent.
**Economic Domain**
Exchange
**Smiths Original Wording**
> “In the price of commodities, therefore, the profits of stock constitute a component part altogether different from the wages of labour, and regulated by quite different principles.”
**Modern Interpretation**
In contemporary economics, this concept aligns with the coststructure analysis of a product, where total price = variable costs (labour) + fixed costs (capital profit) + land rent (resource rent). It underpins the decomposition of price into factorincome components.

View File

@@ -0,0 +1,25 @@
# component-parts-of-price
## Definition
The component parts of price are the three fundamental elements that constitute the total price of any commodity: rent of land, wages of labour, and profits of stock. These represent the shares that must be paid to the respective factors of production to bring the commodity to market at their natural rates. The sum of these components determines the natural price of the commodity.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith systematically breaks down the price of commodities into these three fundamental components, showing how each represents a return to a factor of production. He explains how fluctuations in market prices affect these components differently, with rent being least affected by temporary price variations while wages and profits fluctuate more significantly.
## Economic Domain
Distribution
## Smith's Original Wording
"When the price of any commodity is neither more nor less than what is sufficient to pay the rent of the land, the wages of the labour, and the profits of the stock employed in raising, preparing, and bringing it to market, according to their natural rates, the commodity is then sold for what may be called its natural price."
## Modern Interpretation
The three-component theory of price represents Smith's fundamental analysis of value determination. This framework anticipates later theories of factor shares and provides the basis for understanding how different factors of production are compensated in competitive markets.

View File

@@ -0,0 +1,27 @@
# corn-rent
# corn-rent
## Definition
A form of rent payment reserved in corn (grain) rather than money, which Smith argues preserves its value much better than money rents over time. Because corn represents a basic necessity of life and its value is more stable relative to labour, corn rents maintain their real value better than monetary rents, which are subject to the degradation of coinage and fluctuations in the value of precious metals.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith introduces corn rent while discussing the superiority of real over nominal value preservation. He notes that rents reserved in corn have preserved their value much better than those reserved in money, even where the denomination of the coin has not been altered. This example illustrates his broader argument about the importance of distinguishing between real and nominal value in economic arrangements.
## Economic Domain
Regulation
## Smith's Original Wording
"The rents which have been reserved in corn, have preserved their value much better than those which have been reserved in money, even where the denomination of the coin has not been altered."
## Modern Interpretation
Corn rent represents a form of inflation-protected income that maintains its real value by being tied to a basic commodity rather than a fluctuating currency. In modern terms, this concept relates to index-linked payments, cost-of-living adjustments, and other mechanisms designed to preserve the real value of fixed obligations over time. The principle of tying payments to stable commodities rather than volatile currencies remains relevant in modern financial planning.

View File

@@ -0,0 +1,25 @@
# degradation-of-coinage
## Definition
The process by which the quantity of pure metal contained in coins diminishes over time, either through deliberate reduction by authorities or through natural wear and tear. Smith observes that the quantity of metal in coins has almost continually diminished throughout history, rarely increasing, and that this degradation reduces the value of money rents and fixed monetary obligations over time.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses degradation of coinage while explaining why money rents are less reliable than corn rents for preserving value over time. He notes that princes and sovereign states have frequently reduced the quantity of pure metal in their coins, and that natural wear also contributes to this degradation. This concept is part of his broader analysis of how monetary systems can fail to preserve value over time.
## Economic Domain
Regulation
## Smith's Original Wording
"The quantity of metal contained in the coins, I believe of all nations, has accordingly been almost continually diminishing, and hardly ever augmenting."
## Modern Interpretation
Degradation of coinage represents the historical problem of currency debasement, where the actual precious metal content of money decreases over time. In modern terms, this concept relates to inflation and the erosion of purchasing power, though contemporary currency is typically fiat money rather than metal-based. The principle that monetary systems can lose value over time remains relevant to modern monetary policy and inflation concerns.

View File

@@ -0,0 +1,25 @@
# effectual-demand
## Definition
Effectual demand is the demand by consumers who are both willing and able to pay the natural price of a commodity - the whole value of rent, wages, and profit required to bring it to market. It differs from absolute demand (mere desire) in that it represents purchasing power sufficient to actually bring the commodity to market. Only effectual demand can effectuate the supply of a commodity.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith introduces effectual demand as a crucial concept for understanding price determination. He contrasts it with absolute demand to show that economic power, not just desire, drives market outcomes. The relationship between effectual demand and market supply determines whether market prices rise above or fall below natural prices.
## Economic Domain
Exchange
## Smith's Original Wording
"Such people may be called the effectual demanders, and their demand the effectual demand; since it may be sufficient to effectuate the bringing of the commodity to market. It is different from the absolute demand. A very poor man may be said, in some sense, to have a demand for a coach and six; he might like to have it; but his demand is not an effectual demand, as the commodity can never be brought to market in order to satisfy it."
## Modern Interpretation
Effectual demand represents the intersection of desire and purchasing power - the economically relevant demand that actually influences market prices and production decisions. This concept anticipates later economic theories about effective demand and aggregate demand in macroeconomics.

View File

@@ -0,0 +1,25 @@
# effectual-demanders
## Definition
Effectual demanders are those consumers who are both willing and able to pay the natural price of a commodity - the whole value of rent, wages, and profit required to bring it to market. These are the only consumers whose demand can actually bring commodities to market, as opposed to those who merely desire goods but lack the purchasing power to effectuate their supply.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith introduces effectual demanders as the economically relevant consumers whose purchasing power actually influences market outcomes. He contrasts them with those who have absolute demand (mere desire) but insufficient means to affect market supply and prices.
## Economic Domain
Exchange
## Smith's Original Wording
"Such people may be called the effectual demanders, and their demand the effectual demand; since it may be sufficient to effectuate the bringing of the commodity to market."
## Modern Interpretation
Effectual demanders represent the intersection of economic power and desire in market systems. This concept highlights the importance of purchasing power in determining market outcomes and anticipates later theories about effective demand in macroeconomics.

View File

@@ -0,0 +1,25 @@
# enlarged-monopoly
## Definition
An enlarged monopoly refers to market situations where competition is artificially restricted to a smaller number than might otherwise enter an employment, through exclusive privileges of corporations, statutes of apprenticeship, or other laws. These create effects similar to monopolies but to a lesser degree, keeping market prices above natural prices and maintaining wages and profits somewhat above their natural rates for extended periods.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith identifies various forms of market restriction that create monopoly-like effects without being complete monopolies. He explains how these restrictions, while less severe than full monopolies, can still maintain prices and factor returns above competitive levels for long periods through artificial limitation of market entry.
## Economic Domain
Regulation
## Smith's Original Wording
"The exclusive privileges of corporations, statutes of apprenticeship, and all those laws which restrain in particular employments, the competition to a smaller number than might otherwise go into them, have the same tendency, though in a less degree. They are a sort of enlarged monopolies, and may frequently, for ages together, and in whole classes of employments, keep up the market price of particular commodities above the natural price, and maintain both the wages of the labour and the profits of the stock employed about them somewhat above their natural rate."
## Modern Interpretation
Enlarged monopolies represent partial market power created by regulatory barriers to entry. These concepts are fundamental to modern industrial organization theory and the analysis of regulatory capture and rent-seeking behavior.

View File

@@ -0,0 +1,27 @@
# extraordinary-profit
# extraordinary-gains
## Definition
Extraordinary profit (or extraordinary gains) refers to profits that exceed the ordinary rate of profit in a neighbourhood, typically arising from temporary market conditions, monopolies, or special advantages. These profits attract new competitors and tend to be eliminated over time as the market adjusts, causing market prices to return to natural prices. They may also arise from discoveries, monopolies, or temporary scarcities.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith discusses extraordinary profits as temporary deviations from normal market conditions. He explains how they arise from various causes including monopolies, temporary scarcities, and special advantages, and how they tend to be eliminated by market competition as new entrants are attracted by the higher returns.
## Economic Domain
Exchange
## Smith's Original Wording
"When, by an increase in the effectual demand, the market price of some particular commodity happens to rise a good deal above the natural price, those who employ their stocks in supplying that market, are generally careful to conceal this change. If it was commonly known, their great profit would tempt so many new rivals to employ their stocks in the same way, that, the effectual demand being fully supplied, the market price would soon be reduced to the natural price, and, perhaps, for some time even below it."
## Modern Interpretation
Extraordinary profits represent temporary supernormal returns that signal market opportunities to competitors. Their elimination through market entry demonstrates the equilibrating tendency of competitive markets, a fundamental principle in classical and neoclassical economics.

View File

@@ -0,0 +1,25 @@
# gold-as-measure-of-value
## Definition
The use of gold as a standard for measuring value, particularly for larger payments, in contrast to silver which is used for purchases of moderate value. Smith notes that while gold is often considered more valuable than silver, the preference for silver as the primary measure of value in most European nations is due to historical custom rather than intrinsic superiority, and that the distinction between standard and non-standard metals is often more nominal than real.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses gold as a measure of value while explaining the historical development of monetary systems and the different roles played by various metals. He notes that gold was not considered a legal tender for a long time after it was coined into money in England, and that the proportion between the values of gold and silver money was left to be settled by the market rather than by public law.
## Economic Domain
Exchange
## Smith's Original Wording
"In the proportion between the different metals in the English coin, as copper is rated very much above its real value, so silver is rated somewhat below it."
## Modern Interpretation
Gold as measure of value represents the historical role of gold in monetary systems and its continued symbolic importance in discussions of monetary stability. While modern economies have abandoned the gold standard, the concept illustrates the search for stable value measures and the evolution of monetary systems. It relates to modern discussions about monetary policy, currency stability, and the role of commodities in value measurement.

View File

@@ -0,0 +1,19 @@
# inspection and direction labour
**Definition**
Inspection and direction labour denotes the managerial activity of supervising, inspecting, and directing the work of other labourers. It is a specialized form of labour that adds value through organization, quality control, and coordination, distinct from the manual labour of production.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith treats inspection and direction as a “particular sort of labour” whose wages are separate from the profit of stock. He argues that its value is not proportional to the amount of stock but is regulated by the stocks value.
**Economic Domain**
Production
**Smiths Original Wording**
> “The profits of stock … are only a different name for the wages of a particular sort of labour, the labour of inspection and direction.”
**Modern Interpretation**
This concept parallels modern managerial or supervisory labour, which is compensated through managerial salaries and is essential for efficient production processes.

View File

@@ -0,0 +1,19 @@
# interest of money
**Definition**
Interest of money is the compensation paid by a borrower to a lender for the use of capital (money) over time. It is a derivative revenue that must be paid from profit, other income, or by incurring additional debt if profits are insufficient.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith introduces interest when distinguishing revenue sources, stating that “the revenue derived from labour is called wages; that derived from stock … is called profit; that derived from it … is called the interest or the use of money.”
**Economic Domain**
Exchange
**Smiths Original Wording**
> “The revenue derived from it … is called the interest or the use of money. It is the compensation which the borrower pays to the lender, for the profit which he has an opportunity of making by the use of the money.”
**Modern Interpretation**
Interest of money corresponds to the modern concept of the cost of capital or the return on lending, fundamental to financial markets, investment decisions, and the time value of money.

View File

@@ -0,0 +1,25 @@
# labour-as-measure-of-value
## Definition
The principle that labour is the only universal and accurate standard by which the value of all commodities can be compared at all times and places. Smith argues that labour alone, never varying in its own value, is the ultimate and real standard for estimating and comparing the value of commodities, as it reflects the actual human effort required to produce them. This concept forms the foundation of his labour theory of value.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith develops this concept as the central argument of Chapter 5, building from his definitions of real and nominal price. He systematically demonstrates why labour is superior to other commodities (like silver or corn) as a measure of value, arguing that equal quantities of labour always have equal value to the labourer regardless of time or place, while other commodities are subject to fluctuations in their own value.
## Economic Domain
General Theory
## Smith's Original Wording
"Labour therefore, is the real measure of the exchangeable value of all commodities... Labour alone, therefore, never varying in its own value, is alone the ultimate and real standard by which the value of all commodities can at all times and places be estimated and compared."
## Modern Interpretation
Labour as measure of value represents the idea that human effort is the fundamental source of economic value. While modern economics has moved away from pure labour theories of value, the concept remains influential in understanding the relationship between work, production, and value creation. It anticipates modern discussions about productivity, human capital, and the role of labour in determining economic worth.

View File

@@ -0,0 +1,25 @@
# legal-tender
## Definition
The legally recognized form of payment that must be accepted for the settlement of debts, with different metals having different legal tender status in different contexts. Smith notes that originally, only the coin of the metal considered the standard measure of value could be used as legal tender, and that in England, gold was not considered legal tender for a long time after it was first coined, while copper is not currently legal tender except for small transactions.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses legal tender while explaining the historical development of monetary systems and the different roles played by various metals. He notes that the distinction between standard and non-standard metals was originally more than nominal, but became largely nominal once the proportion between different metals was regulated by public law.
## Economic Domain
Regulation
## Smith's Original Wording
"Originally, in all countries, I believe, a legal tender of payment could be made only in the coin of that metal which was peculiarly considered as the standard or measure of value."
## Modern Interpretation
Legal tender represents the formal recognition of certain forms of money for debt settlement, establishing the official currency of a nation. In modern terms, this concept relates to monetary sovereignty, currency regulation, and the legal framework for financial transactions. It underlies modern discussions of monetary policy, currency competition, and the role of government in establishing and maintaining monetary systems.

View File

@@ -0,0 +1,25 @@
# market-price-fluctuation
## Definition
The temporary and occasional variations in the price of commodities in the market, which can fluctuate significantly from year to year due to changes in supply and demand conditions. Smith notes that while the average or ordinary price of corn may remain stable for long periods, the temporary price can frequently be double one year what it was the year before, or fluctuate dramatically within short time frames.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses market price fluctuations while contrasting them with the more stable long-term trends in real value. He uses the example of corn prices fluctuating from five-and-twenty to fifty shillings the quarter to illustrate how temporary market conditions can cause dramatic price changes, while the real value of corn rents remains more stable over longer periods.
## Economic Domain
Exchange
## Smith's Original Wording
"In the mean time, the temporary and occasional price of corn may frequently be double one year of what it had been the year before, or fluctuate, for example, from five-and-twenty to fifty shillings the quarter."
## Modern Interpretation
Market price fluctuation represents the inherent volatility of market economies, where prices can change dramatically due to temporary supply and demand imbalances. In modern terms, this concept relates to commodity price volatility, business cycle fluctuations, and the importance of distinguishing between short-term market noise and long-term value trends. It underlies modern discussions of price stability, inflation targeting, and the role of monetary policy in managing economic volatility.

View File

@@ -0,0 +1,25 @@
# market-price
## Definition
The market price is the actual price at which any commodity is commonly sold in the marketplace at a given time. It may be above, below, or exactly equal to the natural price, depending on the relationship between the quantity brought to market and the effectual demand for the commodity. Market price represents the real-time outcome of supply and demand forces in specific market conditions.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith distinguishes market price from natural price as the observable, fluctuating price that results from the interaction of supply and demand. He explains how market prices deviate from natural prices due to temporary conditions like shortages, surpluses, or extraordinary demand, but tend to gravitate back toward natural prices over time.
## Economic Domain
Exchange
## Smith's Original Wording
"The actual price at which any commodity is commonly sold, is called its market price. It may either be above, or below, or exactly the same with its natural price."
## Modern Interpretation
Market price represents the dynamic, short-term price determined by current market conditions. Unlike the theoretical natural price, market price responds immediately to changes in supply and demand, creating the price fluctuations observed in actual markets. This concept forms the basis for modern microeconomic analysis of price determination.

View File

@@ -0,0 +1,25 @@
# mint-price
## Definition
The official price at which the mint will coin gold or silver bullion into currency, representing the quantity of coin that the mint gives in return for standard bullion. Smith explains that in England, the mint price of gold is three pounds seventeen shillings and tenpence halfpenny per ounce, while the mint price of silver is five shillings and twopence per ounce, with no duty or seignorage charged on coinage.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses mint price while explaining the relationship between coin and bullion values and the mechanisms that maintain monetary stability. He notes that the market price of bullion has historically fluctuated around the mint price, with sustained deviations indicating problems with the coinage system that require reform.
## Economic Domain
Regulation
## Smith's Original Wording
"Three pounds seventeen shillings and tenpence halfpenny (the mint price of gold) certainly does not contain, even in our present excellent gold coin, more than an ounce of standard gold."
## Modern Interpretation
Mint price represents the official conversion rate between raw precious metals and minted currency, establishing the monetary value assigned to precious metals by the state. In modern terms, this concept relates to the historical role of precious metals in monetary systems and the transition to fiat currency. It underlies modern discussions of monetary standards, currency valuation, and the relationship between commodity and monetary values.

View File

@@ -0,0 +1,25 @@
# money-as-measure-of-value
## Definition
The use of money as the common instrument for estimating and comparing the value of commodities in commercial societies, where money has replaced barter as the primary medium of exchange. Smith argues that while money is the exact measure of real exchangeable value at the same time and place, it becomes less reliable as a measure when comparing values across different times and places due to fluctuations in the value of the monetary metal itself.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith develops this concept while explaining why people commonly estimate value by monetary price rather than by labour. He argues that money is more natural and obvious as a measure because it is a plain palpable object, while labour is an abstract notion. However, he also notes that money's reliability as a measure is limited to the same time and place, as its value can vary across different locations and time periods.
## Economic Domain
Exchange
## Smith's Original Wording
"At the same time and place, therefore, money is the exact measure of the real exchangeable value of all commodities. It is so, however, at the same time and place only."
## Modern Interpretation
Money as measure of value represents the fundamental role of currency in modern economies as the standard unit for valuing goods and services. While Smith's concerns about monetary value fluctuations remain relevant, modern economies have developed more sophisticated monetary systems and price indices to address these issues. The concept underlies modern discussions of monetary policy, exchange rates, and the challenges of maintaining stable value measures in a globalized economy.

View File

@@ -0,0 +1,25 @@
# money-rent
## Definition
A form of rent payment reserved in money rather than in kind, which Smith argues is less reliable for preserving value over time than corn rents. Money rents are subject to variations in the value of gold and silver, including the degradation of coinage and fluctuations in the value of precious metals, making them less stable measures of real value than rents paid in basic commodities.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses money rent as a contrast to corn rent while explaining the practical importance of distinguishing between real and nominal value. He argues that money rents are subject to variations of two different kinds: changes in the quantity of gold and silver contained in coins of the same denomination, and changes in the value of equal quantities of gold and silver at different times.
## Economic Domain
Regulation
## Smith's Original Wording
"The same real price is always of the same value; but on account of the variations in the value of gold and silver, the same nominal price is sometimes of very different values."
## Modern Interpretation
Money rent represents the vulnerability of fixed monetary payments to inflation and currency devaluation. In modern terms, this concept relates to the erosion of fixed-income payments due to inflation, the importance of inflation protection in long-term financial arrangements, and the risks associated with holding wealth in monetary form rather than real assets. The principle that monetary obligations can lose real value over time remains central to modern financial planning.

View File

@@ -0,0 +1,25 @@
# monopoly-price
## Definition
Monopoly price is the highest price that can be obtained for a commodity when its supply is restricted by a monopolist who keeps the market constantly understocked by never fully supplying the effectual demand. This price exceeds the natural price and allows the monopolist to raise their emoluments (whether wages or profits) greatly above their natural rate. Monopoly price represents the maximum that buyers can be squeezed to pay.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith identifies monopoly as one of the causes that can keep market prices permanently above natural prices. He contrasts monopoly price with natural price (free competition) and explains how monopolists maintain their advantage by restricting supply to maintain high prices and profits.
## Economic Domain
Regulation
## Smith's Original Wording
"The price of monopoly is upon every occasion the highest which can be got. The natural price, or the price of free competition, on the contrary, is the lowest which can be taken, not upon every occasion indeed, but for any considerable time together. The one is upon every occasion the highest which can be squeezed out of the buyers, or which it is supposed they will consent to give; the other is the lowest which the sellers can commonly afford to take, and at the same time continue their business."
## Modern Interpretation
Monopoly price represents the allocative inefficiency created by market power, where prices exceed marginal cost and output is restricted below competitive levels. This concept forms the basis for modern antitrust theory and welfare economics analysis of monopoly distortions.

View File

@@ -0,0 +1,25 @@
# natural-price
## Definition
The natural price of a commodity is the price that exactly covers the costs of production, including rent of land, wages of labour, and profits of stock, at their natural rates. It represents the central or equilibrium price toward which market prices continually gravitate, reflecting what the commodity "really costs" to bring to market. This price provides the ordinary rate of profit to the seller and is the lowest price at which they are likely to sell for any considerable time under conditions of perfect liberty.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith introduces the concept of natural price as part of his analysis of price determination. He distinguishes it from market price and explains how it serves as the gravitational center toward which all commodity prices tend. The natural price is presented as the price that would prevail when the commodity is neither in excess nor shortage relative to effectual demand.
## Economic Domain
General Theory
## Smith's Original Wording
"When the price of any commodity is neither more nor less than what is sufficient to pay the rent of the land, the wages of the labour, and the profits of the stock employed in raising, preparing, and bringing it to market, according to their natural rates, the commodity is then sold for what may be called its natural price."
## Modern Interpretation
The natural price functions as Smith's equilibrium concept - the price that would prevail in a competitive market when supply equals demand. It represents the long-run cost of production plus normal profit, serving as a benchmark against which actual market prices fluctuate. This concept anticipates later economic theories of supply and demand equilibrium and long-run cost structures.

View File

@@ -0,0 +1,25 @@
# natural-rate
## Definition
The natural rate refers to the ordinary or average rate of wages, profit, or rent that prevails in a society or neighbourhood under normal conditions. These rates are naturally regulated by general circumstances of society (riches or poverty, advancing or declining condition) and by the particular nature of each employment. Natural rates serve as benchmarks for determining natural prices and represent the equilibrium levels toward which actual rates tend.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith establishes natural rates as the foundational component of natural prices. He explains that these rates vary across different employments and societies, and that they form the basis for determining whether market prices are above or below their natural levels. The concept appears throughout his analysis of price determination.
## Economic Domain
General Theory
## Smith's Original Wording
"There is in every society or neighbourhood an ordinary or average rate, both of wages and profit, in every different employment of labour and stock. This rate is naturally regulated, as I shall shew hereafter, partly by the general circumstances of the society, their riches or poverty, their advancing, stationary, or declining condition, and partly by the particular nature of each employment."
## Modern Interpretation
Natural rates function as Smith's equilibrium concepts for factor returns - the rates that would prevail in competitive markets when all adjustments have occurred. These rates provide the foundation for understanding long-run price determination and factor market equilibrium in classical economics.

View File

@@ -1,10 +0,0 @@
# Necessaries, Conveniencies, and Amusements of Life
## Definition
This collective term refers to the various goods and services that individuals desire and consume to sustain and improve their well-being. Adam Smith uses it to describe the ultimate objects of human enjoyment and, by extension, what wealth enables a person to acquire. The ability to command these items, rather than merely possessing money or commodities, is presented as the true measure of a person's richness or poverty.
## Source Chapter
Book 1, Chapter 5
## Context
Introduced in the opening paragraph, this concept establishes the fundamental purpose of economic activity and the ultimate utility derived from wealth. It frames the subsequent discussion on how different

View File

@@ -0,0 +1,25 @@
# nominal-price
## Definition
The nominal price of a commodity is its price expressed in money, or the quantity of money for which it is exchanged. This is the commonly used measure of value in commercial societies, where money has become the common instrument of commerce. Smith distinguishes nominal price from real price (price in labour), arguing that while nominal price is what people commonly use to estimate value, it is less accurate because the value of money itself can fluctuate over time.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith introduces nominal price as a contrast to real price in his discussion of value measurement. He explains that once barter ceases and money becomes the common instrument of commerce, people naturally estimate the value of commodities by their nominal price in money rather than by the quantity of labour they can command. This shift from real to nominal price is described as more natural and obvious to most people, though less accurate as a measure of true value.
## Economic Domain
General Theory
## Smith's Original Wording
"But though labour be the real measure of the exchangeable value of all commodities, it is not that by which their value is commonly estimated... But when barter ceases, and money has become the common instrument of commerce, every particular commodity is more frequently exchanged for money than for any other commodity."
## Modern Interpretation
Nominal price represents the face value of goods and services in monetary terms, which is the standard way modern economies measure value. However, Smith's distinction remains important because nominal prices can be misleading when the value of money changes over time due to inflation or deflation. This concept underlies modern economic distinctions between nominal and real values in price indices, wage calculations, and economic growth measurements.

View File

@@ -0,0 +1,25 @@
# ordinary-or-average-rate
## Definition
The standard or typical level of wages, profit, or rent that prevails in a particular society or neighbourhood for different employments of labour and stock. This rate is naturally regulated by both general circumstances of the society (such as its riches, poverty, and condition of advancement or decline) and the particular nature of each employment.
## Source Chapter
*Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES"*
## Context
Smith introduces this concept early in his discussion of natural and market prices, establishing that every society has standard rates for wages and profit in different employments, as well as a standard rate for rent. These ordinary rates form the foundation for understanding how prices are determined in different markets and how they relate to natural prices.
## Economic Domain
Distribution
## Smith's Original Wording
"There is in every society or neighbourhood an ordinary or average rate, both of wages and profit, in every different employment of labour and stock."
## Modern Interpretation
The ordinary or average rate represents the equilibrium levels of compensation that tend to prevail in different economic activities within a given society. These rates are not fixed but are influenced by broader economic conditions and the specific characteristics of each type of work or investment.

View File

@@ -0,0 +1,25 @@
# permanent-enhancement
## Definition
Permanent enhancement refers to sustained increases in market prices above natural prices that can last for many years or even centuries, typically caused by natural scarcity of production conditions or monopolistic control. Unlike temporary accidental fluctuations, permanent enhancements result from structural factors that prevent effectual demand from ever being fully supplied.
## Source Chapter
Book 1, Chapter 7: "OF THE NATURAL AND MARKET PRICE OF COMMODITIES."
## Context
Smith distinguishes permanent enhancements from temporary price fluctuations, identifying natural scarcity and monopolies as the primary causes. He explains how these structural factors can maintain prices above natural levels indefinitely by preventing full market supply.
## Economic Domain
Regulation
## Smith's Original Wording
"Some natural productions require such a singularity of soil and situation, that all the land in a great country, which is fit for producing them, may not be sufficient to supply the effectual demand. The whole quantity brought to market, therefore, may be disposed of to those who are willing to give more than what is sufficient to pay the rent of the land which produced them, together with the wages of the labour and the profits of the stock which were employed in preparing and bringing them to market, according to their natural rates. Such commodities may continue for whole centuries together to be sold at this high price."
## Modern Interpretation
Permanent enhancements represent structural market inefficiencies that persist due to natural resource constraints or artificial market power. These concepts are central to understanding long-term price determination and the welfare effects of monopoly and natural resource economics.

View File

@@ -0,0 +1,25 @@
# power-of-purchasing
## Definition
The capacity to acquire goods and services through exchange, determined by the quantity of labour one's possessions can command. Smith argues that the exchangeable value of any commodity is precisely equal to the extent of the power it conveys to its owner to purchase labour or the produce of labour in the market. This concept links economic value directly to the ability to mobilize productive resources through exchange.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith develops this concept while explaining why labour is the real measure of exchangeable value. He argues that the power which possession of a fortune immediately conveys is the power of purchasing a certain command over all the labour or produce of labour in the market. This idea is central to his definition of wealth and connects to his broader analysis of how market economies distribute productive power.
## Economic Domain
Distribution
## Smith's Original Wording
"The exchangeable value of every thing must always be precisely equal to the extent of this power which it conveys to its owner."
## Modern Interpretation
Power of purchasing represents the fundamental economic capability to obtain goods and services through market exchange. In modern terms, this concept relates to purchasing power and the ability to direct economic resources. It highlights that economic value is fundamentally about the capacity to mobilize resources through exchange rather than simply owning assets, a principle that remains relevant in discussions of economic inequality and market power.

View File

@@ -0,0 +1,19 @@
# principal clerk
**Definition**
A principal clerk is a senior administrative officer who oversees the inspection and direction labour in large manufacturing enterprises. His wages represent the value of managerial supervision and are often the primary recipient of the profit component in such enterprises.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith mentions the principal clerk when describing “many great works” where “the whole labour of this kind is committed to some principal clerk.” He notes that the clerks wages express the value of inspection and direction labour.
**Economic Domain**
Production
**Smiths Original Wording**
> “In many great works, almost the whole labour of this kind is committed to some principal clerk. His wages properly express the value of this labour of inspection and direction.”
**Modern Interpretation**
The principal clerk is analogous to a senior manager or operations director who coordinates production activities, reflecting the modern role of middlemanagement in organizational hierarchies.

View File

@@ -0,0 +1,19 @@
# profit of stock
**Definition**
Profit of stock is the return earned by the owner of capital stock after covering the costs of materials, wages, and other inputs. It reflects the surplus generated by the productive use of accumulated capital and is proportional to the extent of the stock employed.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith distinguishes profit of stock from wages of labour, stating that it is “regulated altogether by the value of the stock employed.” He provides numerical examples showing how profit varies with the amount of capital invested.
**Economic Domain**
Distribution
**Smiths Original Wording**
> “The profits of stock … are regulated altogether by the value of the stock employed, and are greater or smaller in proportion to the extent of this stock.”
**Modern Interpretation**
Profit of stock aligns with the concept of capital income or return on investment (ROI). It is the residual income after paying for labor and material costs, central to the theory of distribution and the measurement of economic growth.

View File

@@ -0,0 +1,25 @@
# real-nominal-price-distinction
## Definition
The fundamental distinction between the actual value of commodities measured in labour (real price) and their commonly used monetary value (nominal price), which Smith argues is not merely theoretical but has considerable practical importance. This distinction is particularly relevant in long-term financial arrangements like perpetual rents or very long leases, where the choice between real and nominal value preservation can have significant consequences.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith develops this distinction as a central theme of Chapter 5, arguing that while labour is the real measure of value, people commonly use monetary price for practical transactions. He emphasizes that this distinction is not just theoretical but has practical importance, particularly in long-term financial arrangements where the preservation of real value is crucial.
## Economic Domain
General Theory
## Smith's Original Wording
"The distinction between the real and the nominal price of commodities and labour is not a matter of mere speculation, but may sometimes be of considerable use in practice."
## Modern Interpretation
The real-nominal price distinction represents the fundamental difference between actual economic value and its monetary expression, highlighting the importance of distinguishing between real and nominal values in economic analysis and financial planning. In modern terms, this concept underlies inflation adjustment, real versus nominal interest rates, and the importance of preserving purchasing power in long-term financial arrangements. It remains central to modern economic analysis and financial planning.

View File

@@ -0,0 +1,25 @@
# real-price
## Definition
The real price of any commodity is the toil and trouble of acquiring it, or the quantity of labour which it can command or enable the possessor to purchase. This represents the actual cost in terms of human effort and sacrifice required to obtain something, as opposed to its nominal or monetary price. Smith argues that labour is the only universal and accurate measure of value because equal quantities of labour always have equal value to the labourer, regardless of time or place.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith introduces the concept of real price in the opening paragraphs of Chapter 5, establishing it as the foundational measure of value in his economic analysis. He contrasts real price with nominal price (price in money), arguing that while people commonly estimate value by monetary price, labour is the true measure because it reflects the actual human effort required. This concept is central to his argument that labour, not money, is the original and universal standard by which all commodities should be valued.
## Economic Domain
General Theory
## Smith's Original Wording
"The real price of every thing, what every thing really costs to the man who wants to acquire it, is the toil and trouble of acquiring it."
## Modern Interpretation
Real price represents the actual human cost of obtaining goods and services, measured in terms of the labour time required. This concept remains relevant in modern economics as it highlights that monetary prices can be misleading indicators of true value, since they can fluctuate due to changes in the value of money itself. The real price concept anticipates modern discussions about purchasing power parity and real versus nominal values in economic analysis.

View File

@@ -0,0 +1,19 @@
# rent of land
**Definition**
Rent of land is the portion of a commoditys price that compensates the landowner for the use of the lands natural produce. It represents a payment for the exclusive right to exploit the lands resources, such as timber, grass, or other natural fruits, which would otherwise be freely gathered.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith introduces rent of land after describing the transition to private property, noting that landlords “demand a rent even for its natural produce.” He explains that this rent becomes a component of the price of commodities like corn.
**Economic Domain**
Distribution
**Smiths Original Wording**
> “When the land of any country has all become private property, the landlords… demand a rent even for its natural produce.”
**Modern Interpretation**
Rent of land corresponds to economic rent in contemporary theory—the surplus payment to a factor of production (land) that exceeds its opportunity cost. It is a key element in the factorincome distribution of national accounts.

View File

@@ -0,0 +1,19 @@
# revenue
**Definition**
Revenue is the total inflow of economic value received by an individual, firm, or institution from its productive activities. It can originate from labour (wages), capital (profit), land (rent), or financial assets (interest).
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith discusses revenue toward the end of the chapter, stating that “All other revenue is ultimately derived from some one or other of those three original sources of revenue.” He categorizes revenue into wages, profit, and rent.
**Economic Domain**
General Theory
**Smiths Original Wording**
> “All other revenue is ultimately derived from some one or other of those three original sources of revenue, and are paid either immediately or mediately from the wages of labour, the profits of stock, or the rent of land.”
**Modern Interpretation**
Revenue is a core accounting term representing total income before expenses. In macroeconomics, it aligns with factor income distribution and the national accounts measurement of Gross Domestic Product (GDP) components.

View File

@@ -0,0 +1,25 @@
# seignorage
## Definition
A small duty or charge imposed upon the coinage of both gold and silver, which Smith argues would increase the superiority of those metals in coin above an equal quantity of either of them in bullion. He suggests that seignorage would prevent the melting down of coin and discourage its exportation, as the coin would be worth more than its bullion value due to the added seignorage charge.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses seignorage while explaining the relationship between coin and bullion values and the mechanisms that can be used to maintain the integrity of the monetary system. He notes that a small seignorage would increase the value of the metal coined in proportion to the extent of this small duty, similar to how fashion increases the value of plate.
## Economic Domain
Regulation
## Smith's Original Wording
"A small seignorage or duty upon the coinage of both gold and silver, would probably increase still more the superiority of those metals in coin above an equal quantity of either of them in bullion."
## Modern Interpretation
Seignorage represents the revenue generated by the difference between the face value of money and its production cost, which in modern terms is a significant source of government revenue. In contemporary economies, seignorage is particularly important for fiat currency systems where the production cost is minimal compared to face value. It relates to modern discussions of monetary policy, government finance, and the economics of currency production.

View File

@@ -0,0 +1,25 @@
# silver-as-measure-of-value
## Definition
The historical use of silver as the primary standard for measuring value in most modern European nations, where accounts are kept and the value of goods and estates are generally computed in silver rather than gold or other metals. Smith notes that silver has typically been preferred as the measure of value because it was the first metal used as an instrument of commerce and has continued to serve this function even when the necessity was not the same.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses silver as a measure of value while explaining the historical development of monetary systems and the preference for different metals in different contexts. He notes that in England and other European nations, accounts are kept and values computed in silver, and that this preference seems to have been given to the metal which nations happened first to make use of as the instrument of commerce.
## Economic Domain
Exchange
## Smith's Original Wording
"In England, therefore, and for the same reason, I believe, in all other modern nations of Europe, all accounts are kept, and the value of all goods and of all estates is generally computed, in silver."
## Modern Interpretation
Silver as measure of value represents the historical role of precious metals in monetary systems before the development of fiat currency. While modern economies no longer use precious metals as monetary standards, the concept illustrates the evolution of monetary systems and the search for stable value measures. It relates to modern discussions about the nature of money, the role of commodities in value measurement, and the historical development of financial systems.

View File

@@ -0,0 +1,19 @@
# stock
**Definition**
Stock refers to the accumulated capital, materials, and resources that an entrepreneur or employer invests in order to employ labour and produce commodities. It includes both the physical inputs (raw materials, tools) and the financial capital required to sustain production until the product is sold.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith discusses stock when describing how “stock has accumulated in the hands of particular persons” and how it is employed to “set to work industrious people.” He links stock to the ability to earn profit and to the wages paid to labourers.
**Economic Domain**
Accumulation
**Smiths Original Wording**
> “As soon as stock has accumulated in the hands of particular persons, some of them will naturally employ it in setting to work industrious people…”
**Modern Interpretation**
In modern terms, stock is synonymous with capital stock—the total value of physical and financial assets used in production. It is a key input in the production function and a determinant of a firms capacity to generate profit.

View File

@@ -0,0 +1,25 @@
# toil-and-trouble
## Definition
The physical and mental effort, hardship, and sacrifice required to acquire or produce goods and services. Smith uses this phrase to describe what commodities really cost to the person who wants to acquire them, and what they are really worth to someone who has acquired them and wants to exchange them. This concept represents the fundamental human cost that underlies all economic value and serves as the basis for his definition of real price.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith introduces "toil and trouble" in his opening discussion of real price, using it to explain what commodities actually cost to acquire and what they are worth when exchanged. He argues that this toil and trouble is saved when we purchase goods with money or other commodities, and that it is this saving of effort that constitutes the real value of exchange. The concept connects directly to his labour theory of value.
## Economic Domain
Production
## Smith's Original Wording
"The real price of every thing, what every thing really costs to the man who wants to acquire it, is the toil and trouble of acquiring it. What every thing is really worth to the man who has acquired it and who wants to dispose of it, or exchange it for something else, is the toil and trouble which it can save to himself, and which it can impose upon other people."
## Modern Interpretation
Toil and trouble represents the total human cost of production, including both physical labour and the mental effort, discomfort, and sacrifice involved. This concept anticipates modern discussions about the true social cost of production, including considerations of worker wellbeing, working conditions, and the broader human impact of economic activity beyond simple monetary calculations.

View File

@@ -0,0 +1,25 @@
# value-of-silver
## Definition
The purchasing power of silver as a measure of value, which Smith argues varies over time due to changes in the richness or barrenness of mines supplying the market, and the quantity of labour required to bring silver from mine to market. He notes that while the value of silver sometimes varies greatly from century to century, it seldom varies much from year to year, making it a more stable measure of value over medium time periods than annual price fluctuations would suggest.
## Source Chapter
Book 1, Chapter 5: "OF THE REAL AND NOMINAL PRICE OF COMMODITIES, OR OF THEIR PRICE IN LABOUR, AND THEIR PRICE IN MONEY."
## Context
Smith discusses the value of silver while explaining why it serves as a better measure of value over longer periods than annual price fluctuations would suggest. He argues that the average or ordinary price of corn, which regulates the money price of labour, is itself regulated by the value of silver, which depends on mine productivity and the labour required to extract and market the metal.
## Economic Domain
Exchange
## Smith's Original Wording
"The average or ordinary price of corn, again is regulated, as I shall likewise endeavour to shew hereafter, by the value of silver, by the richness or barrenness of the mines which supply the market with that metal."
## Modern Interpretation
The value of silver represents the historical role of precious metals as monetary standards and value measures, illustrating how commodity values can serve as anchors for broader price systems. While modern economies no longer use precious metals as monetary standards, the concept illustrates the relationship between commodity values, production costs, and broader price levels. It relates to modern discussions of commodity pricing, monetary standards, and the historical development of financial systems.

View File

@@ -0,0 +1,19 @@
# Violent Policy
## Definition
A "violent policy" refers to government interventions that forcibly distort market prices by preventing them from naturally gravitating toward their equilibrium level. These policies include monopolies, trade restrictions, exclusive privileges, statutes of apprenticeship, and poor laws that artificially constrain competition and supply.
## Source Chapter
Book 1, Chapter 7
## Context
Smith introduces this concept while explaining how market prices naturally fluctuate around the natural price due to supply and demand dynamics. He argues that when governments implement policies that restrict competition or artificially limit supply, they prevent the market from reaching its natural equilibrium, creating persistent price distortions that harm economic efficiency.
## Economic Domain
Regulation
## Smith's Original Wording
"The monopolists, by keeping the market constantly understocked, by never fully supplying the effectual demand, sell their commodities much above the natural price, and raise their emoluments, whether they consist in wages or profit, greatly above their natural rate."
## Modern Interpretation
This concept maps directly to modern critiques of rent-seeking behavior and regulatory capture, where special interests lobby for government policies that create artificial scarcity, maintain barriers to entry, and extract economic rents above competitive market levels. Contemporary examples include occupational licensing, protectionist trade policies, and regulations that favor incumbent firms over new market entrants.

View File

@@ -0,0 +1,19 @@
# wages of labour
**Definition**
Wages of labour are the monetary compensation paid to workers for their time, effort, and skill in producing commodities. They represent the labour component of a commoditys price and are determined by the quantity and difficulty of the labour required.
**Source Chapter**
*The Wealth of Nations*, Book1, Chapter6.
**Context**
Smith repeatedly references wages when discussing how the “whole produce of labour belongs to the labourer” and how wages are part of the price composition. He also notes that wages can be adjusted for hardship or skill.
**Economic Domain**
Distribution
**Smiths Original Wording**
> “The value which the workmen add to the materials, therefore, resolves itself … into two parts, of which the one pays their wages…”
**Modern Interpretation**
Wages of labour correspond to labor compensation in modern economics, encompassing wages, salaries, and benefits. They are a primary factor of production cost and a key variable in labor market analysis.