From 2804de3d2441b0ee87d564e9401bf1ca384e3ce1 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Feb 2026 21:47:52 +0100 Subject: [PATCH] infospace: process book-4-chapter-05 Extract entities, map to VSM, and synthesize analysis. --- .../analyses/book-4-chapter-05-analysis.md | 117 + .../analyses/book-4-chapter-05-prompt.md | 4947 +++++++++++++++++ ...ok-4-chapter-05-synthesize-analysis-raw.md | 117 + .../output/entities/boat-fishery.md | 25 + .../entities/book-4-chapter-05-entities.md | 232 + .../book-4-chapter-05-extract-entities-raw.md | 1449 +++++ .../entities/book-4-chapter-05-prompt.md | 2507 +++++++++ .../output/entities/bounty.md | 27 + .../output/entities/buss-fishery.md | 25 + .../output/entities/capital-of-the-farmer.md | 25 + .../output/entities/degradation-of-silver.md | 25 + .../output/entities/drawback.md | 24 + .../output/entities/economic-autonomy.md | 25 + .../output/entities/economic-identity.md | 25 + .../output/entities/engrossing.md | 25 + .../output/entities/environmental-scanning.md | 25 + .../output/entities/exportation-trade.md | 25 + .../output/entities/extraordinary-expense.md | 25 + .../output/entities/forced-corn-trade.md | 25 + .../output/entities/foreign-commodities.md | 24 + .../output/entities/foreign-market.md | 25 + .../output/entities/forestalling.md | 25 + .../output/entities/free-trade.md | 24 + .../output/entities/home-made-commodities.md | 24 + .../output/entities/home-market.md | 24 + .../output/entities/importation-trade.md | 25 + .../output/entities/inland-corn-dealer.md | 25 + .../output/entities/joint-stock-company.md | 25 + .../output/entities/mercantile-system.md | 26 + .../output/entities/merchant-carrier.md | 25 + .../output/entities/merchantable-herrings.md | 26 + .../output/entities/money-price-of-corn.md | 24 + .../output/entities/money-price-of-labour.md | 25 + .../output/entities/nominal-price.md | 24 + .../entities/ordinary-profits-of-stock.md | 26 + .../output/entities/policy-closure.md | 25 + .../output/entities/political-arithmetic.md | 25 + .../output/entities/public-revenue.md | 24 + .../output/entities/public-tranquillity.md | 26 + .../output/entities/real-price.md | 25 + .../output/entities/real-value-of-silver.md | 25 + .../output/entities/requisite-variety.md | 25 + .../output/entities/sea-sticks.md | 24 + .../output/entities/smuggling.md | 25 + .../output/entities/strategic-planning.md | 25 + .../output/entities/systemic-stability.md | 25 + .../output/entities/temporary-statutes.md | 25 + .../output/entities/tonnage-bounty.md | 25 + .../output/entities/warehouse-system.md | 25 + .../book-4-chapter-05-map-to-vsm-raw.md | 1845 ++++++ .../mappings/book-4-chapter-05-mappings.md | 1845 ++++++ .../mappings/book-4-chapter-05-prompt.md | 1714 ++++++ .../output/metrics/history.yaml | 26 + .../output/metrics/metrics.yaml | 6 +- .../output/processing-log.yaml | 41 + 55 files changed, 15915 insertions(+), 3 deletions(-) create mode 100644 examples/infospace-with-history/output/analyses/book-4-chapter-05-analysis.md create mode 100644 examples/infospace-with-history/output/analyses/book-4-chapter-05-prompt.md create mode 100644 examples/infospace-with-history/output/analyses/book-4-chapter-05-synthesize-analysis-raw.md create mode 100644 examples/infospace-with-history/output/entities/boat-fishery.md create mode 100644 examples/infospace-with-history/output/entities/book-4-chapter-05-entities.md create mode 100644 examples/infospace-with-history/output/entities/book-4-chapter-05-extract-entities-raw.md create mode 100644 examples/infospace-with-history/output/entities/book-4-chapter-05-prompt.md create mode 100644 examples/infospace-with-history/output/entities/bounty.md create mode 100644 examples/infospace-with-history/output/entities/buss-fishery.md create mode 100644 examples/infospace-with-history/output/entities/capital-of-the-farmer.md create mode 100644 examples/infospace-with-history/output/entities/degradation-of-silver.md create mode 100644 examples/infospace-with-history/output/entities/drawback.md create mode 100644 examples/infospace-with-history/output/entities/economic-autonomy.md create mode 100644 examples/infospace-with-history/output/entities/economic-identity.md create mode 100644 examples/infospace-with-history/output/entities/engrossing.md create mode 100644 examples/infospace-with-history/output/entities/environmental-scanning.md create mode 100644 examples/infospace-with-history/output/entities/exportation-trade.md create mode 100644 examples/infospace-with-history/output/entities/extraordinary-expense.md create mode 100644 examples/infospace-with-history/output/entities/forced-corn-trade.md create mode 100644 examples/infospace-with-history/output/entities/foreign-commodities.md create mode 100644 examples/infospace-with-history/output/entities/foreign-market.md create mode 100644 examples/infospace-with-history/output/entities/forestalling.md create mode 100644 examples/infospace-with-history/output/entities/free-trade.md create mode 100644 examples/infospace-with-history/output/entities/home-made-commodities.md create mode 100644 examples/infospace-with-history/output/entities/home-market.md create mode 100644 examples/infospace-with-history/output/entities/importation-trade.md create mode 100644 examples/infospace-with-history/output/entities/inland-corn-dealer.md create mode 100644 examples/infospace-with-history/output/entities/joint-stock-company.md create mode 100644 examples/infospace-with-history/output/entities/mercantile-system.md create mode 100644 examples/infospace-with-history/output/entities/merchant-carrier.md create mode 100644 examples/infospace-with-history/output/entities/merchantable-herrings.md create mode 100644 examples/infospace-with-history/output/entities/money-price-of-corn.md create mode 100644 examples/infospace-with-history/output/entities/money-price-of-labour.md create mode 100644 examples/infospace-with-history/output/entities/nominal-price.md create mode 100644 examples/infospace-with-history/output/entities/ordinary-profits-of-stock.md create mode 100644 examples/infospace-with-history/output/entities/policy-closure.md create mode 100644 examples/infospace-with-history/output/entities/political-arithmetic.md create mode 100644 examples/infospace-with-history/output/entities/public-revenue.md create mode 100644 examples/infospace-with-history/output/entities/public-tranquillity.md create mode 100644 examples/infospace-with-history/output/entities/real-price.md create mode 100644 examples/infospace-with-history/output/entities/real-value-of-silver.md create mode 100644 examples/infospace-with-history/output/entities/requisite-variety.md create mode 100644 examples/infospace-with-history/output/entities/sea-sticks.md create mode 100644 examples/infospace-with-history/output/entities/smuggling.md create mode 100644 examples/infospace-with-history/output/entities/strategic-planning.md create mode 100644 examples/infospace-with-history/output/entities/systemic-stability.md create mode 100644 examples/infospace-with-history/output/entities/temporary-statutes.md create mode 100644 examples/infospace-with-history/output/entities/tonnage-bounty.md create mode 100644 examples/infospace-with-history/output/entities/warehouse-system.md create mode 100644 examples/infospace-with-history/output/mappings/book-4-chapter-05-map-to-vsm-raw.md create mode 100644 examples/infospace-with-history/output/mappings/book-4-chapter-05-mappings.md create mode 100644 examples/infospace-with-history/output/mappings/book-4-chapter-05-prompt.md diff --git a/examples/infospace-with-history/output/analyses/book-4-chapter-05-analysis.md b/examples/infospace-with-history/output/analyses/book-4-chapter-05-analysis.md new file mode 100644 index 00000000..c27e26d0 --- /dev/null +++ b/examples/infospace-with-history/output/analyses/book-4-chapter-05-analysis.md @@ -0,0 +1,117 @@ +# Chapter Analysis: Bounties and the Viable System Model + +## Chapter Summary + +Adam Smith's analysis of bounties in Book IV, Chapter 5 presents a comprehensive critique of government subsidies designed to promote exports, particularly focusing on corn bounties. He systematically dismantles the mercantile system's assumption that bounties enrich the nation by improving the balance of trade. Smith argues that bounties force trade into less advantageous channels, degrade the real value of silver, and impose hidden costs on society through capital consumption and market distortion. His analysis distinguishes between nominal and real prices, demonstrating that while bounties may raise nominal prices, they fail to increase real value or national wealth. Smith defends the role of inland corn dealers as legitimate market actors while criticizing joint-stock companies and tonnage bounties as inefficient uses of capital. Throughout, he advocates for free trade and natural market processes over artificial government interventions, arguing that the home market is more important than foreign markets and that economic policies should align with the natural course of economic development rather than attempting to force artificial directions of industry. + +## Entities Extracted + +- **Bounty**: Government subsidy paid to merchants or manufacturers to encourage exportation of specific goods, compensating for selling below cost price. +- **Mercantile System**: Economic doctrine seeking to enrich the nation through exports and import restrictions, based on accumulation of precious metals and favourable balance of trade. +- **Balance of Trade**: Difference between value of nation's exports and imports, with mercantilist theory holding favourable balance enriches nation through precious metals. +- **Forced Corn Trade**: Export of corn made artificially profitable through government bounties, creating trade requiring public subsidy to sustain. +- **Nominal Price**: Money price of commodity expressed in currency units, fluctuating independently of real value or purchasing power. +- **Real Price**: Value of commodity measured by quantity of labour it can command or subsistence it can provide, representing true economic worth. +- **Degradation of Silver**: Reduction in silver's purchasing power relative to other commodities when artificial policies increase nominal prices without increasing real value. +- **Inland Corn Dealer**: Merchant who buys corn from farmers and sells to consumers within same country, distributing grain from surplus to scarcity areas. +- **Merchant-Carrier**: Trader who imports foreign corn specifically to export it again, using nation as temporary storage and distribution point. +- **Sea-Sticks**: Herrings caught and cured at sea during fishing voyages, requiring additional processing before becoming merchantable. +- **Merchantable Herrings**: Herrings properly processed, repacked, and prepared for commercial sale, requiring additional salting and packaging. +- **Buss-Fishery**: Method of herring fishing from decked vessels of twenty to eighty tons burden, involving longer voyages and larger-scale operations. +- **Boat-Fishery**: Method of herring fishing using smaller boats that can quickly bring catches ashore for immediate curing or consumption. +- **Joint-Stock Company**: Business organisation where capital is contributed by multiple shareholders sharing profits and losses, often with special government privileges. +- **Tonnage Bounty**: Subsidy paid to shipping operations based on burden or carrying capacity of vessels, rather than actual productivity or success. +- **Drawback**: Refund of duties paid on imported goods when subsequently exported, designed to prevent double taxation and encourage re-export trade. +- **Engrossing**: Practice of buying up large quantities of commodity, particularly corn, with intent to resell at profit, viewed with suspicion as market manipulation. +- **Forestalling**: Practice of buying goods before they reach market, particularly corn, with intent to resell at higher price, historically prohibited as market manipulation. +- **Temporary Statutes**: Short-term legislative measures enacted to address immediate economic emergencies, such as suspending export prohibitions during scarcity. +- **Smuggling**: Illegal importation or exportation of goods to avoid customs duties or prohibitions, becoming major trade channel when legal restrictions too severe. +- **Free Trade**: Unrestricted exchange of goods and services across borders without government-imposed tariffs, quotas, or other barriers to commerce. +- **Home Market**: Domestic market within country where goods are bought and sold among inhabitants, as distinguished from foreign or international markets. +- **Foreign Market**: International markets outside country's borders where domestic producers sell goods to foreign buyers, subject to different competitive conditions. +- **Public Revenue**: Funds collected by government through taxation and other means to finance public expenditures and services. +- **Extraordinary Expense**: Government expenditures beyond normal operating costs, particularly for special purposes like paying bounties or subsidies. +- **Capital of the Farmer**: Financial resources employed by agricultural producers for cultivation, including funds for seeds, equipment, livestock, and labor. +- **Ordinary Profits of Stock**: Normal rate of return that capital can expect to earn in particular trade or industry under competitive market conditions. +- **Money Price of Corn**: Price of grain expressed in monetary units, serving as fundamental regulator of prices for all other commodities in economy. +- **Real Value of Silver**: Purchasing power of silver measured by quantity of goods and services it can command, fluctuating independently of nominal monetary value. +- **Money Price of Labour**: Wage rate paid to workers expressed in monetary units, sufficient to enable labourers to purchase necessary subsistence. +- **Home Made Commodities**: Goods produced domestically through local industry and manufacturing, as distinguished from imported foreign products. +- **Foreign Commodities**: Goods produced in other countries and imported for domestic consumption, often competing with locally manufactured products. +- **Inland Trade**: Commercial exchange occurring within country's borders, moving goods from areas of production to areas of consumption. +- **Exportation Trade**: Commercial activity of selling domestic goods to foreign buyers, typically encouraged by government policies like bounties. +- **Importation Trade**: Commercial activity of bringing foreign goods into country for domestic consumption, often restricted by tariffs and prohibitions. +- **Carrying Trade**: Commercial activity of transporting goods between foreign countries, using one nation's ships and capital to facilitate trade between others. +- **Warehouse System**: Storage and distribution arrangement where imported goods are held in bonded warehouses under government supervision. +- **Public Good Versus Private Interest**: Tension between policies benefiting specific commercial interests versus those serving broader welfare of society. +- **Natural Liberty in Trade**: Freedom of individuals to engage in commerce and exchange without government interference, allowing market forces to determine outcomes. +- **Artificial Direction of Industry**: Government policies attempting to channel economic activity into specific sectors or trades, overriding natural market preferences. +- **Natural Course of Things**: Spontaneous economic order emerging when individuals freely pursue interests through voluntary exchange without government intervention. +- **Public Tranquillity**: Social peace and stability maintained by government through establishment of economic systems acceptable to general population. +- **Political Arithmetic**: Quantitative analysis of economic and political phenomena through statistical measurement and numerical calculation. +- **Economic Development Sequence**: Natural progression of economic activity from subsistence agriculture through manufacturing to foreign trade. +- **Market Size Threshold**: Minimum scale of commercial exchange necessary to support specialized production and division of labor. +- **Variety of Talents**: Diverse skills, abilities, and specializations individuals develop through division of labor, creating complex web of complementary capabilities. +- **Requisite Variety**: Principle that effective regulation requires controlling system to possess at least as much complexity and adaptability as system being controlled. +- **Economic Autonomy**: Degree of freedom granted to economic actors to make decisions about production, exchange, and investment without external interference. +- **Systemic Stability**: Capacity of economic system to maintain essential functions and relationships while adapting to external changes and internal pressures. +- **Economic Identity**: Distinctive character and purpose of economic system, shaped by core values, institutional arrangements, and philosophical principles. +- **Policy Closure**: Definitive establishment of economic policies and institutional frameworks providing stability and predictability for economic actors. +- **Environmental Scanning**: Systematic monitoring of external economic conditions, market trends, and competitive forces to inform strategic decision-making. +- **Strategic Planning**: Process of developing long-term economic policies and institutional arrangements anticipating future conditions and aligning current actions. +- **Economic System Governance**: Institutional arrangements and decision-making processes determining how economic policies are formulated, implemented, and enforced. +- **Economic System Adaptation**: Capacity of economic institutions and policies to evolve and adjust in response to changing conditions and new understanding. +- **Economic System Effectiveness**: Degree to which economic system achieves intended objectives such as promoting prosperity and serving broader society. +- **Economic System Efficiency**: Optimal allocation of resources within economic system to maximize output and minimize waste through competitive market processes. +- **Economic System Sustainability**: Ability of economic system to maintain productive capacity and social stability over time without depleting resources. + +## VSM Mappings + +- **Bounty → System 3 (Control)**: Government subsidy as direct form of control over economic operations, establishing rules and allocating resources. +- **Mercantile System → System 5 (Policy)**: Economic doctrine as overarching policy framework defining national economic purpose and fundamental values. +- **Balance of Trade → System 4 (Intelligence)**: Key metric for environmental scanning and intelligence gathering about nation's economic position relative to other nations. +- **Forced Corn Trade → System 1 (Operations)**: Actual operational activity of exporting corn under bounty conditions, directly creating economic output. +- **Nominal Price → System 2 (Coordination)**: Primary coordination mechanism in market economies, allowing different economic actors to communicate value and make exchange decisions. +- **Real Price → System 4 (Intelligence)**: Deeper measure of economic value that System 4 must understand to make strategic decisions about adaptation and viability. +- **Degradation of Silver → System 3 (Control)**: Direct consequence of government control policies that artificially manipulate internal economic environment. +- **Inland Corn Dealer → System 1 (Operations)**: Direct operational entity creating value through distribution function, moving corn from surplus to scarcity areas. +- **Merchant-Carrier → System 4 (Intelligence)**: Operates by gathering intelligence about international market conditions and opportunities for arbitrage. +- **Sea-Sticks → System 1 (Operations)**: Direct operational output of fishing activities, immediate product of productive operations engaging with market environment. +- **Merchantable Herrings → System 2 (Coordination)**: Standardized product enabling market exchange and price coordination through uniform quality standards. +- **Buss-Fishery → System 1 (Operations)**: Direct operational activity producing economic output through fishing operations, autonomously engaging with maritime environment. +- **Boat-Fishery → System 1 (Operations)**: Autonomous operational activity directly producing economic value through fishing operations suited to local conditions. +- **Joint-Stock Company → System 3 (Control)**: Form of internal economic control structure allocating resources and establishing rules through corporate governance. +- **Tonnage Bounty → System 3 (Control)**: Direct form of government control establishing rules and allocating resources based on vessel capacity rather than productivity. +- **Drawback → System 2 (Coordination)**: Coordination mechanism facilitating international trade by preventing double taxation and enabling smoother re-export activities. +- **Engrossing → System 1 (Operations)**: Direct operational activity creating value through market arbitrage, moving goods from surplus to scarcity areas. +- **Forestalling → System 1 (Operations)**: Operational activity creating value by anticipating market conditions and facilitating movement of goods to where needed. +- **Temporary Statutes → System 3 (Control)**: Direct government control mechanisms establishing rules and allocating resources in response to immediate economic conditions. +- **Smuggling → System 4 (Intelligence)**: Operates by gathering intelligence about regulatory environments and identifying opportunities for circumvention. +- **Free Trade → System 5 (Policy)**: Fundamental policy framework and identity governing economic decision-making, defining purpose and establishing values. +- **Home Market → System 1 (Operations)**: Primary operational environment where most economic activities directly create value through domestic exchange. +- **Foreign Market → System 4 (Intelligence)**: External environment that System 4 must monitor and understand to inform strategic economic decisions. +- **Public Revenue → System 3 (Control)**: Control mechanism through which government exercises regulatory authority over economic activities via resource allocation. +- **Extraordinary Expense → System 3 (Control)**: Resource allocation function of System 3, providing means by which government exercises control through targeted expenditures. +- **Capital of the Farmer → System 1 (Operations)**: Operational resources directly producing economic value through agricultural activities engaging with agricultural environment. +- **Ordinary Profits of Stock → System 3 (Control)**: Internal regulatory benchmark determining whether economic activities are properly controlled and managed. +- **Money Price of Corn → System 2 (Coordination)**: Primary coordination mechanism communicating value information and coordinating economic activities across sectors. +- **Real Value of Silver → System 4 (Intelligence)**: Deeper measure of economic conditions that System 4 must understand for strategic decisions about adaptation. +- **Money Price of Labour → System 2 (Coordination)**: Coordination mechanism communicating value information between employers and workers, standardizing compensation. +- **Home Made Commodities → System 1 (Operations)**: Direct output of domestic productive operations creating value through manufacturing and production. +- **Foreign Commodities → System 4 (Intelligence)**: External environment providing information about competitive conditions and opportunities for domestic adaptation. + +## VSM Coverage + +The chapter demonstrates strong coverage across all five VSM systems, with particularly robust representation of Systems 1, 2, 3, and 5. System 1 (Operations) is well-represented through numerous operational entities including inland corn dealers, various fishing operations, farmers, and productive enterprises. System 2 (Coordination) appears through price mechanisms, market coordination functions, and standardization processes. System 3 (Control) is extensively covered through government interventions, bounties, regulations, and control mechanisms. System 4 (Intelligence) is represented through market intelligence, environmental scanning, and strategic adaptation functions. System 5 (Policy) appears through the mercantile system framework and free trade advocacy. + +System 3* (Audit/Monitoring) is notably absent from the chapter's analysis, with no discussion of audit functions, direct monitoring, or reality-checking mechanisms that bypass normal reporting channels. This represents a significant gap in the VSM coverage, as audit and monitoring functions are crucial for maintaining systemic viability. + +## Gaps & Observations + +The absence of System 3* (Audit/Monitoring) is the most significant gap in this chapter's VSM coverage. Smith focuses extensively on policy design, operational activities, coordination mechanisms, and control structures, but does not address how these systems are monitored, audited, or verified independently. This omission is particularly notable given his critique of bounties and trade restrictions, where audit functions would be crucial for detecting fraud and ensuring proper implementation. + +Several entities were difficult to map definitively, particularly those involving abstract economic concepts like "economic system effectiveness" and "economic system sustainability." While these concepts relate to VSM principles, they represent meta-level considerations rather than direct system components. + +Emerging patterns include the strong emphasis on System 1 operational autonomy versus System 3 control interventions, reflecting Smith's broader philosophical commitment to free market principles. The chapter consistently portrays System 3 interventions (bounties, regulations) as distorting natural System 1 operations, while System 2 coordination mechanisms (prices, markets) are presented as naturally efficient. + +To enrich coverage in future analysis, attention should be given to System 3* functions, particularly how market oversight, quality control, and regulatory enforcement operate in practice. Additionally, more explicit discussion of how System 4 intelligence gathering informs System 5 policy decisions would strengthen the VSM framework application to Smith's economic analysis. \ No newline at end of file diff --git a/examples/infospace-with-history/output/analyses/book-4-chapter-05-prompt.md b/examples/infospace-with-history/output/analyses/book-4-chapter-05-prompt.md new file mode 100644 index 00000000..263e57ba --- /dev/null +++ b/examples/infospace-with-history/output/analyses/book-4-chapter-05-prompt.md @@ -0,0 +1,4947 @@ +# Synthesize Chapter VSM Analysis + +You are an interdisciplinary analyst combining classical economics with +cybernetic systems theory. Your task is to produce a comprehensive +chapter-level analysis showing how economic content maps to the +Viable System Model. + +## Source Chapter + +--- +id: book-4-chapter-05 +title: "OF BOUNTIES." +book: "4" +chapter: 5 +artifact_type: content +--- + +CHAPTER V. +OF BOUNTIES. + + + + Bounties upon exportation are, in Great Britain, frequently petitioned + for, and sometimes granted, to the produce of particular branches of + domestic industry. By means of them, our merchants and manufacturers, it + is pretended, will be enabled to sell their goods as cheap or cheaper than + their rivals in the foreign market. A greater quantity, it is said, will + thus be exported, and the balance of trade consequently turned more in + favour of our own country. We cannot give our workmen a monopoly in the + foreign, as we have done in the home market. We cannot force foreigners to + buy their goods, as we have done our own countrymen. The next best + expedient, it has been thought, therefore, is to pay them for buying. It + is in this manner that the mercantile system proposes to enrich the whole + country, and to put money into all our pockets, by means of the balance of + trade. + + Bounties, it is allowed, ought to be given to those branches of trade only + which cannot be carried on without them. But every branch of trade in + which the merchant can sell his goods for a price which replaces to him, + with the ordinary profits of stock, the whole capital employed in + preparing and sending them to market, can be carried on without a bounty. + Every such branch is evidently upon a level with all the other branches of + trade which are carried on without bounties, and cannot, therefore, + require one more than they. Those trades only require bounties, in which + the merchant is obliged to sell his goods for a price which does not + replace to him his capital, together with the ordinary profit, or in which + he is obliged to sell them for less than it really cost him to send them + to market. The bounty is given in order to make up this loss, and to + encourage him to continue, or, perhaps, to begin a trade, of which the + expense is supposed to be greater than the returns, of which every + operation eats up a part of the capital employed in it, and which is of + such a nature, that if all other trades resembled it, there would soon be + no capital left in the country. + + The trades, it is to be observed, which are carried on by means of + bounties, are the only ones which can be carried on between two nations + for any considerable time together, in such a manner as that one of them + shall always and regularly lose, or sell its goods for less than it + really cost to send them to market. But if the bounty did not repay to the + merchant what he would otherwise lose upon the price of his goods, his own + interest would soon oblige him to employ his stock in another way, or to + find out a trade in which the price of the goods would replace to him, + with the ordinary profit, the capital employed in sending them to market. + The effect of bounties, like that of all the other expedients of the + mercantile system, can only be to force the trade of a country into a + channel much less advantageous than that in which it would naturally run + of its own accord. + + The ingenious and well-informed author of the Tracts upon the Corn Trade + has shown very clearly, that since the bounty upon the exportation of corn + was first established, the price of the corn exported, valued moderately + enough, has exceeded that of the corn imported, valued very high, by a + much greater sum than the amount of the whole bounties which have been + paid during that period. This, he imagines, upon the true principles of + the mercantile system, is a clear proof that this forced corn trade is + beneficial to the nation, the value of the exportation exceeding that of + the importation by a much greater sum than the whole extraordinary expense + which the public has been at in order to get it exported. He does not + consider that this extraordinary expense, or the bounty, is the smallest + part of the expense which the exportation of corn really costs the + society. The capital which the farmer employed in raising it must likewise + be taken into the account. Unless the price of the corn, when sold in the + foreign markets, replaces not only the bounty, but this capital, together + with the ordinary profits of stock, the society is a loser by the + difference, or the national stock is so much diminished. But the very + reason for which it has been thought necessary to grant a bounty, is the + supposed insufficiency of the price to do this. + + The average price of corn, it has been said, has fallen considerably since + the establishment of the bounty. That the average price of corn began to + fall somewhat towards the end of the last century, and has continued to do + so during the course of the sixty-four first years of the present, I have + already endeavoured to show. But this event, supposing it to be real, as I + believe it to be, must have happened in spite of the bounty, and cannot + possibly have happened in consequence of it. It has happened in France, as + well as in England, though in France there was not only no bounty, but, + till 1764, the exportation of corn was subjected to a general prohibition. + This gradual fall in the average price of grain, it is probable, + therefore, is ultimately owing neither to the one regulation nor to the + other, but to that gradual and insensible rise in the real value of + silver, which, in the first book of this discourse, I have endeavoured to + show, has taken place in the general market of Europe during the course of + the present century. It seems to be altogether impossible that the bounty + could ever contribute to lower the price of grain. + + In years of plenty, it has already been observed, the bounty, by + occasioning an extraordinary exportation, necessarily keeps up the price + of corn in the home market above what it would naturally fall to. To do so + was the avowed purpose of the institution. In years of scarcity, though + the bounty is frequently suspended, yet the great exportation which it + occasions in years of plenty, must frequently hinder, more or less, the + plenty of one year from relieving the scarcity of another. Both in years + of plenty and in years of scarcity, therefore, the bounty necessarily + tends to raise the money price of corn somewhat higher than it otherwise + would be in the home market. + + That in the actual state of tillage the bounty must necessarily have this + tendency, will not, I apprehend, be disputed by any reasonable person. But + it has been thought by many people, that it tends to encourage tillage, + and that in two different ways; first, by opening a more extensive foreign + market to the corn of the farmer, it tends, they imagine, to increase the + demand for, and consequently the production of, that commodity; and, + secondly by securing to him a better price than he could otherwise expect + in the actual state of tillage, it tends, they suppose, to encourage + tillage. This double encouragement must they imagine, in a long period of + years, occasion such an increase in the production of corn, as may lower + its price in the home market, much more than the bounty can raise it in + the actual state which tillage may, at the end of that period, happen to + be in. + + I answer, that whatever extension of the foreign market can be occasioned + by the bounty must, in every particular year, be altogether at the expense + of the home market; as every bushel of corn, which is exported by means of + the bounty, and which would not have been exported without the bounty, + would have remained in the home market to increase the consumption, and to + lower the price of that commodity. The corn bounty, it is to be observed, + as well as every other bounty upon exportation, imposes two different + taxes upon the people; first, the tax which they are obliged to + contribute, in order to pay the bounty; and, secondly, the tax which + arises from the advanced price of the commodity in the home market, and + which, as the whole body of the people are purchasers of corn, must, in + this particular commodity, be paid by the whole body of the people. In + this particular commodity, therefore, this second tax is by much the + heaviest of the two. Let us suppose that, taking one year with another, + the bounty of 5s. upon the exportation of the quarter of wheat raises the + price of that commodity in the home market only 6d. the bushel, or 4s. the + quarter higher than it otherwise would have been in the actual state of + the crop. Even upon this very moderate supposition, the great body of the + people, over and above contributing the tax which pays the bounty of 5s. + upon every quarter of wheat exported, must pay another of 4s. upon every + quarter which they themselves consume. But according to the very well + informed author of the Tracts upon the Corn Trade, the average proportion + of the corn exported to that consumed at home, is not more than that of + one to thirty-one. For every 5s. therefore, which they contribute to the + payment of the first tax, they must contribute £6:4s. to the payment of + the second. So very heavy a tax upon the first necessary of life-must + either reduce the subsistence of the labouring poor, or it must occasion + some augmentation in their pecuniary wages, proportionable to that in the + pecuniary price of their subsistence. So far as it operates in the one + way, it must reduce the ability of the labouring poor to educate and bring + up their children, and must, so far, tend to restrain the population of + the country. So far as it operates in the other, it must reduce the + ability of the employers of the poor, to employ so great a number as they + otherwise might do, and must so far tend to restrain the industry of the + country. The extraordinary exportation of corn, therefore occasioned by + the bounty, not only in every particular year diminishes the home, just as + much as it extends the foreign market and consumption, but, by restraining + the population and industry of the country, its final tendency is to stint + and restrain the gradual extension of the home market; and thereby, in the + long-run, rather to diminish than to augment the whole market and + consumption of corn. + + This enhancement of the money price of corn, however, it has been thought, + by rendering that commodity more profitable to the farmer, must + necessarily encourage its production. + + I answer, that this might be the case, if the effect of the bounty was to + raise the real price of corn, or to enable the farmer, with an equal + quantity of it, to maintain a greater number of labourers in the same + manner, whether liberal, moderate, or scanty, than other labourers are + commonly maintained in his neighbourhood. But neither the bounty, it is + evident, nor any other human institution, can have any such effect. It is + not the real, but the nominal price of corn, which can in any considerable + degree be affected by the bounty. And though the tax, which that + institution imposes upon the whole body of the people, may be very + burdensome to those who pay it, it is of very little advantage to those + who receive it. + + The real effect of the bounty is not so much to raise the real value of + corn, as to degrade the real value of silver; or to make an equal quantity + of it exchange for a smaller quantity, not only of corn, but of all other + home made commodities; for the money price of corn regulates that of all + other home made commodities. + + It regulates the money price of labour, which must always be such as to + enable the labourer to purchase a quantity of corn sufficient to maintain + him and his family, either in the liberal, moderate, or scanty manner, in + which the advancing, stationary, or declining, circumstances of the + society, oblige his employers to maintain him. + + It regulates the money price of all the other parts of the rude produce of + land, which, in every period of improvement, must bear a certain + proportion to that of corn, though this proportion is different in + different periods. It regulates, for example, the money price of grass and + hay, of butcher’s meat, of horses, and the maintenance of horses, of land + carriage consequently, or of the greater part of the inland commerce of + the country. + + By regulating the money price of all the other parts of the rude produce + of land, it regulates that of the materials of almost all manufactures; by + regulating the money price of labour, it regulates that of manufacturing + art and industry; and by regulating both, it regulates that of the + complete manufacture. The money price of labour, and of every thing that + is the produce, either of land or labour, must necessarily either rise or + fall in proportion to the money price of corn. + + Though in consequence of the bounty, therefore, the farmer should be + enabled to sell his corn for 4s. the bushel, instead of 3s:6d. and to pay + his landlord a money rent proportionable to this rise in the money price + of his produce; yet if, in consequence of this rise in the price of corn, + 4s. will purchase no more home made goods of any other kind than 3s. 6d. + would have done before, neither the circumstances of the farmer, nor those + of the landlord, will be much mended by this change. The farmer will not + be able to cultivate much better; the landlord will not be able to live + much better. In the purchase of foreign commodities, this enhancement in + the price of corn may give them some little advantage. In that of home + made commodities, it can give them none at all. And almost the whole + expense of the farmer, and the far greater part even of that of the + landlord, is in home made commodities. + + That degradation in the value of silver, which is the effect of the + fertility of the mines, and which operates equally, or very nearly + equally, through the greater part of the commercial world, is a matter of + very little consequence to any particular country. The consequent rise of + all money prices, though it does not make those who receive them really + richer, does not make them really poorer. A service of plate becomes + really cheaper, and every thing else remains precisely of the same real + value as before. + + But that degradation in the value of silver, which, being the effect + either of the peculiar situation or of the political institutions of a + particular country, takes place only in that country, is a matter of very + great consequence, which, far from tending to make anybody really richer, + tends to make every body really poorer. The rise in the money price of all + commodities, which is in this case peculiar to that country, tends to + discourage more or less every sort of industry which is carried on within + it, and to enable foreign nations, by furnishing almost all sorts of goods + for a smaller quantity of silver than its own workmen can afford to do, to + undersell them, not only in the foreign, but even in the home market. + + It is the peculiar situation of Spain and Portugal, as proprietors of the + mines, to be the distributers of gold and silver to all the other + countries of Europe. Those metals ought naturally, therefore, to be + somewhat cheaper in Spain and Portugal than in any other part of Europe. + The difference, however, should be no more than the amount of the freight + and insurance; and, on account of the great value and small bulk of those + metals, their freight is no great matter, and their insurance is the same + as that of any other goods of equal value. Spain and Portugal, therefore, + could suffer very little from their peculiar situation, if they did not + aggravate its disadvantages by their political institutions. + + Spain by taxing, and Portugal by prohibiting, the exportation of gold and + silver, load that exportation with the expense of smuggling, and raise the + value of those metals in other countries so much more above what it is in + their own, by the whole amount of this expense. When you dam up a stream + of water, as soon as the dam is full, as much water must run over the + dam-head as if there was no dam at all. The prohibition of exportation + cannot detain a greater quantity of gold and silver in Spain and Portugal, + than what they can afford to employ, than what the annual produce of their + land and labour will allow them to employ, in coin, plate, gilding, and + other ornaments of gold and silver. When they have got this quantity, the + dam is full, and the whole stream which flows in afterwards must run over. + The annual exportation of gold and silver from Spain and Portugal, + accordingly, is, by all accounts, notwithstanding these restraints, very + near equal to the whole annual importation. As the water, however, must + always be deeper behind the dam-head than before it, so the quantity of + gold and silver which these restraints detain in Spain and Portugal, must, + in proportion to the annual produce of their land and labour, be greater + than what is to be found in other countries. The higher and stronger the + dam-head, the greater must be the difference in the depth of water behind + and before it. The higher the tax, the higher the penalties with which the + prohibition is guarded, the more vigilant and severe the police which + looks after the execution of the law, the greater must be the difference + in the proportion of gold and silver to the annual produce of the land and + labour of Spain and Portugal, and to that of other countries. It is said, + accordingly, to be very considerable, and that you frequently find there a + profusion of plate in houses, where there is nothing else which would in + other countries be thought suitable or correspondent to this sort of + magnificence. The cheapness of gold and silver, or, what is the same + thing, the dearness of all commodities, which is the necessary effect of + this redundancy of the precious metals, discourages both the agriculture + and manufactures of Spain and Portugal, and enables foreign nations to + supply them with many sorts of rude, and with almost all sorts of + manufactured produce, for a smaller quantity of gold and silver than what + they themselves can either raise or make them for at home. The tax and + prohibition operate in two different ways. They not only lower very much + the value of the precious metals in Spain and Portugal, but by detaining + there a certain quantity of those metals which would otherwise flow over + other countries, they keep up their value in those other countries + somewhat above what it otherwise would be, and thereby give those + countries a double advantage in their commerce with Spain and Portugal. + Open the flood-gates, and there will presently be less water above, and + more below the dam-head, and it will soon come to a level in both places. + Remove the tax and the prohibition, and as the quantity of gold and silver + will diminish considerably in Spain and Portugal, so it will increase + somewhat in other countries; and the value of those metals, their + proportion to the annual produce of land and labour, will soon come to a + level, or very near to a level, in all. The loss which Spain and Portugal + could sustain by this exportation of their gold and silver, would be + altogether nominal and imaginary. The nominal value of their goods, and of + the annual produce of their land and labour, would fall, and would be + expressed or represented by a smaller quantity of silver than before; but + their real value would be the same as before, and would be sufficient to + maintain, command, and employ the same quantity of labour. As the nominal + value of their goods would fall, the real value of what remained of their + gold and silver would rise, and a smaller quantity of those metals would + answer all the same purposes of commerce and circulation which had + employed a greater quantity before. The gold and silver which would go + abroad would not go abroad for nothing, but would bring back an equal + value of goods of some kind or other. Those goods, too, would not be all + matters of mere luxury and expense, to be consumed by idle people, who + produce nothing in return for their consumption. As the real wealth and + revenue of idle people would not be augmented by this extraordinary + exportation of gold and silver, so neither would their consumption be much + augmented by it. Those goods would probably, the greater part of them, and + certainly some part of them, consist in materials, tools, and provisions, + for the employment and maintenance of industrious people, who would + reproduce, with a profit, the full value of their consumption. A part of + the dead stock of the society would thus be turned into active stock, and + would put into motion a greater quantity of industry than had been + employed before. The annual produce of their land and labour would + immediately be augmented a little, and in a few years would probably be + augmented a great deal; their industry being thus relieved from one of the + most oppressive burdens which it at present labours under. + + The bounty upon the exportation of corn necessarily operates exactly in + the same way as this absurd policy of Spain and Portugal. Whatever be the + actual state of tillage, it renders our corn somewhat dearer in the home + market than it otherwise would be in that state, and somewhat cheaper in + the foreign; and as the average money price of corn regulates, more or + less, that of all other commodities, it lowers the value of silver + considerably in the one, and tends to raise it a little in the other. It + enables foreigners, the Dutch in particular, not only to eat our corn + cheaper than they otherwise could do, but sometimes to eat it cheaper than + even our own people can do upon the same occasions; as we are assured by + an excellent authority, that of Sir Matthew Decker. It hinders our own + workmen from furnishing their goods for so small a quantity of silver as + they otherwise might do, and enables the Dutch to furnish theirs for a + smaller. It tends to render our manufactures somewhat dearer in every + market, and theirs somewhat cheaper, than they otherwise would be, and + consequently to give their industry a double advantage over our own. + + The bounty, as it raises in the home market, not so much the real, as the + nominal price of our corn; as it augments, not the quantity of labour + which a certain quantity of corn can maintain and employ, but only the + quantity of silver which it will exchange for; it discourages our + manufactures, without rendering any considerable service, either to our + farmers or country gentlemen. It puts, indeed, a little more money into + the pockets of both, and it will perhaps be somewhat difficult to persuade + the greater part of them that this is not rendering them a very + considerable service. But if this money sinks in its value, in the + quantity of labour, provisions, and home-made commodities of all different + kinds which it is capable of purchasing, as much as it rises in its + quantity, the service will be little more than nominal and imaginary. + + There is, perhaps, but one set of men in the whole commonwealth to whom + the bounty either was or could be essentially serviceable. These were the + corn merchants, the exporters and importers of corn. In years of plenty, + the bounty necessarily occasioned a greater exportation than would + otherwise have taken place; and by hindering the plenty of the one year + from relieving the scarcity of another, it occasioned in years of scarcity + a greater importation than would otherwise have been necessary. It + increased the business of the corn merchant in both; and in the years of + scarcity, it not only enabled him to import a greater quantity, but to + sell it for a better price, and consequently with a greater profit, than + he could otherwise have made, if the plenty of one year had not been more + or less hindered from relieving the scarcity of another. It is in this set + of men, accordingly, that I have observed the greatest zeal for the + continuance or renewal of the bounty. + + Our country gentlemen, when they imposed the high duties upon the + exportation of foreign corn, which in times of moderate plenty amount to a + prohibition, and when they established the bounty, seem to have imitated + the conduct of our manufacturers. By the one institution, they secured to + themselves the monopoly of the home market, and by the other they + endeavoured to prevent that market from ever being overstocked with their + commodity. By both they endeavoured to raise its real value, in the same + manner as our manufacturers had, by the like institutions, raised the real + value of many different sorts of manufactured goods. They did not, + perhaps, attend to the great and essential difference which nature has + established between corn and almost every other sort of goods. When, + either by the monopoly of the home market, or by a bounty upon + exportation, you enable our woollen or linen manufacturers to sell their + goods for somewhat a better price than they otherwise could get for them, + you raise, not only the nominal, but the real price of those goods; you + render them equivalent to a greater quantity of labour and subsistence; + you increase not only the nominal, but the real profit, the real wealth + and revenue of those manufacturers; and you enable them, either to live + better themselves, or to employ a greater quantity of labour in those + particular manufactures. You really encourage those manufactures, and + direct towards them a greater quantity of the industry of the country than + what would properly go to them of its own accord. But when, by the like + institutions, you raise the nominal or money price of corn, you do not + raise its real value; you do not increase the real wealth, the real + revenue, either of our farmers or country gentlemen; you do not encourage + the growth of corn, because you do not enable them to maintain and employ + more labourers in raising it. The nature of things has stamped upon corn a + real value, which cannot be altered by merely altering its money price. No + bounty upon exportation, no monopoly of the home market, can raise that + value. The freest competition cannot lower it, Through the world in + general, that value is equal to the quantity of labour which it can + maintain, and in every particular place it is equal to the quantity of + labour which it can maintain in the way, whether liberal, moderate, or + scanty, in which labour is commonly maintained in that place. Woollen or + linen cloth are not the regulating commodities by which the real value of + all other commodities must be finally measured and determined; corn is. + The real value of every other commodity is finally measured and determined + by the proportion which its average money price bears to the average money + price of corn. The real value of corn does not vary with those variations + in its average money price, which sometimes occur from one century to + another; it is the real value of silver which varies with them. + + Bounties upon the exportation of any homemade commodity are liable, first, + to that general objection which may be made to all the different + expedients of the mercantile system; the objection of forcing some part of + the industry of the country into a channel less advantageous than that in + which it would run of its own accord; and, secondly, to the particular + objection of forcing it not only into a channel that is less advantageous, + but into one that is actually disadvantageous; the trade which cannot be + carried on but by means of a bounty being necessarily a losing trade. The + bounty upon the exportation of corn is liable to this further objection, + that it can in no respect promote the raising of that particular commodity + of which it was meant to encourage the production. When our country + gentlemen, therefore, demanded the establishment of the bounty, though + they acted in imitation of our merchants and manufacturers, they did not + act with that complete comprehension of their own interest, which commonly + directs the conduct of those two other orders of people. They loaded the + public revenue with a very considerable expense: they imposed a very heavy + tax upon the whole body of the people; but they did not, in any sensible + degree, increase the real value of their own commodity; and by lowering + somewhat the real value of silver, they discouraged, in some degree, the + general industry of the country, and, instead of advancing, retarded more + or less the improvement of their own lands, which necessarily depend upon + the general industry of the country. + + To encourage the production of any commodity, a bounty upon production, + one should imagine, would have a more direct operation than one upon + exportation. It would, besides, impose only one tax upon the people, that + which they must contribute in order to pay the bounty. Instead of raising, + it would tend to lower the price of the commodity in the home market; and + thereby, instead of imposing a second tax upon the people, it might, at + least in part, repay them for what they had contributed to the first. + Bounties upon production, however, have been very rarely granted. The + prejudices established by the commercial system have taught us to believe, + that national wealth arises more immediately from exportation than from + production. It has been more favoured, accordingly, as the more immediate + means of bringing money into the country. Bounties upon production, it has + been said too, have been found by experience more liable to frauds than + those upon exportation. How far this is true, I know not. That bounties + upon exportation have been abused, to many fraudulent purposes, is very + well known. But it is not the interest of merchants and manufacturers, the + great inventors of all these expedients, that the home market should be + overstocked with their goods; an event which a bounty upon production + might sometimes occasion. A bounty upon exportation, by enabling them to + send abroad their surplus part, and to keep up the price of what remains + in the home market, effectually prevents this. Of all the expedients of + the mercantile system, accordingly, it is the one of which they are the + fondest. I have known the different undertakers of some particular works + agree privately among themselves to give a bounty out of their own pockets + upon the exportation of a certain proportion of the goods which they dealt + in. This expedient succeeded so well, that it more than doubled the price + of their goods in the home market, notwithstanding a very considerable + increase in the produce. The operation of the bounty upon corn must have + been wonderfully different, if it has lowered the money price of that + commodity. + + Something like a bounty upon production, however, has been granted upon + some particular occasions. The tonnage bounties given to the white herring + and whale fisheries may, perhaps, be considered as somewhat of this + nature. They tend directly, it may be supposed, to render the goods + cheaper in the home market than they otherwise would be. In other + respects, their effects, it must be acknowledged, are the same as those of + bounties upon exportation. By means of them, a part of the capital of the + country is employed in bringing goods to market, of which the price does + not repay the cost, together with the ordinary profits of stock. + + But though the tonnage bounties to those fisheries do not contribute to + the opulence of the nation, it may, perhaps, be thought that they + contribute to its defence, by augmenting the number of its sailors and + shipping. This, it may be alleged, may sometimes be done by means of such + bounties, at a much smaller expense than by keeping up a great standing + navy, if I may use such an expression, in the same way as a standing army. + + Notwithstanding these favourable allegations, however, the following + considerations dispose me to believe, that in granting at least one of + these bounties, the legislature has been very grossly imposed upon: + + First, The herring-buss bounty seems too large. + + From the commencement of the winter fishing 1771, to the end of the winter + fishing 1781, the tonnage bounty upon the herring-buss fishery has been at + thirty shillings the ton. During these eleven years, the whole number of + barrels caught by the herring-buss fishery of Scotland amounted to + 378,347. The herrings caught and cured at sea are called sea-sticks. In + order to render them what are called merchantable herrings, it is + necessary to repack them with an additional quantity of salt; and in this + case, it is reckoned, that three barrels of sea-sticks are usually + repacked into two barrels of merchantable herrings. The number of barrels + of merchantable herrings, therefore, caught during these eleven years, + will amount only, according to this account, to 252,231¼. During these + eleven years, the tonnage bounties paid amounted to £155,463:11s. or + 8s:2¼d. upon every barrel of sea-sticks, and to 12s:3¾d. upon every barrel + of merchantable herrings. + + The salt with which these herrings are cured is sometimes Scotch, and + sometimes foreign salt; both which are delivered, free of all excise duty, + to the fish-curers. The excise duty upon Scotch salt is at present 1s:6d., + that upon foreign salt 10s. the bushel. A barrel of herrings is supposed + to require about one bushel and one-fourth of a bushel foreign salt. Two + bushels are the supposed average of Scotch salt. If the herrings are + entered for exportation, no part of this duty is paid up; if entered for + home consumption, whether the herrings were cured with foreign or with + Scotch salt, only one shilling the barrel is paid up. It was the old + Scotch duty upon a bushel of salt, the quantity which, at a low + estimation, had been supposed necessary for curing a barrel of herrings. + In Scotland, foreign salt is very little used for any other purpose but + the curing of fish. But from the 5th April 1771 to the 5th April 1782, the + quantity of foreign salt imported amounted to 936,974 bushels, at + eighty-four pounds the bushel; the quantity of Scotch salt delivered from + the works to the fish-curers, to no more than 168,226, at fifty-six pounds + the bushel only. It would appear, therefore, that it is principally + foreign salt that is used in the fisheries. Upon every barrel of herrings + exported, there is, besides, a bounty of 2s:8d. and more than two-thirds + of the buss-caught herrings are exported. Put all these things together, + and you will find that, during these eleven years, every barrel of + buss-caught herrings, cured with Scotch salt, when exported, has cost + government 17s:11¾d.; and, when entered for home consumption, 14s:3¾d.; + and that every barrel cured with foreign salt, when exported, has cost + government £1:7:5¾d.; and, when entered for home consumption, £1:3:9¾d. + The price of a barrel of good merchantable herrings runs from seventeen + and eighteen to four and five-and-twenty shillings; about a guinea at an + average. {See the accounts at the end of this Book.} + + Secondly, The bounty to the white-herring fishery is a tonnage bounty, and + is proportioned to the burden of the ship, not to her diligence or success + in the fishery; and it has, I am afraid, been too common for the vessels + to fit out for the sole purpose of catching, not the fish but the bounty. + In the year 1759, when the bounty was at fifty shillings the ton, the + whole buss fishery of Scotland brought in only four barrels of sea-sticks. + In that year, each barrel of sea-sticks cost government, in bounties + alone, £113:15s.; each barrel of merchantable herrings £159:7:6. + + Thirdly, The mode of fishing, for which this tonnage bounty in the white + herring fishery has been given (by busses or decked vessels from twenty to + eighty tons burden ), seems not so well adapted to the situation of + Scotland, as to that of Holland, from the practice of which country it + appears to have been borrowed. Holland lies at a great distance from the + seas to which herrings are known principally to resort, and can, + therefore, carry on that fishery only in decked vessels, which can carry + water and provisions sufficient for a voyage to a distant sea; but the + Hebrides, or Western Islands, the islands of Shetland, and the northern + and north-western coasts of Scotland, the countries in whose neighbourhood + the herring fishery is principally carried on, are everywhere intersected + by arms of the sea, which run up a considerable way into the land, and + which, in the language of the country, are called sea-lochs. It is to + these sea-lochs that the herrings principally resort during the seasons in + which they visit these seas; for the visits of this, and, I am assured, of + many other sorts of fish, are not quite regular and constant. A + boat-fishery, therefore, seems to be the mode of fishing best adapted to + the peculiar situation of Scotland, the fishers carrying the herrings on + shore as fast as they are taken, to be either cured or consumed fresh. But + the great encouragement which a bounty of 30s. the ton gives to the + buss-fishery, is necessarily a discouragement to the boat-fishery, which, + having no such bounty, cannot bring its cured fish to market upon the same + terms as the buss-fishery. The boat-fishery; accordingly, which, before + the establishment of the buss-bounty, was very considerable, and is said + to have employed a number of seamen, not inferior to what the buss-fishery + employs at present, is now gone almost entirely to decay. Of the former + extent, however, of this now ruined and abandoned fishery, I must + acknowledge that I cannot pretend to speak with much precision. As no + bounty was-paid upon the outfit of the boat-fishery, no account was taken + of it by the officers of the customs or salt duties. + + Fourthly, In many parts of Scotland, during certain seasons of the year, + herrings make no inconsiderable part of the food of the common people. A + bounty which tended to lower their price in the home market, might + contribute a good deal to the relief of a great number of our + fellow-subjects, whose circumstances are by no means affluent. But the + herring-bus bounty contributes to no such good purpose. It has ruined the + boat fishery, which is by far the best adapted for the supply of the home + market; and the additional bounty of 2s:8d. the barrel upon exportation, + carries the greater part, more than two-thirds, of the produce of the + buss-fishery abroad. Between thirty and forty years ago, before the + establishment of the buss-bounty, 16s. the barrel, I have been assured, + was the common price of white herrings. Between ten and fifteen years ago, + before the boat-fishery was entirely ruined, the price was said to have + run from seventeen to twenty shillings the barrel. For these last five + years, it has, at an average, been at twenty-five shillings the barrel. + This high price, however, may have been owing to the real scarcity of the + herrings upon the coast of Scotland. I must observe, too, that the cask or + barrel, which is usually sold with the herrings, and of which the price is + included in all the foregoing prices, has, since the commencement of the + American war, risen to about double its former price, or from about 3s. to + about 6s. I must likewise observe, that the accounts I have received of + the prices of former times, have been by no means quite uniform and + consistent, and an old man of great accuracy and experience has assured + me, that, more than fifty years ago, a guinea was the usual price of a + barrel of good merchantable herrings; and this, I imagine, may still be + looked upon as the average price. All accounts, however, I think, agree + that the price has not been lowered in the home market in consequence of + the buss-bounty. + + When the undertakers of fisheries, after such liberal bounties have been + bestowed upon them, continue to sell their commodity at the same, or even + at a higher price than they were accustomed to do before, it might be + expected that their profits should be very great; and it is not improbable + that those of some individuals may have been so. In general, however, I + have every reason to believe they have been quite otherwise. The usual + effect of such bounties is, to encourage rash undertakers to adventure in + a business which they do not understand; and what they lose by their own + negligence and ignorance, more than compensates all that they can gain by + the utmost liberality of government. In 1750, by the same act which first + gave the bounty of 30s. the ton for the encouragement of the white herring + fishery (the 23d Geo. II. chap. 24), a joint stock company was erected, + with a capital of £500,000, to which the subscribers (over and above all + other encouragements, the tonnage bounty just now mentioned, the + exportation bounty of 2s:8d. the barrel, the delivery of both British and + foreign salt duty free) were, during the space of fourteen years, for + every hundred pounds which they subscribed and paid into the stock of the + society, entitled to three pounds a-year, to be paid by the + receiver-general of the customs in equal half-yearly payments. Besides + this great company, the residence of whose governor and directors was to + be in London, it was declared lawful to erect different fishing chambers + in all the different out-ports of the kingdom, provided a sum not less + than £10,000 was subscribed into the capital of each, to be managed at its + own risk, and for its own profit and loss. The same annuity, and the same + encouragements of all kinds, were given to the trade of those inferior + chambers as to that of the great company. The subscription of the great + company was soon filled up, and several different fishing chambers were + erected in the different out-ports of the kingdom. In spite of all these + encouragements, almost all those different companies, both great and + small, lost either the whole or the greater part of their capitals; scarce + a vestige now remains of any of them, and the white-herring fishery is now + entirely, or almost entirely, carried on by private adventurers. + + If any particular manufacture was necessary, indeed, for the defence of + the society, it might not always be prudent to depend upon our neighbours + for the supply; and if such manufacture could not otherwise be supported + at home, it might not be unreasonable that all the other branches of + industry should be taxed in order to support it. The bounties upon the + exportation of British made sail-cloth, and British made gunpowder, may, + perhaps, both be vindicated upon this principle. + + But though it can very seldom be reasonable to tax the industry of the + great body of the people, in order to support that of some particular + class of manufacturers; yet, in the wantonness of great prosperity, when + the public enjoys a greater revenue than it knows well what to do with, to + give such bounties to favourite manufactures, may, perhaps, be as natural + as to incur any other idle expense. In public, as well as in private + expenses, great wealth, may, perhaps, frequently be admitted as an apology + for great folly. But there must surely be something more than ordinary + absurdity in continuing such profusion in times of general difficulty and + distress. + + What is called a bounty, is sometimes no more than a drawback, and, + consequently, is not liable to the same objections as what is properly a + bounty. The bounty, for example, upon refined sugar exported, may be + considered as a drawback of the duties upon the brown and Muscovado + sugars, from which it is made; the bounty upon wrought silk exported, a + drawback of the duties upon raw and thrown silk imported; the bounty upon + gunpowder exported, a drawback of the duties upon brimstone and saltpetre + imported. In the language of the customs, those allowances only are called + drawbacks which are given upon goods exported in the same form in which + they are imported. When that form has been so altered by manufacture of + any kind as to come under a new denomination, they are called bounties. + + Premiums given by the public to artists and manufacturers, who excel in + their particular occupations, are not liable to the same objections as + bounties. By encouraging extraordinary dexterity and ingenuity, they serve + to keep up the emulation of the workmen actually employed in those + respective occupations, and are not considerable enough to turn towards + any one of them a greater share of the capital of the country than what + would go to it of its own accord. Their tendency is not to overturn the + natural balance of employments, but to render the work which is done in + each as perfect and complete as possible. The expense of premiums, + besides, is very trifling, that of bounties very great. The bounty upon + corn alone has sometimes cost the public, in one year, more than £300,000. + + Bounties are sometimes called premiums, as drawbacks are sometimes called + bounties. But we must, in all cases, attend to the nature of the thing, + without paying any regard to the word. + + Digression concerning the Corn Trade and Corn Laws. + + I cannot conclude this chapter concerning bounties, without observing, + that the praises which have been bestowed upon the law which establishes + the bounty upon the exportation of corn, and upon that system of + regulations which is connected with it, are altogether unmerited. A + particular examination of the nature of the corn trade, and of the + principal British laws which relate to it, will sufficiently demonstrate + the truth of this assertion. The great importance of this subject must + justify the length of the digression. + + The trade of the corn merchant is composed of four different branches, + which, though they may sometimes be all carried on by the same person, + are, in their own nature, four separate and distinct trades. These are, + first, the trade of the inland dealer; secondly, that of the + merchant-importer for home consumption; thirdly, that of the + merchant-exporter of home produce for foreign consumption; and, fourthly, + that of the merchant-carrier, or of the importer of corn, in order to + export it again. + + I. The interest of the inland dealer, and that of the great body of the + people, how opposite soever they may at first appear, are, even in years + of the greatest scarcity, exactly the same. It is his interest to raise + the price of his corn as high as the real scarcity of the season + requires, and it can never be his interest to raise it higher. By raising + the price, he discourages the consumption, and puts every body more or + less, but particularly the inferior ranks of people, upon thrift and good + management. If, by raising it too high, he discourages the consumption so + much that the supply of the season is likely to go beyond the consumption + of the season, and to last for some time after the next crop begins to + come in, he runs the hazard, not only of losing a considerable part of + his corn by natural causes, but of being obliged to sell what remains of + it for much less than what he might have had for it several months + before. If, by not raising the price high enough, he discourages the + consumption so little, that the supply of the season is likely to fall + short of the consumption of the season, he not only loses a part of the + profit which he might otherwise have made, but he exposes the people to + suffer before the end of the season, instead of the hardships of a + dearth, the dreadful horrors of a famine. It is the interest of the + people that their daily, weekly, and monthly consumption should be + proportioned as exactly as possible to the supply of the season. The + interest of the inland corn dealer is the same. By supplying them, as + nearly as he can judge, in this proportion, he is likely to sell all his + corn for the highest price, and with the greatest profit; and his + knowledge of the state of the crop, and of his daily, weekly, and monthly + sales, enables him to judge, with more or less accuracy, how far they + really are supplied in this manner. Without intending the interest of the + people, he is necessarily led, by a regard to his own interest, to treat + them, even in years of scarcity, pretty much in the same manner as the + prudent master of a vessel is sometimes obliged to treat his crew. When + he foresees that provisions are likely to run short, he puts them upon + short allowance. Though from excess of caution he should sometimes do + this without any real necessity, yet all the inconveniencies which his + crew can thereby suffer are inconsiderable, in comparison of the danger, + misery, and ruin, to which they might sometimes be exposed by a less + provident conduct. Though, from excess of avarice, in the same manner, + the inland corn merchant should sometimes raise the price of his corn + somewhat higher than the scarcity of the season requires, yet all the + inconveniencies which the people can suffer from this conduct, which + effectually secures them from a famine in the end of the season, are + inconsiderable, in comparison of what they might have been exposed to by + a more liberal way of dealing in the beginning of it the corn merchant + himself is likely to suffer the most by this excess of avarice; not only + from the indignation which it generally excites against him, but, though + he should escape the effects of this indignation, from the quantity of + corn which it necessarily leaves upon his hands in the end of the season, + and which, if the next season happens to prove favourable, he must always + sell for a much lower price than he might otherwise have had. + + Were it possible, indeed, for one great company of merchants to possess + themselves of the whole crop of an extensive country, it might perhaps be + their interest to deal with it, as the Dutch are said to do with the + spiceries of the Moluccas, to destroy or throw away a considerable part of + it, in order to keep up the price of the rest. But it is scarce possible, + even by the violence of law, to establish such an extensive monopoly with + regard to corn; and wherever the law leaves the trade free, it is of all + commodities the least liable to be engrossed or monopolised by the force + a few large capitals, which buy up the greater part of it. Not only its + value far exceeds what the capitals of a few private men are capable of + purchasing; but, supposing they were capable of purchasing it, the manner + in which it is produced renders this purchase altogether impracticable. + As, in every civilized country, it is the commodity of which the annual + consumption is the greatest; so a greater quantity of industry is annually + employed in producing corn than in producing any other commodity. When it + first comes from the ground, too, it is necessarily divided among a + greater number of owners than any other commodity; and these owners can + never be collected into one place, like a number of independent + manufacturers, but are necessarily scattered through all the different + corners of the country. These first owners either immediately supply the + consumers in their own neighbourhood, or they supply other inland dealers, + who supply those consumers. The inland dealers in corn, therefore, + including both the farmer and the baker, are necessarily more numerous + than the dealers in any other commodity; and their dispersed situation + renders it altogether impossible for them to enter into any general + combination. If, in a year of scarcity, therefore, any of them should find + that he had a good deal more corn upon hand than, at the current price, he + could hope to dispose of before the end of the season, he would never + think of keeping up this price to his own loss, and to the sole benefit of + his rivals and competitors, but would immediately lower it, in order to + get rid of his corn before the new crop began to come in. The same + motives, the same interests, which would thus regulate the conduct of any + one dealer, would regulate that of every other, and oblige them all in + general to sell their corn at the price which, according to the best of + their judgment, was most suitable to the scarcity or plenty of the season. + + Whoever examines, with attention, the history of the dearths and famines + which have afflicted any part of Europe during either the course of the + present or that of the two preceding centuries, of several of which we + have pretty exact accounts, will find, I believe, that a dearth never has + arisen from any combination among the inland dealers in corn, nor from any + other cause but a real scarcity, occasioned sometimes, perhaps, and in + some particular places, by the waste of war, but in by far the greatest + number of cases by the fault of the seasons; and that a famine has never + arisen from any other cause but the violence of government attempting, by + improper means, to remedy the inconveniencies of a dearth. + + In an extensive corn country, between all the different parts of which + there is a free commerce and communication, the scarcity occasioned by the + most unfavourable seasons can never be so great as to produce a famine; + and the scantiest crop, if managed with frugality and economy, will + maintain, through the year, the same number of people that are commonly + fed in a more affluent manner by one of moderate plenty. The seasons most + unfavourable to the crop are those of excessive drought or excessive rain. + But as corn grows equally upon high and low lands, upon grounds that are + disposed to be too wet, and upon those that are disposed to be too dry, + either the drought or the rain, which is hurtful to one part of the + country, is favourable to another; and though, both in the wet and in the + dry season, the crop is a good deal less than in one more properly + tempered; yet, in both, what is lost in one part of the country is in some + measure compensated by what is gained in the other. In rice countries, + where the crop not only requires a very moist soil, but where, in a + certain period of its growing, it must be laid under water, the effects of + a drought are much more dismal. Even in such countries, however, the + drought is, perhaps, scarce ever so universal as necessarily to occasion a + famine, if the government would allow a free trade. The drought in Bengal, + a few years ago, might probably have occasioned a very great dearth. Some + improper regulations, some injudicious restraints, imposed by the servants + of the East India Company upon the rice trade, contributed, perhaps, to + turn that dearth into a famine. + + When the government, in order to remedy the inconveniencies of a dearth, + orders all the dealers to sell their corn at what it supposes a reasonable + price, it either hinders them from bringing it to market, which may + sometimes produce a famine even in the beginning of the season; or, if + they bring it thither, it enables the people, and thereby encourages them + to consume it so fast as must necessarily produce a famine before the end + of the season. The unlimited, unrestrained freedom of the corn trade, as + it is the only effectual preventive of the miseries of a famine, so it is + the best palliative of the inconveniencies of a dearth; for the + inconveniencies of a real scarcity cannot be remedied; they can only be + palliated. No trade deserves more the full protection of the law, and no + trade requires it so much; because no trade is so much exposed to popular + odium. + + In years of scarcity, the inferior ranks of people impute their distress + to the avarice of the corn merchant, who becomes the object of their + hatred and indignation. Instead of making profit upon such occasions, + therefore, he is often in danger of being utterly ruined, and of having + his magazines plundered and destroyed by their violence. It is in years of + scarcity, however, when prices are high, that the corn merchant expects to + make his principal profit. He is generally in contract with some farmers + to furnish him, for a certain number of years, with a certain quantity of + corn, at a certain price. This contract price is settled according to what + is supposed to be the moderate and reasonable, that is, the ordinary or + average price, which, before the late years of scarcity, was commonly + about 28s. for the quarter of wheat, and for that of other grain in + proportion. In years of scarcity, therefore, the corn merchant buys a + great part of his corn for the ordinary price, and sells it for a much + higher. That this extraordinary profit, however, is no more than + sufficient to put his trade upon a fair level with other trades, and to + compensate the many losses which he sustains upon other occasions, both + from the perishable nature of the commodity itself, and from the frequent + and unforeseen fluctuations of its price, seems evident enough, from this + single circumstance, that great fortunes are as seldom made in this as in + any other trade. The popular odium, however, which attends it in years of + scarcity, the only years in which it can be very profitable, renders + people of character and fortune averse to enter into it. It is abandoned + to an inferior set of dealers; and millers, bakers, meal-men, and + meal-factors, together with a number of wretched hucksters, are almost the + only middle people that, in the home market, come between the grower and + the consumer. + + The ancient policy of Europe, instead of discountenancing this popular + odium against a trade so beneficial to the public, seems, on the contrary, + to have authorised and encouraged it. + + By the 5th and 6th of Edward VI cap. 14, it was enacted, that whoever + should buy any corn or grain, with intent to sell it again, should be + reputed an unlawful engrosser, and should, for the first fault, suffer two + months imprisonment, and forfeit the value of the corn; for the second, + suffer six months imprisonment, and forfeit double the value; and, for the + third, be set in the pillory, suffer imprisonment during the king’s + pleasure, and forfeit all his goods and chattels. The ancient policy of + most other parts of Europe was no better than that of England. + + Our ancestors seem to have imagined, that the people would buy their corn + cheaper of the farmer than of the corn merchant, who, they were afraid, + would require, over and above the price which he paid to the farmer, an + exorbitant profit to himself. They endeavoured, therefore, to annihilate + his trade altogether. They even endeavoured to hinder, as much as + possible, any middle man of any kind from coming in between the grower and + the consumer; and this was the meaning of the many restraints which they + imposed upon the trade of those whom they called kidders, or carriers of + corn; a trade which nobody was allowed to exercise without a licence, + ascertaining his qualifications as a man of probity and fair dealing. The + authority of three justices of the peace was, by the statute of Edward VI. + necessary in order to grant this licence. But even this restraint was + afterwards thought insufficient, and, by a statute of Elizabeth, the + privilege of granting it was confined to the quarter-sessions. + + The ancient policy of Europe endeavoured, in this manner, to regulate + agriculture, the great trade of the country, by maxims quite different + from those which it established with regard to manufactures, the great + trade of the towns. By leaving a farmer no other customers but either the + consumers or their immediate factors, the kidders and carriers of corn, it + endeavoured to force him to exercise the trade, not only of a farmer, but + of a corn merchant, or corn retailer. On the contrary, it, in many cases, + prohibited the manufacturer from exercising the trade of a shopkeeper, or + from selling his own goods by retail. It meant, by the one law, to promote + the general interest of the country, or to render corn cheap, without, + perhaps, its being well understood how this was to be done. By the other, + it meant to promote that of a particular order of men, the shopkeepers, + who would be so much undersold by the manufacturer, it was supposed, that + their trade would be ruined, if he was allowed to retail at all. + + The manufacturer, however, though he had been allowed to keep a shop, and + to sell his own goods by retail, could not have undersold the common + shopkeeper. Whatever part of his capital he might have placed in his shop, + he must have withdrawn it from his manufacture. In order to carry on his + business on a level with that of other people, as he must have had the + profit of a manufacturer on the one part, so he must have had that of a + shopkeeper upon the other. Let us suppose, for example, that in the + particular town where he lived, ten per cent. was the ordinary profit both + of manufacturing and shopkeeping stock; he must in this case have charged + upon every piece of his own goods, which he sold in his shop, a profit of + twenty per cent. When he carried them from his workhouse to his shop, he + must have valued them at the price for which he could have sold them to a + dealer or shopkeeper, who would have bought them by wholesale. If he + valued them lower, he lost a part of the profit of his manufacturing + capital. When, again, he sold them from his shop, unless he got the same + price at which a shopkeeper would have sold them, he lost a part of the + profit of his shop-keeping capital. Though he might appear, therefore, to + make a double profit upon the same piece of goods, yet, as these goods + made successively a part of two distinct capitals, he made but a single + profit upon the whole capital employed about them; and if he made less + than his profit, he was a loser, and did not employ his whole capital with + the same advantage as the greater part of his neighbours. + + What the manufacturer was prohibited to do, the farmer was in some measure + enjoined to do; to divide his capital between two different employments; + to keep one part of it in his granaries and stack-yard, for supplying the + occasional demands of the market, and to employ the other in the + cultivation of his land. But as he could not afford to employ the latter + for less than the ordinary profits of farming stock, so he could as little + afford to employ the former for less than the ordinary profits of + mercantile stock. Whether the stock which really carried on the business + of a corn merchant belonged to the person who was called a farmer, or to + the person who was called a corn merchant, an equal profit was in both + cases requisite, in order to indemnify its owner for employing it in this + manner, in order to put his business on a level with other trades, and in + order to hinder him from having an interest to change it as soon as + possible for some other. The farmer, therefore, who was thus forced to + exercise the trade of a corn merchant, could not afford to sell his corn + cheaper than any other corn merchant would have been obliged to do in the + case of a free competition. + + The dealer who can employ his whole stock in one single branch of + business, has an advantage of the same kind with the workman who can + employ his whole labour in one single operation. As the latter acquires a + dexterity which enables him, with the same two hands, to perform a much + greater quantity of work, so the former acquires so easy and ready a + method of transacting his business, of buying and disposing of his goods, + that with the same capital he can transact a much greater quantity of + business. As the one can commonly afford his work a good deal cheaper, so + the other can commonly afford his goods somewhat cheaper, than if his + stock and attention were both employed about a greater variety of objects. + The greater part of manufacturers could not afford to retail their own + goods so cheap as a vigilant and active shopkeeper, whose sole business it + was to buy them by wholesale and to retail them again. The greater part of + farmers could still less afford to retail their own corn, to supply the + inhabitants of a town, at perhaps four or five miles distance from the + greater part of them, so cheap as a vigilant and active corn merchant, + whose sole business it was to purchase corn by wholesale, to collect it + into a great magazine, and to retail it again. + + The law which prohibited the manufacturer from exercising the trade of a + shopkeeper, endeavoured to force this division in the employment of stock + to go on faster than it might otherwise have done. The law which obliged + the farmer to exercise the trade of a corn merchant, endeavoured to hinder + it from going on so fast. Both laws were evident violations of natural + liberty, and therefore unjust; and they were both, too, as impolitic as + they were unjust. It is the interest of every society, that things of this + kind should never either he forced or obstructed. The man who employs + either his labour or his stock in a greater variety of ways than his + situation renders necessary, can never hurt his neighbour by underselling + him. He may hurt himself, and he generally does so. Jack-of-all-trades + will never be rich, says the proverb. But the law ought always to trust + people with the care of their own interest, as in their local situations + they must generally be able to judge better of it than the legislature can + do. The law, however, which obliged the farmer to exercise the trade of a + corn merchant was by far the most pernicious of the two. + + It obstructed not only that division in the employment of stock which is + so advantageous to every society, but it obstructed likewise the + improvement and cultivation of the land. By obliging the farmer to carry + on two trades instead of one, it forced him to divide his capital into two + parts, of which one only could be employed in cultivation. But if he had + been at liberty to sell his whole crop to a corn merchant as fast as he + could thresh it out, his whole capital might have returned immediately to + the land, and have been employed in buying more cattle, and hiring more + servants, in order to improve and cultivate it better. But by being + obliged to sell his corn by retail, he was obliged to keep a great part of + his capital in his granaries and stack-yard through the year, and could + not therefore cultivate so well as with the same capital he might + otherwise have done. This law, therefore, necessarily obstructed the + improvement of the land, and, instead of tending to render corn cheaper, + must have tended to render it scarcer, and therefore dearer, than it would + otherwise have been. + + After the business of the farmer, that of the corn merchant is in reality + the trade which, if properly protected and encouraged, would contribute + the most to the raising of corn. It would support the trade of the farmer, + in the same manner as the trade of the wholesale dealer supports that of + the manufacturer. + + The wholesale dealer, by affording a ready market to the manufacturer, by + taking his goods off his hand as fast as he can make them, and by + sometimes even advancing their price to him before he has made them, + enables him to keep his whole capital, and sometimes even more than his + whole capital, constantly employed in manufacturing, and consequently to + manufacture a much greater quantity of goods than if he was obliged to + dispose of them himself to the immediate consumers, or even to the + retailers. As the capital of the wholesale merchant, too, is generally + sufficient to replace that of many manufacturers, this intercourse between + him and them interests the owner of a large capital to support the owners + of a great number of small ones, and to assist them in those losses and + misfortunes which might otherwise prove ruinous to them. + + An intercourse of the same kind universally established between the + farmers and the corn merchants, would be attended with effects equally + beneficial to the farmers. They would be enabled to keep their whole + capitals, and even more than their whole capitals constantly employed in + cultivation. In case of any of those accidents to which no trade is more + liable than theirs, they would find in their ordinary customer, the + wealthy corn merchant, a person who had both an interest to support them, + and the ability to do it; and they would not, as at present, be entirely + dependent upon the forbearance of their landlord, or the mercy of his + steward. Were it possible, as perhaps it is not, to establish this + intercourse universally, and all at once; were it possible to turn all at + once the whole farming stock of the kingdom to its proper business, the + cultivation of land, withdrawing it from every other employment into which + any part of it may be at present diverted; and were it possible, in order + to support and assist, upon occasion, the operations of this great stock, + to provide all at once another stock almost equally great; it is not, + perhaps, very easy to imagine how great, how extensive, and how sudden, + would be the improvement which this change of circumstances would alone + produce upon the whole face of the country. + + The statute of Edward VI. therefore, by prohibiting as much as possible + any middle man from coming in between the grower and the consumer, + endeavoured to annihilate a trade, of which the free exercise is not only + the best palliative of the inconveniencies of a dearth, but the best + preventive of that calamity; after the trade of the farmer, no trade + contributing so much to the growing of corn as that of the corn merchant. + + The rigour of this law was afterwards softened by several subsequent + statutes, which successively permitted the engrossing of corn when the + price of wheat should not exceed 20s. and 24s. 32s. and 40s. the quarter. + At last, by the 15th of Charles II. c.7, the engrossing or buying of corn, + in order to sell it again, as long as the price of wheat did not exceed + 48s. the quarter, and that of other grain in proportion, was declared + lawful to all persons not being forestallers, that is, not selling again + in the same market within three months. All the freedom which the trade of + the inland corn dealer has ever yet enjoyed was bestowed upon it by this + statute. The statute of the twelfth of the present king, which repeals + almost all the other ancient laws against engrossers and forestallers, + does not repeal the restrictions of this particular statute, which + therefore still continue in force. + + This statute, however, authorises in some measure two very absurd popular + prejudices. + + First, It supposes, that when the price of wheat has risen so high as 48s. + the quarter, and that of other grain in proportion, corn is likely to be + so engrossed as to hurt the people. But, from what has been already said, + it seems evident enough, that corn can at no price be so engrossed by the + inland dealers as to hurt the people; and 48s. the quarter, besides, + though it may be considered as a very high price, yet, in years of + scarcity, it is a price which frequently takes place immediately after + harvest, when scarce any part of the new crop can be sold off, and when it + is impossible even for ignorance to suppose that any part of it can be so + engrossed as to hurt the people. + + Secondly, It supposes that there is a certain price at which corn is + likely to be forestalled, that is, bought up in order to be sold again + soon after in the same market, so as to hurt the people. But if a merchant + ever buys up corn, either going to a particular market, or in a particular + market, in order to sell it again soon after in the same market, it must + be because he judges that the market cannot be so liberally supplied + through the whole season as upon that particular occasion, and that the + price, therefore, must soon rise. If he judges wrong in this, and if the + price does not rise, he not only loses the whole profit of the stock which + he employs in this manner, but a part of the stock itself, by the expense + and loss which necessarily attend the storing and keeping of corn. He + hurts himself, therefore, much more essentially than he can hurt even the + particular people whom he may hinder from supplying themselves upon that + particular market day, because they may afterwards supply themselves just + as cheap upon any other market day. If he judges right, instead of hurting + the great body of the people, he renders them a most important service. By + making them feel the inconveniencies of a dearth somewhat earlier than + they otherwise might do, he prevents their feeling them afterwards so + severely as they certainly would do, if the cheapness of price encouraged + them to consume faster than suited the real scarcity of the season. When + the scarcity is real, the best thing that can be done for the people is, + to divide the inconvenience of it as equally as possible, through all the + different months and weeks and days of the year. The interest of the corn + merchant makes him study to do this as exactly as he can; and as no other + person can have either the same interest, or the same knowledge, or the + same abilities, to do it so exactly as he, this most important operation + of commerce ought to be trusted entirely to him; or, in other words, the + corn trade, so far at least as concerns the supply of the home market, + ought to be left perfectly free. + + The popular fear of engrossing and forestalling may be compared to the + popular terrors and suspicions of witchcraft. The unfortunate wretches + accused of this latter crime were not more innocent of the misfortunes + imputed to them, than those who have been accused of the former. The law + which put an end to all prosecutions against witchcraft, which put it out + of any man’s power to gratify his own malice by accusing his neighbour of + that imaginary crime, seems effectually to have put an end to those fears + and suspicions, by taking away the great cause which encouraged and + supported them. The law which would restore entire freedom to the inland + trade of corn, would probably prove as effectual to put an end to the + popular fears of engrossing and forestalling. + + The 15th of Charles II. c. 7, however, with all its imperfections, has, + perhaps, contributed more, both to the plentiful supply of the home + market, and to the increase of tillage, than any other law in the statute + book. It is from this law that the inland corn trade has derived all the + liberty and protection which it has ever yet enjoyed; and both the supply + of the home market and the interest of tillage are much more effectually + promoted by the inland, than either by the importation or exportation + trade. + + The proportion of the average quantity of all sorts of grain imported into + Great Britain to that of all sorts of grain consumed, it has been computed + by the author of the Tracts upon the Corn Trade, does not exceed that of + one to five hundred and seventy. For supplying the home market, therefore, + the importance of the inland trade must be to that of the importation + trade as five hundred and seventy to one. + + The average quantity of all sorts of grain exported from Great Britain + does not, according to the same author, exceed the one-and-thirtieth part + of the annual produce. For the encouragement of tillage, therefore, by + providing a market for the home produce, the importance of the inland + trade must be to that of the exportation trade as thirty to one. + + I have no great faith in political arithmetic, and I mean not to warrant + the exactness of either of these computations. I mention them only in + order to show of how much less consequence, in the opinion of the most + judicious and experienced persons, the foreign trade of corn is than the + home trade. The great cheapness of corn in the years immediately preceding + the establishment of the bounty may, perhaps with reason, he ascribed in + some measure to the operation of this statute of Charles II. which had + been enacted about five-and-twenty years before, and which had, therefore, + full time to produce its effect. + + A very few words will sufficiently explain all that I have to say + concerning the other three branches of the corn trade. + + II. The trade of the merchant-importer of foreign corn for home + consumption, evidently contributes to the immediate supply of the home + market, and must so far be immediately beneficial to the great body of the + people. It tends, indeed, to lower somewhat the average money price of + corn, but not to diminish its real value, or the quantity of labour which + it is capable of maintaining. If importation was at all times free, our + farmers and country gentlemen would probably, one year with another, get + less money for their corn than they do at present, when importation is at + most times in effect prohibited; but the money which they got would be of + more value, would buy more goods of all other kinds, and would employ more + labour. Their real wealth, their real revenue, therefore, would be the + same as at present, though it might be expressed by a smaller quantity of + silver, and they would neither be disabled nor discouraged from + cultivating corn as much as they do at present. On the contrary, as the + rise in the real value of silver, in consequence of lowering the money + price of corn, lowers somewhat the money price of all other commodities, + it gives the industry of the country where it takes place some advantage + in all foreign markets and thereby tends to encourage and increase that + industry. But the extent of the home market for corn must be in proportion + to the general industry of the country where it grows, or to the number of + those who produce something else, and therefore, have something else, or, + what comes to the same thing, the price of something else, to give in + exchange for corn. But in every country, the home market, as it is the + nearest and most convenient, so is it likewise the greatest and most + important market for corn. That rise in the real value of silver, + therefore, which is the effect of lowering the average money price of + corn, tends to enlarge the greatest and most important market for corn, + and thereby to encourage, instead of discouraging its growth. + + By the 22d of Charles II. c. 13, the importation of wheat, whenever the + price in the home market did not exceed 53s:4d. the quarter, was subjected + to a duty of 16s. the quarter; and to a duty of 8s. whenever the price did + not exceed £4. The former of these two prices has, for more than a century + past, taken place only in times of very great scarcity; and the latter + has, so far as I know, not taken place at all. Yet, till wheat has risen + above this latter price, it was, by this statute, subjected to a very high + duty; and, till it had risen above the former, to a duty which amounted to + a prohibition. The importation of other sorts of grain was restrained at + rates and by duties, in proportion to the value of the grain, almost + equally high. Before the 13th of the present king, the following were the + duties payable upon the importation of the different sorts of grain: + + + Grain. Duties. Duties Duties. + Beans to 28s. per qr. 19s:10d. after till 40s. 16s:8d. then 12d. + Barley to 28s. - 19s:10d. - 32s. 16s. - 12d. + Malt is prohibited by the annual malt-tax bill. + Oats to 16s. - 5s:10d. after - 9½d. + Pease to 40s. - 16s: 0d. after - 9¾d. + Rye to 36s. - 19s:10d. till 40s. 16s:8d - 12d. + Wheat to 44s. - 21s: 9d. till 53s:4d. 17s. - 8s. + till £4, and after that about 1s:4d. + Buck-wheat to 32s. per qr. to pay 16s. + + + + These different duties were imposed, partly by the 22d of Charles II. in + place of the old subsidy, partly by the new subsidy, by the one-third and + two-thirds subsidy, and by the subsidy 1747. Subsequent laws still further + increased those duties. + + The distress which, in years of scarcity, the strict execution of those + laws might have brought upon the people, would probably have been very + great; but, upon such occasions, its execution was generally suspended by + temporary statutes, which permitted, for a limited time, the importation + of foreign corn. The necessity of these temporary statutes sufficiently + demonstrates the impropriety of this general one. + + These restraints upon importation, though prior to the establishment of + the bounty, were dictated by the same spirit, by the same principles, + which afterwards enacted that regulation. How hurtful soever in + themselves, these, or some other restraints upon importation, became + necessary in consequence of that regulation. If, when wheat was either + below 48s. the quarter, or not much above it, foreign corn could have been + imported, either duty free, or upon paying only a small duty, it might + have been exported again, with the benefit of the bounty, to the great + loss of the public revenue, and to the entire perversion of the + institution, of which the object was to extend the market for the home + growth, not that for the growth of foreign countries. + + III. The trade of the merchant-exporter of corn for foreign consumption, + certainly does not contribute directly to the plentiful supply of the home + market. It does so, however, indirectly. From whatever source this supply + maybe usually drawn, whether from home growth, or from foreign + importation, unless more corn is either usually grown, or usually imported + into the country, than what is usually consumed in it, the supply of the + home market can never be very plentiful. But unless the surplus can, in + all ordinary cases, be exported, the growers will be careful never to grow + more, and the importers never to import more, than what the bare + consumption of the home market requires. That market will very seldom be + overstocked; but it will generally be understocked; the people, whose + business it is to supply it, being generally afraid lest their goods + should be left upon their hands. The prohibition of exportation limits the + improvement and cultivation of the country to what the supply of its own + inhabitants require. The freedom of exportation enables it to extend + cultivation for the supply of foreign nations. + + By the 12th of Charles II. c.4, the exportation of corn was permitted + whenever the price of wheat did not exceed 40s. the quarter, and that of + other grain in proportion. By the 15th of the same prince, this liberty + was extended till the price of wheat exceeded 48s. the quarter; and by the + 22d, to all higher prices. A poundage, indeed, was to be paid to the king + upon such exportation; but all grain was rated so low in the book of + rates, that this poundage amounted only, upon wheat to 1s., upon oats to + 4d., and upon all other grain to 6d. the quarter. By the 1st of William + and Mary, the act which established this bounty, this small duty was + virtually taken off whenever the price of wheat did not exceed 48s. the + quarter; and by the 11th and 12th of William III. c. 20, it was expressly + taken off at all higher prices. + + The trade of the merchant-exporter was, in this manner, not only + encouraged by a bounty, but rendered much more free than that of the + inland dealer. By the last of these statutes, corn could be engrossed at + any price for exportation; but it could not be engrossed for inland sale, + except when the price did not exceed 48s. the quarter. The interest of the + inland dealer, however, it has already been shown, can never be opposite + to that of the great body of the people. That of the merchant-exporter + may, and in fact sometimes is. If, while his own country labours under a + dearth, a neighbouring country should be afflicted with a famine, it might + be his interest to carry corn to the latter country, in such quantities as + might very much aggravate the calamities of the dearth. The plentiful + supply of the home market was not the direct object of those statutes; + but, under the pretence of encouraging agriculture, to raise the money + price of corn as high as possible, and thereby to occasion, as much as + possible, a constant dearth in the home market. By the discouragement of + importation, the supply of that market; even in times of great scarcity, + was confined to the home growth; and by the encouragement of exportation, + when the price was so high as 48s. the quarter, that market was not, even + in times of considerable scarcity, allowed to enjoy the whole of that + growth. The temporary laws, prohibiting, for a limited time, the + exportation of corn, and taking off, for a limited time, the duties upon + its importation, expedients to which Great Britain has been obliged so + frequently to have recourse, sufficiently demonstrate the impropriety of + her general system. Had that system been good, she would not so frequently + have been reduced to the necessity of departing from it. + + Were all nations to follow the liberal system of free exportation and free + importation, the different states into which a great continent was + divided, would so far resemble the different provinces of a great empire. + As among the different provinces of a great empire, the freedom of the + inland trade appears, both from reason and experience, not only the best + palliative of a dearth, but the most effectual preventive of a famine; so + would the freedom of the exportation and importation trade be among the + different states into which a great continent was divided. The larger the + continent, the easier the communication through all the different parts of + it, both by land and by water, the less would any one particular part of + it ever be exposed to either of these calamities, the scarcity of any one + country being more likely to be relieved by the plenty of some other. But + very few countries have entirely adopted this liberal system. The freedom + of the corn trade is almost everywhere more or less restrained, and in + many countries is confined by such absurd regulations, as frequently + aggravate the unavoidable misfortune of a dearth into the dreadful + calamity of a famine. The demand of such countries for corn may frequently + become so great and so urgent, that a small state in their neighbourhood, + which happened at the same time to be labouring under some degree of + dearth, could not venture to supply them without exposing itself to the + like dreadful calamity. The very bad policy of one country may thus render + it, in some measure, dangerous and imprudent to establish what would + otherwise be the best policy in another. The unlimited freedom of + exportation, however, would be much less dangerous in great states, in + which the growth being much greater, the supply could seldom be much + affected by any quantity or corn that was likely to be exported. In a + Swiss canton, or in some of the little states in Italy, it may, perhaps, + sometimes be necessary to restrain the exportation of corn. In such great + countries as France or England, it scarce ever can. To hinder, besides, + the farmer from sending his goods at all times to the best market, is + evidently to sacrifice the ordinary laws of justice to an idea of public + utility, to a sort of reasons of state; an act or legislative authority + which ought to be exercised only, which can be pardoned only, in cases of + the most urgent necessity. The price at which exportation of corn is + prohibited, if it is ever to be prohibited, ought always to be a very high + price. + + The laws concerning corn may everywhere be compared to the laws concerning + religion. The people feel themselves so much interested in what relates + either to their subsistence in this life, or to their happiness in a life + to come, that government must yield to their prejudices, and, in order to + preserve the public tranquillity, establish that system which they approve + of. It is upon this account, perhaps, that we so seldom find a reasonable + system established with regard to either of those two capital objects. + + IV. The trade of the merchant-carrier, or of the importer of foreign corn, + in order to export it again, contributes to the plentiful supply of the + home market. It is not, indeed, the direct purpose of his trade to sell + his corn there; but he will generally be willing to do so, and even for a + good deal less money than he might expect in a foreign market; because he + saves in this manner the expense of loading and unloading, of freight and + insurance. The inhabitants of the country which, by means of the carrying + trade, becomes the magazine and storehouse for the supply of other + countries, can very seldom be in want themselves. Though the carrying + trade must thus contribute to reduce the average money price of corn in + the home market, it would not thereby lower its real value; it would only + raise somewhat the real value of silver. + + The carrying trade was in effect prohibited in Great Britain, upon all + ordinary occasions, by the high duties upon the importation of foreign + corn, of the greater part of which there was no drawback; and upon + extraordinary occasions, when a scarcity made it necessary to suspend + those duties by temporary statutes, exportation was always prohibited. By + this system of laws, therefore, the carrying trade was in effect + prohibited. + + That system of laws, therefore, which is connected with the establishment + of the bounty, seems to deserve no part of the praise which has been + bestowed upon it. The improvement and prosperity of Great Britain, which + has been so often ascribed to those laws, may very easily be accounted for + by other causes. That security which the laws in Great Britain give to + every man, that he shall enjoy the fruits of his own labour, is alone + sufficient to make any country flourish, notwithstanding these and twenty + other absurd regulations of commerce; and this security was perfected by + the Revolution, much about the same time that the bounty was established. + The natural effort of every individual to better his own condition, when + suffered to exert itself with freedom and security, is so powerful a + principle, that it is alone, and without any assistance, not only capable + of carrying on the society to wealth and prosperity, but of surmounting a + hundred impertinent obstructions, with which the folly of human laws too + often encumbers its operations: though the effect of those obstructions is + always, more or less, either to encroach upon its freedom, or to diminish + its security. In Great Britain industry is perfectly secure; and though it + is far from being perfectly free, it is as free or freer than in any other + part of Europe. + + Though the period of the greatest prosperity and improvement of Great + Britain has been posterior to that system of laws which is connected with + the bounty, we must not upon that account, impute it to those laws. It has + been posterior likewise to the national debt; but the national debt has + most assuredly not been the cause of it. + + Though the system of laws which is connected with the bounty, has exactly + the same tendency with the practice of Spain and Portugal, to lower + somewhat the value of the precious metals in the country where it takes + place; yet Great Britain is certainly one of the richest countries in + Europe, while Spain and Portugal are perhaps amongst the most beggarly. + This difference of situation, however, may easily be accounted for from + two different causes. First, the tax in Spain, the prohibition in Portugal + of exporting gold and silver, and the vigilant police which watches over + the execution of those laws, must, in two very poor countries, which + between them import annually upwards of six millions sterling, operate not + only more directly, but much more forcibly, in reducing the value of those + metals there, than the corn laws can do in Great Britain. And, secondly, + this bad policy is not in those countries counterbalanced by the general + liberty and security of the people. Industry is there neither free nor + secure; and the civil and ecclesiastical governments of both Spain and + Portugal are such as would alone be sufficient to perpetuate their present + state of poverty, even though their regulations of commerce were as wise + as the greatest part of them are absurd and foolish. + + The 13th of the present king, c. 43, seems to have established a new + system with regard to the corn laws, in many respects better than the + ancient one, but in one or two respects perhaps not quite so good. + + By this statute, the high duties upon importation for home consumption are + taken off, so soon as the price of middling wheat rises to 48s. the + quarter; that of middling rye, pease, or beans, to 32s.; that of barley to + 24s.; and that of oats to 16s.; and instead of them, a small duty is + imposed of only 6d upon the quarter of wheat, and upon that or other grain + in proportion. With regard to all those different sorts of grain, but + particularly with regard to wheat, the home market is thus opened to + foreign supplies, at prices considerably lower than before. + + By the same statute, the old bounty of 5s. upon the exportation of wheat, + ceases so soon as the price rises to 44s. the quarter, instead of 48s. the + price at which it ceased before; that of 2s:6d. upon the exportation of + barley, ceases so soon as the price rises to 22s. instead of 24s. the + price at which it ceased before; that of 2s:6d. upon the exportation of + oatmeal, ceases so soon as the price rises to 14s. instead of 15s. the + price at which it ceased before. The bounty upon rye is reduced from + 3s:6d. to 3s. and it ceases so soon as the price rises to 28s. instead of + 32s. the price at which it ceased before. If bounties are as improper as I + have endeavoured to prove them to be, the sooner they cease, and the lower + they are, so much the better. + + The same statute permits, at the lowest prices, the importation of corn in + order to be exported again, duty free, provided it is in the mean time + lodged in a warehouse under the joint locks of the king and the importer. + This liberty, indeed, extends to no more than twenty-five of the different + ports of Great Britain. They are, however, the principal ones; and there + may not, perhaps, be warehouses proper for this purpose in the greater + part of the others. + + So far this law seems evidently an improvement upon the ancient system. + + But by the same law, a bounty of 2s. the quarter is given for the + exportation of oats, whenever the price does not exceed fourteen + shillings. No bounty had ever been given before for the exportation of + this grain, no more than for that of pease or beans. + + By the same law, too, the exportation of wheat is prohibited so soon as + the price rises to forty-four shillings the quarter; that of rye so soon + as it rises to twenty-eight shillings; that of barley so soon as it rises + to twenty-two shillings; and that of oats so soon as they rise to fourteen + shillings. Those several prices seem all of them a good deal too low; and + there seems to be an impropriety, besides, in prohibiting exportation + altogether at those precise prices at which that bounty, which was given + in order to force it, is withdrawn. The bounty ought certainly either to + have been withdrawn at a much lower price, or exportation ought to have + been allowed at a much higher. + + So far, therefore, this law seems to be inferior to the ancient system. + With all its imperfections, however, we may perhaps say of it what was + said of the laws of Solon, that though not the best in itself, it is the + best which the interest, prejudices, and temper of the times, would admit + of. It may perhaps in due time prepare the way for a better. + + +## Extracted Entities + +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to sell again at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland trade --- + +# Inland Trade + +## Definition + +Commercial exchange that occurs within a country's borders, moving goods +from areas of production to areas of consumption through domestic +transportation and distribution networks. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of inland trade, particularly in corn, +arguing that it is more significant for national prosperity than foreign +trade and should be protected and encouraged rather than restricted. + +## Economic Domain + +Exchange + +--- +--- ENTITY: exportation trade --- + +# Exportation Trade + +## Definition + +The commercial activity of selling domestic goods to foreign buyers, +typically encouraged by government policies like bounties that make +exporting more profitable than domestic sales. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes exportation trade promoted by bounties as forcing capital +into less advantageous channels, arguing that it often comes at the expense +of the more important home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: importation trade --- + +# Importation Trade + +## Definition + +The commercial activity of bringing foreign goods into a country for +domestic consumption, often restricted by tariffs and prohibitions but +occasionally liberalized during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how importation trade can help supply the home market during +scarcity, but argues that the inland trade is generally more important for +national prosperity than foreign trade. + +## Economic Domain + +Exchange + +--- +--- ENTITY: carrying trade --- + +# Carrying Trade + +# Definition + +The commercial activity of transporting goods between foreign countries, +using one nation's ships and capital to facilitate trade between other +nations without direct involvement in production or final consumption. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how carrying trade can make a nation a "magazine and +storehouse" for other countries, potentially benefiting from the storage +and distribution services even when not directly involved in production. + +## Economic Domain + +Exchange + +--- +--- ENTITY: warehouse system --- + +# Warehouse System + +# Definition + +A storage and distribution arrangement where imported goods are held in +bonded warehouses under government supervision, allowing for temporary +storage before re-exportation without payment of import duties. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith mentions the warehouse system as a mechanism that facilitates the +carrying trade by allowing merchants to store goods duty-free while +arranging for their re-exportation to other markets. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public good versus private interest --- + +# Public Good Versus Private Interest + +# Definition + +The tension between policies that benefit specific commercial interests +and those that serve the broader welfare of society, often manifested in +conflicts between merchants seeking special privileges and the general +public bearing the costs. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith consistently argues throughout the chapter that bounties and trade +restrictions benefit private interests at public expense, creating a +fundamental misalignment between individual profit-seeking and national +prosperity. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural liberty in trade --- + +# Natural Liberty in Trade + +# Definition + +The freedom of individuals to engage in commerce and exchange without +government interference, allowing market forces to determine prices, +production, and distribution through voluntary transactions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for natural liberty in trade as the ideal condition that +maximizes efficiency and prosperity, arguing that artificial restrictions +like bounties only create inefficiencies and higher prices. + +## Economic Domain + +General Theory + +--- +--- ENTITY: artificial direction of industry --- + +# Artificial Direction of Industry + +# Definition + +Government policies and regulations that attempt to channel economic activity +into specific sectors or trades, overriding the natural market preferences +of individuals and businesses. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes bounties and trade restrictions as artificial directions +of industry that force capital and labor into less advantageous channels +than they would naturally choose in a free market. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural course of things --- + +# Natural Course of Things + +# Definition + +The spontaneous economic order that emerges when individuals are free to +pursue their own interests through voluntary exchange, without government +intervention or artificial direction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the natural course of economic development with the +artificial interventions of the mercantile system, arguing that the former +leads to greater prosperity and efficiency. + +## Economic Domain + +General Theory + +--- +--- ENTITY: public tranquillity --- + +# Public Tranquillity + +# Definition + +The social peace and stability maintained by government through the +establishment of economic systems and regulations that are acceptable to +the general population, even when those systems may not be economically +optimal. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith acknowledges that governments must sometimes establish economic +systems that align with popular prejudices rather than economic efficiency, +in order to maintain social stability and prevent unrest. + +## Economic Domain + +General Theory + +--- +--- ENTITY: political arithmetic --- + +# Political Arithmetic + +# Definition + +The quantitative analysis of economic and political phenomena through +statistical measurement and numerical calculation, used to evaluate the +effects of policies and institutions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith expresses skepticism about the precision of political arithmetic, +while still using numerical examples to illustrate his arguments about the +relative importance of different types of trade. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic development sequence --- + +# Economic Development Sequence + +# Definition + +The natural progression of economic activity from subsistence agriculture +through manufacturing to foreign trade, with each stage building upon and +supporting the previous ones in a hierarchical development pattern. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that economic development follows a natural sequence that +should not be inverted by artificial policies, with inland trade and +domestic manufacturing preceding and supporting foreign commerce. + +## Economic Domain + +General Theory + +--- +--- ENTITY: market size threshold --- + +# Market Size Threshold + +# Definition + +The minimum scale of commercial exchange necessary to support specialized +production and the division of labor, beyond which economic efficiency and +productivity can increase dramatically. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions can affect market size +and the ability of producers to achieve the scale necessary for efficient +specialization and productivity gains. + +## Economic Domain + +Exchange + +--- +--- ENTITY: variety of talents --- + +# Variety of Talents + +# Definition + +The diverse skills, abilities, and specializations that individuals develop +through the division of labor, creating a complex web of complementary +capabilities within an economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes how the variety of talents developed through specialization +contributes to economic productivity, arguing that artificial restrictions +on trade can limit the development and utilization of these diverse skills. + +## Economic Domain + +Production + +--- +--- ENTITY: requisite variety --- + +# Requisite Variety + +# Definition + +The principle that effective regulation requires the controlling system to +possess at least as much complexity and adaptability as the system being +controlled, ensuring adequate responsiveness to changing conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +While not using the modern term, Smith's arguments about the need for +flexible and responsive economic policies that can adapt to changing +conditions reflect the principle of requisite variety in economic regulation. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic autonomy --- + +# Economic Autonomy + +# Definition + +The degree of freedom granted to economic actors to make decisions about +production, exchange, and investment without external interference or +coercion from government authorities or other controlling entities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for maximum economic autonomy consistent with systemic +stability, arguing that individuals are best positioned to make decisions +about their own economic interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: systemic stability --- + +# Systemic Stability + +# Definition + +The capacity of an economic system to maintain its essential functions and +relationships while adapting to external changes and internal pressures, +preventing collapse or severe dysfunction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of bounties and trade restrictions is fundamentally about +maintaining systemic stability while avoiding the artificial instabilities +created by government interventions in natural market processes. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic identity --- + +# Economic Identity + +# Definition + +The distinctive character and purpose of an economic system, shaped by its +core values, institutional arrangements, and the philosophical principles +that guide its development and operation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the economic identity of free market systems with that of +mercantilist systems, arguing that the former better serves the genuine +interests of society while the latter serves narrow commercial interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: policy closure --- + +# Policy Closure + +# Definition + +The definitive establishment of economic policies and institutional frameworks +that provide stability and predictability for economic actors while +preventing endless revision and uncertainty. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how temporary statutes and frequent policy changes create +uncertainty that undermines economic planning and investment, arguing for +more stable and predictable policy frameworks. + +## Economic Domain + +Regulation + +--- +--- ENTITY: environmental scanning --- + +# Environmental Scanning + +# Definition + +The systematic monitoring of external economic conditions, market trends, +and competitive forces to inform strategic decision-making and policy +development in response to changing circumstances. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how bounties affect different market conditions and +seasonal variations reflects the importance of environmental scanning in +understanding the complex effects of economic policies. + +## Economic Domain + +General Theory + +--- +--- ENTITY: strategic planning --- + +# Strategic Planning + +# Definition + +The process of developing long-term economic policies and institutional +arrangements that anticipate future conditions and align current actions +with desired long-term outcomes. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties as short-sighted policies that fail to consider +long-term consequences reflects the importance of strategic planning in +economic policy development. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system governance --- + +# Economic System Governance + +# Definition + +The institutional arrangements and decision-making processes that determine +how economic policies are formulated, implemented, and enforced within a +society. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how different governance structures affect economic +outcomes, particularly the contrast between free market governance and +mercantilist control, highlights the importance of institutional design. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system adaptation --- + +# Economic System Adaptation + +# Definition + +The capacity of economic institutions and policies to evolve and adjust in +response to changing conditions, technological developments, and new +understanding of economic relationships. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how economic systems must adapt to changing conditions, +particularly in response to market signals and the natural development of +trade relationships, rather than being locked into rigid institutional +frameworks. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system effectiveness --- + +# Economic System Effectiveness + +# Definition + +The degree to which an economic system achieves its intended objectives, +such as promoting prosperity, ensuring stability, and serving the interests +of the broader society rather than narrow special interests. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's entire analysis in this chapter is fundamentally about evaluating +the effectiveness of different economic systems and policies, particularly +the contrast between free market outcomes and mercantilist interventions. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system efficiency --- + +# Economic System Efficiency + +# Definition + +The optimal allocation of resources within an economic system to maximize +output and minimize waste, typically achieved through competitive market +processes that reward productive activity and penalize inefficiency. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties centers on their inefficiency in resource +allocation, arguing that they force capital and labor into less productive +channels than would occur naturally in competitive markets. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system sustainability --- + +# Economic System Sustainability + +# Definition + +The ability of an economic system to maintain its productive capacity and +social stability over time without depleting resources or creating +unsustainable dependencies on government intervention. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounty systems create unsustainable dependencies that +ultimately undermine the long-term viability of the industries they purport +to support, making them economically unsustainable. + +## Economic Domain + +General Theory + + + +## VSM Mappings + +--- MAPPING: bounty-to-s3 --- +# Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Bounties function as a direct form of government control over economic operations, representing System 3's regulatory authority. They establish rules (subsidies for specific exports), allocate resources (public revenue to merchants), and define responsibilities (export obligations in exchange for payments). Smith critiques this as artificial internal regulation that overrides natural market mechanisms, exactly the kind of top-down control that System 3 exercises over System 1 operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: mercantile-system-to-s5 --- +# Mercantile System -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +The mercantile system represents the overarching policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (accumulation of precious metals), establishes the fundamental values (favourable balance of trade as prosperity), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's critique is fundamentally about the inadequacy of this policy framework for achieving genuine national prosperity. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: balance-of-trade-to-s4 --- +# Balance of Trade -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The balance of trade serves as a key metric for environmental scanning and intelligence gathering about the nation's economic position relative to other nations. It provides information about external competitive conditions and trade relationships, which should inform strategic adaptation. Smith's critique focuses on how this metric is misinterpreted and misused, but the fundamental function of monitoring external economic relationships remains a System 4 activity. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: forced-corn-trade-to-s1 --- +# Forced Corn Trade -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forced corn trade represents the actual operational activity of exporting corn under bounty conditions, making it a System 1 entity. It is the productive enterprise that directly creates economic output (exported corn), engaging with the market environment. Smith's critique focuses on how government intervention distorts this natural operational activity, forcing it into less advantageous channels than it would choose autonomously. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: nominal-price-to-s2 --- +# Nominal Price -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Nominal prices serve as the primary coordination mechanism in market economies, allowing different economic actors to communicate value and make exchange decisions. They coordinate supply and demand, dampen market oscillations through price signals, and resolve conflicts between producers and consumers. Smith's analysis of how bounties artificially manipulate nominal prices demonstrates their coordination function and the problems that arise when this natural coordination mechanism is distorted. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-price-to-s4 --- +# Real Price -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Real price represents the deeper, more fundamental measure of economic value that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real prices represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real prices reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: degradation-of-silver-to-s3 --- +# Degradation of Silver -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +The degradation of silver is a direct consequence of government control policies (bounties) that artificially manipulate the internal economic environment. It represents System 3's regulatory impact on the monetary system and purchasing power within the domestic economy. Smith's analysis shows how these control mechanisms create unintended consequences that undermine the very stability they are meant to ensure. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: inland-corn-dealer-to-s1 --- +# Inland Corn Dealer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The inland corn dealer is a direct operational entity that creates value through the distribution function, moving corn from areas of surplus to areas of scarcity. This is System 1 activity at the merchant level, autonomously engaging with the market environment to perform a necessary economic function. Smith's defense emphasizes the dealer's operational autonomy and the value they create through their specialized distribution activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchant-carrier-to-s4 --- +# Merchant-Carrier -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The merchant-carrier operates by gathering intelligence about international market conditions and opportunities, making it fundamentally a System 4 entity. It scans the external environment (foreign markets), identifies opportunities for arbitrage, and facilitates strategic responses to market imbalances. While it doesn't directly produce value for the home market, its intelligence-gathering and distribution functions serve the broader economic system's adaptation needs. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: sea-sticks-to-s1 --- +# Sea-Sticks -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Sea-sticks represent the direct operational output of fishing activities, making them a System 1 entity. They are the immediate product of productive operations (fishing voyages) that engage directly with the market environment, albeit in an incomplete form requiring further processing. Smith's critique focuses on how bounties distort the natural operational choices of fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchantable-herrings-to-s2 --- +# Merchantable Herrings -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Merchantable herrings represent the standardized, coordinated product that enables market exchange and price coordination. They are the result of processing that creates uniform quality standards, allowing different market participants to coordinate their activities through price signals. The contrast with sea-sticks illustrates how bounties can distort this natural coordination mechanism. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: buss-fishery-to-s1 --- +# Buss-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The buss-fishery is a direct operational activity that produces economic output through fishing operations. It is a System 1 entity that autonomously engages with the maritime environment to create value through herring production. Smith's critique focuses on how government intervention (bounties) distorts the natural operational choices of these fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: boat-fishery-to-s1 --- +# Boat-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The boat-fishery represents autonomous operational activity that directly produces economic value through fishing operations. It is a System 1 entity that engages with the local maritime environment in a way naturally suited to its conditions. Smith's argument emphasizes the importance of allowing operational units to self-organize according to their natural advantages rather than being forced into artificial structures by government intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: joint-stock-company-to-s3 --- +# Joint-Stock Company -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Joint-stock companies represent a form of internal economic control structure that allocates resources (capital from shareholders), establishes rules (corporate governance), and manages operational activities. They are System 3 entities that exercise control over productive operations, though Smith's critique focuses on how government privileges distort their natural regulatory function and lead to inefficient outcomes. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: tonnage-bounty-to-s3 --- +# Tonnage Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Tonnage bounties are a direct form of government control that establishes rules and allocates resources based on vessel capacity rather than actual productivity. They represent System 3's regulatory function, though Smith argues they create perverse incentives that undermine the efficient internal regulation of fishing operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: drawback-to-s2 --- +# Drawback -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Drawbacks serve as a coordination mechanism that facilitates international trade by preventing double taxation and enabling smoother re-export activities. They coordinate the flow of goods across borders and help resolve potential conflicts between import and export regulations, functioning as a System 2 mechanism for managing trade relationships. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: engrossing-to-s1 --- +# Engrossing -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to resell at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Engrossing is a direct operational activity that creates value through market arbitrage, moving goods from areas of surplus to areas of scarcity. It is a System 1 entity that autonomously engages with market conditions to perform a necessary distribution function. Smith's defense emphasizes the operational autonomy of engrossers and the value they create through their specialized market activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: forestalling-to-s1 --- +# Forestalling -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forestalling is an operational activity that creates value by anticipating market conditions and facilitating the movement of goods to where they will be most needed. It is a System 1 entity that autonomously engages with market information to perform a necessary distribution function. Smith's argument emphasizes the operational autonomy of forestallers and the value they create through their specialized market intelligence activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: temporary-statutes-to-s3 --- +# Temporary Statutes -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Temporary statutes represent direct government control mechanisms that establish rules and allocate resources in response to immediate economic conditions. They are System 3 entities that exercise regulatory authority over economic operations, though Smith's critique focuses on how their frequent necessity indicates the failure of the underlying control system to effectively manage the internal economic environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: smuggling-to-s4 --- +# Smuggling -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Smuggling operates by gathering intelligence about regulatory environments and identifying opportunities for circumvention, making it fundamentally a System 4 activity. It scans the external regulatory environment, identifies constraints and opportunities, and facilitates strategic responses to market restrictions. While illegal, it represents the economic system's adaptation to external regulatory pressures. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: free-trade-to-s5 --- +# Free Trade -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +Free trade represents the fundamental policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (unrestricted exchange), establishes the fundamental values (absence of artificial barriers), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's advocacy is fundamentally about establishing this policy framework as the optimal identity for national economic systems. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-market-to-s1 --- +# Home Market -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The home market is the primary operational environment where most economic activities directly create value through domestic exchange. It is the System 1 entity that represents the fundamental operational context for the majority of productive activities. Smith's emphasis on its importance reflects the centrality of this operational environment to economic viability. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-market-to-s4 --- +# Foreign Market -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The foreign market represents the external environment that System 4 must monitor and understand to inform strategic economic decisions. It provides information about competitive conditions, regulatory environments, and opportunities that should shape how the domestic economy adapts and responds. Smith's analysis of how bounties distort foreign market relationships reflects the importance of understanding this external environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: public-revenue-to-s3 --- +# Public Revenue -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Public revenue represents the control mechanism through which government exercises its regulatory authority over economic activities. It is the resource allocation function of System 3, providing the means by which government can establish rules, enforce regulations, and manage the internal economic environment. Smith's analysis of how bounties burden public revenue reflects the costs of control mechanisms. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: extraordinary-expense-to-s3 --- +# Extraordinary Expense -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Extraordinary expenses represent the resource allocation function of System 3, providing the means by which government exercises control over specific economic activities through targeted expenditures. They are the direct manifestation of regulatory authority being used to influence operational decisions, though Smith's critique focuses on how these control mechanisms create inefficiencies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: capital-of-the-farmer-to-s1 --- +# Capital of the Farmer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The capital of the farmer represents the operational resources that directly produce economic value through agricultural activities. It is the fundamental System 1 entity that enables productive operations, engaging directly with the agricultural environment to create output. Smith's analysis emphasizes the importance of understanding these operational resources when evaluating the true costs and benefits of economic policies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: ordinary-profits-of-stock-to-s3 --- +# Ordinary Profits of Stock -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Ordinary profits of stock represent the internal regulatory benchmark that determines whether economic activities are properly controlled and managed. They are the System 3 mechanism for evaluating operational performance and allocating resources to activities that meet minimum efficiency standards. Smith's use of this benchmark reflects the control function of determining which operations deserve support and which indicate fundamental problems requiring intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: money-price-of-corn-to-s2 --- +# Money Price of Corn -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of corn serves as the primary coordination mechanism in the economy, communicating value information and coordinating economic activities across different sectors. It dampens price oscillations by providing a stable reference point and resolves conflicts between different economic interests by establishing a common metric for value. Smith's analysis of how bounties distort this coordination mechanism demonstrates its fundamental role in economic organization. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-value-of-silver-to-s4 --- +# Real Value of Silver -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The real value of silver represents the deeper, more fundamental measure of economic conditions that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real values represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real values reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: money-price-of-labour-to-s2 --- +# Money Price of Labour -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of labour serves as a coordination mechanism that communicates value information between employers and workers, helping to dampen wage oscillations and resolve conflicts over compensation. It coordinates the distribution of income across the economy and provides a standardized metric for comparing the value of different types of work. Smith's analysis of how corn prices regulate labour prices demonstrates this coordination function. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-made-commodities-to-s1 --- +# Home Made Commodities -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Home made commodities are the direct output of domestic productive operations, representing System 1 activities that create value through manufacturing and production. They are the operational products that engage directly with the domestic market environment. Smith's analysis of how bounties affect their prices reflects the impact of policy on operational activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-commodities-to-s4 --- +# Foreign Commodities -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +** + +## VSM Framework Reference + +--- +id: vsm-framework +name: vsm_framework +artifact_type: content +description: Stafford Beer's Viable System Model reference for economic analysis +version: 1.0.0 +--- + +# Stafford Beer's Viable System Model (VSM) + +The Viable System Model (VSM) is a model of the organisational structure of any +autonomous system capable of producing itself. It was created by management +cybernetician Stafford Beer in his books *Brain of the Firm* (1972) and +*The Heart of Enterprise* (1979). + +## Core Principle: Viability + +A viable system is any system organised in such a way as to meet the demands +of surviving in a changing environment. One of the prime features of systems +that survive is that they are adaptable. The VSM expresses a model for a +viable system, which is an abstracted cybernetic description applicable to +any organisation that is a going concern. + +## The Five Systems + +### System 1 (S1) — Operations + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +### System 2 (S2) — Coordination + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +### System 3 (S3) — Control / Operational Management + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +### System 3* (S3*) — Audit / Monitoring + +The audit and monitoring channel that allows System 3 to verify information +coming from System 1 through channels other than those provided by System 2. +System 3* provides sporadic, direct access to operational reality. + +**In economic terms:** Market inspections, quality checks, auditing of accounts, +surprise investigations into trade practices, verification of weights and measures. + +**Key properties:** Sporadic direct investigation, reality checking, bypassing +normal reporting channels. + +### System 4 (S4) — Intelligence / Adaptation + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +### System 5 (S5) — Policy / Identity + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +## Key Concepts + +### Recursion + +Every viable system contains and is contained in a viable system. The same +five-system structure recurs at every level of organisation. A workshop is +a viable system within a factory, which is a viable system within an +industry, which is a viable system within a national economy. + +### Variety + +A measure of the number of possible states of a system. The Law of Requisite +Variety (Ashby's Law) states that only variety can absorb variety. A +controller must have at least as much variety as the system it controls. + +### Requisite Variety + +The principle that for effective regulation, the variety of the regulator +must match the variety of the system being regulated. This is achieved +through variety attenuation (reducing the variety coming up from operations) +and variety amplification (increasing the variety of management's responses). + +### Attenuation and Amplification + +Variety engineering mechanisms. Attenuation reduces variety (e.g., reporting +summaries, statistical aggregation, standardisation). Amplification increases +variety (e.g., delegation, empowerment, decentralisation). + +### Algedonic Signals + +Emergency signals that bypass the normal management hierarchy to alert +higher systems of critical situations requiring immediate attention. Named +from the Greek words for pain (algos) and pleasure (hedone). + +**In economic terms:** Market panics, famine signals, sudden price collapses, +trade embargoes, economic crises that demand immediate sovereign intervention. + +### Autonomy + +The degree of freedom granted to operational units (System 1) to self-organise +within constraints set by System 3. Beer argued that maximum autonomy +consistent with systemic cohesion yields maximum viability. + +### Viability + +The capacity of a system to maintain a separate existence and survive in a +changing environment. A viable system continuously adapts while maintaining +its identity. + + +## Instructions + +1. Review the source chapter, extracted entities, and VSM mappings together. +2. Produce a single chapter analysis document following the + Chapter Analysis Schema v1.0. +3. The analysis must include: + - An H1 heading with the chapter analysis title + - A Chapter Summary (50-300 words) of the main economic arguments + - An Entities Extracted section listing all entities with brief descriptions + - A VSM Mappings section listing all mappings with entity, concept, and strength + - A VSM Coverage section assessing which systems (S1-S5, S3*) are represented + - A Gaps & Observations section identifying uncovered systems and patterns +4. In the VSM Coverage section, explicitly state which systems are + covered and which are not, based on the mappings. +5. In Gaps & Observations, note: + - Which VSM systems lack representation from this chapter + - Entities that were difficult to map + - Emerging themes or patterns + - Suggestions for enriching coverage in future analysis + +## Output Format + +Output a single markdown document following the Chapter Analysis Schema v1.0. diff --git a/examples/infospace-with-history/output/analyses/book-4-chapter-05-synthesize-analysis-raw.md b/examples/infospace-with-history/output/analyses/book-4-chapter-05-synthesize-analysis-raw.md new file mode 100644 index 00000000..c27e26d0 --- /dev/null +++ b/examples/infospace-with-history/output/analyses/book-4-chapter-05-synthesize-analysis-raw.md @@ -0,0 +1,117 @@ +# Chapter Analysis: Bounties and the Viable System Model + +## Chapter Summary + +Adam Smith's analysis of bounties in Book IV, Chapter 5 presents a comprehensive critique of government subsidies designed to promote exports, particularly focusing on corn bounties. He systematically dismantles the mercantile system's assumption that bounties enrich the nation by improving the balance of trade. Smith argues that bounties force trade into less advantageous channels, degrade the real value of silver, and impose hidden costs on society through capital consumption and market distortion. His analysis distinguishes between nominal and real prices, demonstrating that while bounties may raise nominal prices, they fail to increase real value or national wealth. Smith defends the role of inland corn dealers as legitimate market actors while criticizing joint-stock companies and tonnage bounties as inefficient uses of capital. Throughout, he advocates for free trade and natural market processes over artificial government interventions, arguing that the home market is more important than foreign markets and that economic policies should align with the natural course of economic development rather than attempting to force artificial directions of industry. + +## Entities Extracted + +- **Bounty**: Government subsidy paid to merchants or manufacturers to encourage exportation of specific goods, compensating for selling below cost price. +- **Mercantile System**: Economic doctrine seeking to enrich the nation through exports and import restrictions, based on accumulation of precious metals and favourable balance of trade. +- **Balance of Trade**: Difference between value of nation's exports and imports, with mercantilist theory holding favourable balance enriches nation through precious metals. +- **Forced Corn Trade**: Export of corn made artificially profitable through government bounties, creating trade requiring public subsidy to sustain. +- **Nominal Price**: Money price of commodity expressed in currency units, fluctuating independently of real value or purchasing power. +- **Real Price**: Value of commodity measured by quantity of labour it can command or subsistence it can provide, representing true economic worth. +- **Degradation of Silver**: Reduction in silver's purchasing power relative to other commodities when artificial policies increase nominal prices without increasing real value. +- **Inland Corn Dealer**: Merchant who buys corn from farmers and sells to consumers within same country, distributing grain from surplus to scarcity areas. +- **Merchant-Carrier**: Trader who imports foreign corn specifically to export it again, using nation as temporary storage and distribution point. +- **Sea-Sticks**: Herrings caught and cured at sea during fishing voyages, requiring additional processing before becoming merchantable. +- **Merchantable Herrings**: Herrings properly processed, repacked, and prepared for commercial sale, requiring additional salting and packaging. +- **Buss-Fishery**: Method of herring fishing from decked vessels of twenty to eighty tons burden, involving longer voyages and larger-scale operations. +- **Boat-Fishery**: Method of herring fishing using smaller boats that can quickly bring catches ashore for immediate curing or consumption. +- **Joint-Stock Company**: Business organisation where capital is contributed by multiple shareholders sharing profits and losses, often with special government privileges. +- **Tonnage Bounty**: Subsidy paid to shipping operations based on burden or carrying capacity of vessels, rather than actual productivity or success. +- **Drawback**: Refund of duties paid on imported goods when subsequently exported, designed to prevent double taxation and encourage re-export trade. +- **Engrossing**: Practice of buying up large quantities of commodity, particularly corn, with intent to resell at profit, viewed with suspicion as market manipulation. +- **Forestalling**: Practice of buying goods before they reach market, particularly corn, with intent to resell at higher price, historically prohibited as market manipulation. +- **Temporary Statutes**: Short-term legislative measures enacted to address immediate economic emergencies, such as suspending export prohibitions during scarcity. +- **Smuggling**: Illegal importation or exportation of goods to avoid customs duties or prohibitions, becoming major trade channel when legal restrictions too severe. +- **Free Trade**: Unrestricted exchange of goods and services across borders without government-imposed tariffs, quotas, or other barriers to commerce. +- **Home Market**: Domestic market within country where goods are bought and sold among inhabitants, as distinguished from foreign or international markets. +- **Foreign Market**: International markets outside country's borders where domestic producers sell goods to foreign buyers, subject to different competitive conditions. +- **Public Revenue**: Funds collected by government through taxation and other means to finance public expenditures and services. +- **Extraordinary Expense**: Government expenditures beyond normal operating costs, particularly for special purposes like paying bounties or subsidies. +- **Capital of the Farmer**: Financial resources employed by agricultural producers for cultivation, including funds for seeds, equipment, livestock, and labor. +- **Ordinary Profits of Stock**: Normal rate of return that capital can expect to earn in particular trade or industry under competitive market conditions. +- **Money Price of Corn**: Price of grain expressed in monetary units, serving as fundamental regulator of prices for all other commodities in economy. +- **Real Value of Silver**: Purchasing power of silver measured by quantity of goods and services it can command, fluctuating independently of nominal monetary value. +- **Money Price of Labour**: Wage rate paid to workers expressed in monetary units, sufficient to enable labourers to purchase necessary subsistence. +- **Home Made Commodities**: Goods produced domestically through local industry and manufacturing, as distinguished from imported foreign products. +- **Foreign Commodities**: Goods produced in other countries and imported for domestic consumption, often competing with locally manufactured products. +- **Inland Trade**: Commercial exchange occurring within country's borders, moving goods from areas of production to areas of consumption. +- **Exportation Trade**: Commercial activity of selling domestic goods to foreign buyers, typically encouraged by government policies like bounties. +- **Importation Trade**: Commercial activity of bringing foreign goods into country for domestic consumption, often restricted by tariffs and prohibitions. +- **Carrying Trade**: Commercial activity of transporting goods between foreign countries, using one nation's ships and capital to facilitate trade between others. +- **Warehouse System**: Storage and distribution arrangement where imported goods are held in bonded warehouses under government supervision. +- **Public Good Versus Private Interest**: Tension between policies benefiting specific commercial interests versus those serving broader welfare of society. +- **Natural Liberty in Trade**: Freedom of individuals to engage in commerce and exchange without government interference, allowing market forces to determine outcomes. +- **Artificial Direction of Industry**: Government policies attempting to channel economic activity into specific sectors or trades, overriding natural market preferences. +- **Natural Course of Things**: Spontaneous economic order emerging when individuals freely pursue interests through voluntary exchange without government intervention. +- **Public Tranquillity**: Social peace and stability maintained by government through establishment of economic systems acceptable to general population. +- **Political Arithmetic**: Quantitative analysis of economic and political phenomena through statistical measurement and numerical calculation. +- **Economic Development Sequence**: Natural progression of economic activity from subsistence agriculture through manufacturing to foreign trade. +- **Market Size Threshold**: Minimum scale of commercial exchange necessary to support specialized production and division of labor. +- **Variety of Talents**: Diverse skills, abilities, and specializations individuals develop through division of labor, creating complex web of complementary capabilities. +- **Requisite Variety**: Principle that effective regulation requires controlling system to possess at least as much complexity and adaptability as system being controlled. +- **Economic Autonomy**: Degree of freedom granted to economic actors to make decisions about production, exchange, and investment without external interference. +- **Systemic Stability**: Capacity of economic system to maintain essential functions and relationships while adapting to external changes and internal pressures. +- **Economic Identity**: Distinctive character and purpose of economic system, shaped by core values, institutional arrangements, and philosophical principles. +- **Policy Closure**: Definitive establishment of economic policies and institutional frameworks providing stability and predictability for economic actors. +- **Environmental Scanning**: Systematic monitoring of external economic conditions, market trends, and competitive forces to inform strategic decision-making. +- **Strategic Planning**: Process of developing long-term economic policies and institutional arrangements anticipating future conditions and aligning current actions. +- **Economic System Governance**: Institutional arrangements and decision-making processes determining how economic policies are formulated, implemented, and enforced. +- **Economic System Adaptation**: Capacity of economic institutions and policies to evolve and adjust in response to changing conditions and new understanding. +- **Economic System Effectiveness**: Degree to which economic system achieves intended objectives such as promoting prosperity and serving broader society. +- **Economic System Efficiency**: Optimal allocation of resources within economic system to maximize output and minimize waste through competitive market processes. +- **Economic System Sustainability**: Ability of economic system to maintain productive capacity and social stability over time without depleting resources. + +## VSM Mappings + +- **Bounty → System 3 (Control)**: Government subsidy as direct form of control over economic operations, establishing rules and allocating resources. +- **Mercantile System → System 5 (Policy)**: Economic doctrine as overarching policy framework defining national economic purpose and fundamental values. +- **Balance of Trade → System 4 (Intelligence)**: Key metric for environmental scanning and intelligence gathering about nation's economic position relative to other nations. +- **Forced Corn Trade → System 1 (Operations)**: Actual operational activity of exporting corn under bounty conditions, directly creating economic output. +- **Nominal Price → System 2 (Coordination)**: Primary coordination mechanism in market economies, allowing different economic actors to communicate value and make exchange decisions. +- **Real Price → System 4 (Intelligence)**: Deeper measure of economic value that System 4 must understand to make strategic decisions about adaptation and viability. +- **Degradation of Silver → System 3 (Control)**: Direct consequence of government control policies that artificially manipulate internal economic environment. +- **Inland Corn Dealer → System 1 (Operations)**: Direct operational entity creating value through distribution function, moving corn from surplus to scarcity areas. +- **Merchant-Carrier → System 4 (Intelligence)**: Operates by gathering intelligence about international market conditions and opportunities for arbitrage. +- **Sea-Sticks → System 1 (Operations)**: Direct operational output of fishing activities, immediate product of productive operations engaging with market environment. +- **Merchantable Herrings → System 2 (Coordination)**: Standardized product enabling market exchange and price coordination through uniform quality standards. +- **Buss-Fishery → System 1 (Operations)**: Direct operational activity producing economic output through fishing operations, autonomously engaging with maritime environment. +- **Boat-Fishery → System 1 (Operations)**: Autonomous operational activity directly producing economic value through fishing operations suited to local conditions. +- **Joint-Stock Company → System 3 (Control)**: Form of internal economic control structure allocating resources and establishing rules through corporate governance. +- **Tonnage Bounty → System 3 (Control)**: Direct form of government control establishing rules and allocating resources based on vessel capacity rather than productivity. +- **Drawback → System 2 (Coordination)**: Coordination mechanism facilitating international trade by preventing double taxation and enabling smoother re-export activities. +- **Engrossing → System 1 (Operations)**: Direct operational activity creating value through market arbitrage, moving goods from surplus to scarcity areas. +- **Forestalling → System 1 (Operations)**: Operational activity creating value by anticipating market conditions and facilitating movement of goods to where needed. +- **Temporary Statutes → System 3 (Control)**: Direct government control mechanisms establishing rules and allocating resources in response to immediate economic conditions. +- **Smuggling → System 4 (Intelligence)**: Operates by gathering intelligence about regulatory environments and identifying opportunities for circumvention. +- **Free Trade → System 5 (Policy)**: Fundamental policy framework and identity governing economic decision-making, defining purpose and establishing values. +- **Home Market → System 1 (Operations)**: Primary operational environment where most economic activities directly create value through domestic exchange. +- **Foreign Market → System 4 (Intelligence)**: External environment that System 4 must monitor and understand to inform strategic economic decisions. +- **Public Revenue → System 3 (Control)**: Control mechanism through which government exercises regulatory authority over economic activities via resource allocation. +- **Extraordinary Expense → System 3 (Control)**: Resource allocation function of System 3, providing means by which government exercises control through targeted expenditures. +- **Capital of the Farmer → System 1 (Operations)**: Operational resources directly producing economic value through agricultural activities engaging with agricultural environment. +- **Ordinary Profits of Stock → System 3 (Control)**: Internal regulatory benchmark determining whether economic activities are properly controlled and managed. +- **Money Price of Corn → System 2 (Coordination)**: Primary coordination mechanism communicating value information and coordinating economic activities across sectors. +- **Real Value of Silver → System 4 (Intelligence)**: Deeper measure of economic conditions that System 4 must understand for strategic decisions about adaptation. +- **Money Price of Labour → System 2 (Coordination)**: Coordination mechanism communicating value information between employers and workers, standardizing compensation. +- **Home Made Commodities → System 1 (Operations)**: Direct output of domestic productive operations creating value through manufacturing and production. +- **Foreign Commodities → System 4 (Intelligence)**: External environment providing information about competitive conditions and opportunities for domestic adaptation. + +## VSM Coverage + +The chapter demonstrates strong coverage across all five VSM systems, with particularly robust representation of Systems 1, 2, 3, and 5. System 1 (Operations) is well-represented through numerous operational entities including inland corn dealers, various fishing operations, farmers, and productive enterprises. System 2 (Coordination) appears through price mechanisms, market coordination functions, and standardization processes. System 3 (Control) is extensively covered through government interventions, bounties, regulations, and control mechanisms. System 4 (Intelligence) is represented through market intelligence, environmental scanning, and strategic adaptation functions. System 5 (Policy) appears through the mercantile system framework and free trade advocacy. + +System 3* (Audit/Monitoring) is notably absent from the chapter's analysis, with no discussion of audit functions, direct monitoring, or reality-checking mechanisms that bypass normal reporting channels. This represents a significant gap in the VSM coverage, as audit and monitoring functions are crucial for maintaining systemic viability. + +## Gaps & Observations + +The absence of System 3* (Audit/Monitoring) is the most significant gap in this chapter's VSM coverage. Smith focuses extensively on policy design, operational activities, coordination mechanisms, and control structures, but does not address how these systems are monitored, audited, or verified independently. This omission is particularly notable given his critique of bounties and trade restrictions, where audit functions would be crucial for detecting fraud and ensuring proper implementation. + +Several entities were difficult to map definitively, particularly those involving abstract economic concepts like "economic system effectiveness" and "economic system sustainability." While these concepts relate to VSM principles, they represent meta-level considerations rather than direct system components. + +Emerging patterns include the strong emphasis on System 1 operational autonomy versus System 3 control interventions, reflecting Smith's broader philosophical commitment to free market principles. The chapter consistently portrays System 3 interventions (bounties, regulations) as distorting natural System 1 operations, while System 2 coordination mechanisms (prices, markets) are presented as naturally efficient. + +To enrich coverage in future analysis, attention should be given to System 3* functions, particularly how market oversight, quality control, and regulatory enforcement operate in practice. Additionally, more explicit discussion of how System 4 intelligence gathering informs System 5 policy decisions would strengthen the VSM framework application to Smith's economic analysis. \ No newline at end of file diff --git a/examples/infospace-with-history/output/entities/boat-fishery.md b/examples/infospace-with-history/output/entities/boat-fishery.md new file mode 100644 index 00000000..56e81447 --- /dev/null +++ b/examples/infospace-with-history/output/entities/boat-fishery.md @@ -0,0 +1,25 @@ + + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/book-4-chapter-05-entities.md b/examples/infospace-with-history/output/entities/book-4-chapter-05-entities.md new file mode 100644 index 00000000..327c336d --- /dev/null +++ b/examples/infospace-with-history/output/entities/book-4-chapter-05-entities.md @@ -0,0 +1,232 @@ +# Entities: book-4-chapter-05 + +{{ include "bounty.md" }} + +--- + +{{ include "mercantile-system.md" }} + +--- + +{{ include "balance-of-trade.md" }} + +--- + +{{ include "forced-corn-trade.md" }} + +--- + +{{ include "nominal-price.md" }} + +--- + +{{ include "real-price.md" }} + +--- + +{{ include "degradation-of-silver.md" }} + +--- + +{{ include "inland-corn-dealer.md" }} + +--- + +{{ include "merchant-carrier.md" }} + +--- + +{{ include "sea-sticks.md" }} + +--- + +{{ include "merchantable-herrings.md" }} + +--- + +{{ include "buss-fishery.md" }} + +--- + +{{ include "boat-fishery.md" }} + +--- + +{{ include "joint-stock-company.md" }} + +--- + +{{ include "tonnage-bounty.md" }} + +--- + +{{ include "drawback.md" }} + +--- + +{{ include "engrossing.md" }} + +--- + +{{ include "forestalling.md" }} + +--- + +{{ include "temporary-statutes.md" }} + +--- + +{{ include "smuggling.md" }} + +--- + +{{ include "free-trade.md" }} + +--- + +{{ include "home-market.md" }} + +--- + +{{ include "foreign-market.md" }} + +--- + +{{ include "public-revenue.md" }} + +--- + +{{ include "extraordinary-expense.md" }} + +--- + +{{ include "capital-of-the-farmer.md" }} + +--- + +{{ include "ordinary-profits-of-stock.md" }} + +--- + +{{ include "money-price-of-corn.md" }} + +--- + +{{ include "real-value-of-silver.md" }} + +--- + +{{ include "money-price-of-labour.md" }} + +--- + +{{ include "home-made-commodities.md" }} + +--- + +{{ include "foreign-commodities.md" }} + +--- + +{{ include "inland-trade.md" }} + +--- + +{{ include "exportation-trade.md" }} + +--- + +{{ include "importation-trade.md" }} + +--- + +{{ include "carrying-trade.md" }} + +--- + +{{ include "warehouse-system.md" }} + +--- + +{{ include "public-good-versus-private-interest.md" }} + +--- + +{{ include "natural-liberty-in-trade.md" }} + +--- + +{{ include "artificial-direction-of-industry.md" }} + +--- + +{{ include "natural-course-of-things.md" }} + +--- + +{{ include "public-tranquillity.md" }} + +--- + +{{ include "political-arithmetic.md" }} + +--- + +{{ include "economic-development-sequence.md" }} + +--- + +{{ include "market-size-threshold.md" }} + +--- + +{{ include "variety-of-talents.md" }} + +--- + +{{ include "requisite-variety.md" }} + +--- + +{{ include "economic-autonomy.md" }} + +--- + +{{ include "systemic-stability.md" }} + +--- + +{{ include "economic-identity.md" }} + +--- + +{{ include "policy-closure.md" }} + +--- + +{{ include "environmental-scanning.md" }} + +--- + +{{ include "strategic-planning.md" }} + +--- + +{{ include "economic-system-governance.md" }} + +--- + +{{ include "economic-system-adaptation.md" }} + +--- + +{{ include "economic-system-effectiveness.md" }} + +--- + +{{ include "economic-system-efficiency.md" }} + +--- + +{{ include "economic-system-sustainability.md" }} + diff --git a/examples/infospace-with-history/output/entities/book-4-chapter-05-extract-entities-raw.md b/examples/infospace-with-history/output/entities/book-4-chapter-05-extract-entities-raw.md new file mode 100644 index 00000000..88e4d529 --- /dev/null +++ b/examples/infospace-with-history/output/entities/book-4-chapter-05-extract-entities-raw.md @@ -0,0 +1,1449 @@ +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to sell again at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland trade --- + +# Inland Trade + +## Definition + +Commercial exchange that occurs within a country's borders, moving goods +from areas of production to areas of consumption through domestic +transportation and distribution networks. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of inland trade, particularly in corn, +arguing that it is more significant for national prosperity than foreign +trade and should be protected and encouraged rather than restricted. + +## Economic Domain + +Exchange + +--- +--- ENTITY: exportation trade --- + +# Exportation Trade + +## Definition + +The commercial activity of selling domestic goods to foreign buyers, +typically encouraged by government policies like bounties that make +exporting more profitable than domestic sales. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes exportation trade promoted by bounties as forcing capital +into less advantageous channels, arguing that it often comes at the expense +of the more important home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: importation trade --- + +# Importation Trade + +## Definition + +The commercial activity of bringing foreign goods into a country for +domestic consumption, often restricted by tariffs and prohibitions but +occasionally liberalized during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how importation trade can help supply the home market during +scarcity, but argues that the inland trade is generally more important for +national prosperity than foreign trade. + +## Economic Domain + +Exchange + +--- +--- ENTITY: carrying trade --- + +# Carrying Trade + +# Definition + +The commercial activity of transporting goods between foreign countries, +using one nation's ships and capital to facilitate trade between other +nations without direct involvement in production or final consumption. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how carrying trade can make a nation a "magazine and +storehouse" for other countries, potentially benefiting from the storage +and distribution services even when not directly involved in production. + +## Economic Domain + +Exchange + +--- +--- ENTITY: warehouse system --- + +# Warehouse System + +# Definition + +A storage and distribution arrangement where imported goods are held in +bonded warehouses under government supervision, allowing for temporary +storage before re-exportation without payment of import duties. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith mentions the warehouse system as a mechanism that facilitates the +carrying trade by allowing merchants to store goods duty-free while +arranging for their re-exportation to other markets. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public good versus private interest --- + +# Public Good Versus Private Interest + +# Definition + +The tension between policies that benefit specific commercial interests +and those that serve the broader welfare of society, often manifested in +conflicts between merchants seeking special privileges and the general +public bearing the costs. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith consistently argues throughout the chapter that bounties and trade +restrictions benefit private interests at public expense, creating a +fundamental misalignment between individual profit-seeking and national +prosperity. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural liberty in trade --- + +# Natural Liberty in Trade + +# Definition + +The freedom of individuals to engage in commerce and exchange without +government interference, allowing market forces to determine prices, +production, and distribution through voluntary transactions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for natural liberty in trade as the ideal condition that +maximizes efficiency and prosperity, arguing that artificial restrictions +like bounties only create inefficiencies and higher prices. + +## Economic Domain + +General Theory + +--- +--- ENTITY: artificial direction of industry --- + +# Artificial Direction of Industry + +# Definition + +Government policies and regulations that attempt to channel economic activity +into specific sectors or trades, overriding the natural market preferences +of individuals and businesses. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes bounties and trade restrictions as artificial directions +of industry that force capital and labor into less advantageous channels +than they would naturally choose in a free market. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural course of things --- + +# Natural Course of Things + +# Definition + +The spontaneous economic order that emerges when individuals are free to +pursue their own interests through voluntary exchange, without government +intervention or artificial direction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the natural course of economic development with the +artificial interventions of the mercantile system, arguing that the former +leads to greater prosperity and efficiency. + +## Economic Domain + +General Theory + +--- +--- ENTITY: public tranquillity --- + +# Public Tranquillity + +# Definition + +The social peace and stability maintained by government through the +establishment of economic systems and regulations that are acceptable to +the general population, even when those systems may not be economically +optimal. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith acknowledges that governments must sometimes establish economic +systems that align with popular prejudices rather than economic efficiency, +in order to maintain social stability and prevent unrest. + +## Economic Domain + +General Theory + +--- +--- ENTITY: political arithmetic --- + +# Political Arithmetic + +# Definition + +The quantitative analysis of economic and political phenomena through +statistical measurement and numerical calculation, used to evaluate the +effects of policies and institutions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith expresses skepticism about the precision of political arithmetic, +while still using numerical examples to illustrate his arguments about the +relative importance of different types of trade. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic development sequence --- + +# Economic Development Sequence + +# Definition + +The natural progression of economic activity from subsistence agriculture +through manufacturing to foreign trade, with each stage building upon and +supporting the previous ones in a hierarchical development pattern. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that economic development follows a natural sequence that +should not be inverted by artificial policies, with inland trade and +domestic manufacturing preceding and supporting foreign commerce. + +## Economic Domain + +General Theory + +--- +--- ENTITY: market size threshold --- + +# Market Size Threshold + +# Definition + +The minimum scale of commercial exchange necessary to support specialized +production and the division of labor, beyond which economic efficiency and +productivity can increase dramatically. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions can affect market size +and the ability of producers to achieve the scale necessary for efficient +specialization and productivity gains. + +## Economic Domain + +Exchange + +--- +--- ENTITY: variety of talents --- + +# Variety of Talents + +# Definition + +The diverse skills, abilities, and specializations that individuals develop +through the division of labor, creating a complex web of complementary +capabilities within an economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes how the variety of talents developed through specialization +contributes to economic productivity, arguing that artificial restrictions +on trade can limit the development and utilization of these diverse skills. + +## Economic Domain + +Production + +--- +--- ENTITY: requisite variety --- + +# Requisite Variety + +# Definition + +The principle that effective regulation requires the controlling system to +possess at least as much complexity and adaptability as the system being +controlled, ensuring adequate responsiveness to changing conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +While not using the modern term, Smith's arguments about the need for +flexible and responsive economic policies that can adapt to changing +conditions reflect the principle of requisite variety in economic regulation. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic autonomy --- + +# Economic Autonomy + +# Definition + +The degree of freedom granted to economic actors to make decisions about +production, exchange, and investment without external interference or +coercion from government authorities or other controlling entities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for maximum economic autonomy consistent with systemic +stability, arguing that individuals are best positioned to make decisions +about their own economic interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: systemic stability --- + +# Systemic Stability + +# Definition + +The capacity of an economic system to maintain its essential functions and +relationships while adapting to external changes and internal pressures, +preventing collapse or severe dysfunction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of bounties and trade restrictions is fundamentally about +maintaining systemic stability while avoiding the artificial instabilities +created by government interventions in natural market processes. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic identity --- + +# Economic Identity + +# Definition + +The distinctive character and purpose of an economic system, shaped by its +core values, institutional arrangements, and the philosophical principles +that guide its development and operation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the economic identity of free market systems with that of +mercantilist systems, arguing that the former better serves the genuine +interests of society while the latter serves narrow commercial interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: policy closure --- + +# Policy Closure + +# Definition + +The definitive establishment of economic policies and institutional frameworks +that provide stability and predictability for economic actors while +preventing endless revision and uncertainty. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how temporary statutes and frequent policy changes create +uncertainty that undermines economic planning and investment, arguing for +more stable and predictable policy frameworks. + +## Economic Domain + +Regulation + +--- +--- ENTITY: environmental scanning --- + +# Environmental Scanning + +# Definition + +The systematic monitoring of external economic conditions, market trends, +and competitive forces to inform strategic decision-making and policy +development in response to changing circumstances. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how bounties affect different market conditions and +seasonal variations reflects the importance of environmental scanning in +understanding the complex effects of economic policies. + +## Economic Domain + +General Theory + +--- +--- ENTITY: strategic planning --- + +# Strategic Planning + +# Definition + +The process of developing long-term economic policies and institutional +arrangements that anticipate future conditions and align current actions +with desired long-term outcomes. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties as short-sighted policies that fail to consider +long-term consequences reflects the importance of strategic planning in +economic policy development. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system governance --- + +# Economic System Governance + +# Definition + +The institutional arrangements and decision-making processes that determine +how economic policies are formulated, implemented, and enforced within a +society. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how different governance structures affect economic +outcomes, particularly the contrast between free market governance and +mercantilist control, highlights the importance of institutional design. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system adaptation --- + +# Economic System Adaptation + +# Definition + +The capacity of economic institutions and policies to evolve and adjust in +response to changing conditions, technological developments, and new +understanding of economic relationships. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how economic systems must adapt to changing conditions, +particularly in response to market signals and the natural development of +trade relationships, rather than being locked into rigid institutional +frameworks. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system effectiveness --- + +# Economic System Effectiveness + +# Definition + +The degree to which an economic system achieves its intended objectives, +such as promoting prosperity, ensuring stability, and serving the interests +of the broader society rather than narrow special interests. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's entire analysis in this chapter is fundamentally about evaluating +the effectiveness of different economic systems and policies, particularly +the contrast between free market outcomes and mercantilist interventions. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system efficiency --- + +# Economic System Efficiency + +# Definition + +The optimal allocation of resources within an economic system to maximize +output and minimize waste, typically achieved through competitive market +processes that reward productive activity and penalize inefficiency. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties centers on their inefficiency in resource +allocation, arguing that they force capital and labor into less productive +channels than would occur naturally in competitive markets. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system sustainability --- + +# Economic System Sustainability + +# Definition + +The ability of an economic system to maintain its productive capacity and +social stability over time without depleting resources or creating +unsustainable dependencies on government intervention. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounty systems create unsustainable dependencies that +ultimately undermine the long-term viability of the industries they purport +to support, making them economically unsustainable. + +## Economic Domain + +General Theory + diff --git a/examples/infospace-with-history/output/entities/book-4-chapter-05-prompt.md b/examples/infospace-with-history/output/entities/book-4-chapter-05-prompt.md new file mode 100644 index 00000000..0740ec35 --- /dev/null +++ b/examples/infospace-with-history/output/entities/book-4-chapter-05-prompt.md @@ -0,0 +1,2507 @@ +# Extract Economic Entities + +You are an analytical economist specializing in classical economic theory. +Your task is to extract distinct economic entities from a chapter of +Adam Smith's *The Wealth of Nations*. + +## Source Chapter + +--- +id: book-4-chapter-05 +title: "OF BOUNTIES." +book: "4" +chapter: 5 +artifact_type: content +--- + +CHAPTER V. +OF BOUNTIES. + + + + Bounties upon exportation are, in Great Britain, frequently petitioned + for, and sometimes granted, to the produce of particular branches of + domestic industry. By means of them, our merchants and manufacturers, it + is pretended, will be enabled to sell their goods as cheap or cheaper than + their rivals in the foreign market. A greater quantity, it is said, will + thus be exported, and the balance of trade consequently turned more in + favour of our own country. We cannot give our workmen a monopoly in the + foreign, as we have done in the home market. We cannot force foreigners to + buy their goods, as we have done our own countrymen. The next best + expedient, it has been thought, therefore, is to pay them for buying. It + is in this manner that the mercantile system proposes to enrich the whole + country, and to put money into all our pockets, by means of the balance of + trade. + + Bounties, it is allowed, ought to be given to those branches of trade only + which cannot be carried on without them. But every branch of trade in + which the merchant can sell his goods for a price which replaces to him, + with the ordinary profits of stock, the whole capital employed in + preparing and sending them to market, can be carried on without a bounty. + Every such branch is evidently upon a level with all the other branches of + trade which are carried on without bounties, and cannot, therefore, + require one more than they. Those trades only require bounties, in which + the merchant is obliged to sell his goods for a price which does not + replace to him his capital, together with the ordinary profit, or in which + he is obliged to sell them for less than it really cost him to send them + to market. The bounty is given in order to make up this loss, and to + encourage him to continue, or, perhaps, to begin a trade, of which the + expense is supposed to be greater than the returns, of which every + operation eats up a part of the capital employed in it, and which is of + such a nature, that if all other trades resembled it, there would soon be + no capital left in the country. + + The trades, it is to be observed, which are carried on by means of + bounties, are the only ones which can be carried on between two nations + for any considerable time together, in such a manner as that one of them + shall always and regularly lose, or sell its goods for less than it + really cost to send them to market. But if the bounty did not repay to the + merchant what he would otherwise lose upon the price of his goods, his own + interest would soon oblige him to employ his stock in another way, or to + find out a trade in which the price of the goods would replace to him, + with the ordinary profit, the capital employed in sending them to market. + The effect of bounties, like that of all the other expedients of the + mercantile system, can only be to force the trade of a country into a + channel much less advantageous than that in which it would naturally run + of its own accord. + + The ingenious and well-informed author of the Tracts upon the Corn Trade + has shown very clearly, that since the bounty upon the exportation of corn + was first established, the price of the corn exported, valued moderately + enough, has exceeded that of the corn imported, valued very high, by a + much greater sum than the amount of the whole bounties which have been + paid during that period. This, he imagines, upon the true principles of + the mercantile system, is a clear proof that this forced corn trade is + beneficial to the nation, the value of the exportation exceeding that of + the importation by a much greater sum than the whole extraordinary expense + which the public has been at in order to get it exported. He does not + consider that this extraordinary expense, or the bounty, is the smallest + part of the expense which the exportation of corn really costs the + society. The capital which the farmer employed in raising it must likewise + be taken into the account. Unless the price of the corn, when sold in the + foreign markets, replaces not only the bounty, but this capital, together + with the ordinary profits of stock, the society is a loser by the + difference, or the national stock is so much diminished. But the very + reason for which it has been thought necessary to grant a bounty, is the + supposed insufficiency of the price to do this. + + The average price of corn, it has been said, has fallen considerably since + the establishment of the bounty. That the average price of corn began to + fall somewhat towards the end of the last century, and has continued to do + so during the course of the sixty-four first years of the present, I have + already endeavoured to show. But this event, supposing it to be real, as I + believe it to be, must have happened in spite of the bounty, and cannot + possibly have happened in consequence of it. It has happened in France, as + well as in England, though in France there was not only no bounty, but, + till 1764, the exportation of corn was subjected to a general prohibition. + This gradual fall in the average price of grain, it is probable, + therefore, is ultimately owing neither to the one regulation nor to the + other, but to that gradual and insensible rise in the real value of + silver, which, in the first book of this discourse, I have endeavoured to + show, has taken place in the general market of Europe during the course of + the present century. It seems to be altogether impossible that the bounty + could ever contribute to lower the price of grain. + + In years of plenty, it has already been observed, the bounty, by + occasioning an extraordinary exportation, necessarily keeps up the price + of corn in the home market above what it would naturally fall to. To do so + was the avowed purpose of the institution. In years of scarcity, though + the bounty is frequently suspended, yet the great exportation which it + occasions in years of plenty, must frequently hinder, more or less, the + plenty of one year from relieving the scarcity of another. Both in years + of plenty and in years of scarcity, therefore, the bounty necessarily + tends to raise the money price of corn somewhat higher than it otherwise + would be in the home market. + + That in the actual state of tillage the bounty must necessarily have this + tendency, will not, I apprehend, be disputed by any reasonable person. But + it has been thought by many people, that it tends to encourage tillage, + and that in two different ways; first, by opening a more extensive foreign + market to the corn of the farmer, it tends, they imagine, to increase the + demand for, and consequently the production of, that commodity; and, + secondly by securing to him a better price than he could otherwise expect + in the actual state of tillage, it tends, they suppose, to encourage + tillage. This double encouragement must they imagine, in a long period of + years, occasion such an increase in the production of corn, as may lower + its price in the home market, much more than the bounty can raise it in + the actual state which tillage may, at the end of that period, happen to + be in. + + I answer, that whatever extension of the foreign market can be occasioned + by the bounty must, in every particular year, be altogether at the expense + of the home market; as every bushel of corn, which is exported by means of + the bounty, and which would not have been exported without the bounty, + would have remained in the home market to increase the consumption, and to + lower the price of that commodity. The corn bounty, it is to be observed, + as well as every other bounty upon exportation, imposes two different + taxes upon the people; first, the tax which they are obliged to + contribute, in order to pay the bounty; and, secondly, the tax which + arises from the advanced price of the commodity in the home market, and + which, as the whole body of the people are purchasers of corn, must, in + this particular commodity, be paid by the whole body of the people. In + this particular commodity, therefore, this second tax is by much the + heaviest of the two. Let us suppose that, taking one year with another, + the bounty of 5s. upon the exportation of the quarter of wheat raises the + price of that commodity in the home market only 6d. the bushel, or 4s. the + quarter higher than it otherwise would have been in the actual state of + the crop. Even upon this very moderate supposition, the great body of the + people, over and above contributing the tax which pays the bounty of 5s. + upon every quarter of wheat exported, must pay another of 4s. upon every + quarter which they themselves consume. But according to the very well + informed author of the Tracts upon the Corn Trade, the average proportion + of the corn exported to that consumed at home, is not more than that of + one to thirty-one. For every 5s. therefore, which they contribute to the + payment of the first tax, they must contribute £6:4s. to the payment of + the second. So very heavy a tax upon the first necessary of life-must + either reduce the subsistence of the labouring poor, or it must occasion + some augmentation in their pecuniary wages, proportionable to that in the + pecuniary price of their subsistence. So far as it operates in the one + way, it must reduce the ability of the labouring poor to educate and bring + up their children, and must, so far, tend to restrain the population of + the country. So far as it operates in the other, it must reduce the + ability of the employers of the poor, to employ so great a number as they + otherwise might do, and must so far tend to restrain the industry of the + country. The extraordinary exportation of corn, therefore occasioned by + the bounty, not only in every particular year diminishes the home, just as + much as it extends the foreign market and consumption, but, by restraining + the population and industry of the country, its final tendency is to stint + and restrain the gradual extension of the home market; and thereby, in the + long-run, rather to diminish than to augment the whole market and + consumption of corn. + + This enhancement of the money price of corn, however, it has been thought, + by rendering that commodity more profitable to the farmer, must + necessarily encourage its production. + + I answer, that this might be the case, if the effect of the bounty was to + raise the real price of corn, or to enable the farmer, with an equal + quantity of it, to maintain a greater number of labourers in the same + manner, whether liberal, moderate, or scanty, than other labourers are + commonly maintained in his neighbourhood. But neither the bounty, it is + evident, nor any other human institution, can have any such effect. It is + not the real, but the nominal price of corn, which can in any considerable + degree be affected by the bounty. And though the tax, which that + institution imposes upon the whole body of the people, may be very + burdensome to those who pay it, it is of very little advantage to those + who receive it. + + The real effect of the bounty is not so much to raise the real value of + corn, as to degrade the real value of silver; or to make an equal quantity + of it exchange for a smaller quantity, not only of corn, but of all other + home made commodities; for the money price of corn regulates that of all + other home made commodities. + + It regulates the money price of labour, which must always be such as to + enable the labourer to purchase a quantity of corn sufficient to maintain + him and his family, either in the liberal, moderate, or scanty manner, in + which the advancing, stationary, or declining, circumstances of the + society, oblige his employers to maintain him. + + It regulates the money price of all the other parts of the rude produce of + land, which, in every period of improvement, must bear a certain + proportion to that of corn, though this proportion is different in + different periods. It regulates, for example, the money price of grass and + hay, of butcher’s meat, of horses, and the maintenance of horses, of land + carriage consequently, or of the greater part of the inland commerce of + the country. + + By regulating the money price of all the other parts of the rude produce + of land, it regulates that of the materials of almost all manufactures; by + regulating the money price of labour, it regulates that of manufacturing + art and industry; and by regulating both, it regulates that of the + complete manufacture. The money price of labour, and of every thing that + is the produce, either of land or labour, must necessarily either rise or + fall in proportion to the money price of corn. + + Though in consequence of the bounty, therefore, the farmer should be + enabled to sell his corn for 4s. the bushel, instead of 3s:6d. and to pay + his landlord a money rent proportionable to this rise in the money price + of his produce; yet if, in consequence of this rise in the price of corn, + 4s. will purchase no more home made goods of any other kind than 3s. 6d. + would have done before, neither the circumstances of the farmer, nor those + of the landlord, will be much mended by this change. The farmer will not + be able to cultivate much better; the landlord will not be able to live + much better. In the purchase of foreign commodities, this enhancement in + the price of corn may give them some little advantage. In that of home + made commodities, it can give them none at all. And almost the whole + expense of the farmer, and the far greater part even of that of the + landlord, is in home made commodities. + + That degradation in the value of silver, which is the effect of the + fertility of the mines, and which operates equally, or very nearly + equally, through the greater part of the commercial world, is a matter of + very little consequence to any particular country. The consequent rise of + all money prices, though it does not make those who receive them really + richer, does not make them really poorer. A service of plate becomes + really cheaper, and every thing else remains precisely of the same real + value as before. + + But that degradation in the value of silver, which, being the effect + either of the peculiar situation or of the political institutions of a + particular country, takes place only in that country, is a matter of very + great consequence, which, far from tending to make anybody really richer, + tends to make every body really poorer. The rise in the money price of all + commodities, which is in this case peculiar to that country, tends to + discourage more or less every sort of industry which is carried on within + it, and to enable foreign nations, by furnishing almost all sorts of goods + for a smaller quantity of silver than its own workmen can afford to do, to + undersell them, not only in the foreign, but even in the home market. + + It is the peculiar situation of Spain and Portugal, as proprietors of the + mines, to be the distributers of gold and silver to all the other + countries of Europe. Those metals ought naturally, therefore, to be + somewhat cheaper in Spain and Portugal than in any other part of Europe. + The difference, however, should be no more than the amount of the freight + and insurance; and, on account of the great value and small bulk of those + metals, their freight is no great matter, and their insurance is the same + as that of any other goods of equal value. Spain and Portugal, therefore, + could suffer very little from their peculiar situation, if they did not + aggravate its disadvantages by their political institutions. + + Spain by taxing, and Portugal by prohibiting, the exportation of gold and + silver, load that exportation with the expense of smuggling, and raise the + value of those metals in other countries so much more above what it is in + their own, by the whole amount of this expense. When you dam up a stream + of water, as soon as the dam is full, as much water must run over the + dam-head as if there was no dam at all. The prohibition of exportation + cannot detain a greater quantity of gold and silver in Spain and Portugal, + than what they can afford to employ, than what the annual produce of their + land and labour will allow them to employ, in coin, plate, gilding, and + other ornaments of gold and silver. When they have got this quantity, the + dam is full, and the whole stream which flows in afterwards must run over. + The annual exportation of gold and silver from Spain and Portugal, + accordingly, is, by all accounts, notwithstanding these restraints, very + near equal to the whole annual importation. As the water, however, must + always be deeper behind the dam-head than before it, so the quantity of + gold and silver which these restraints detain in Spain and Portugal, must, + in proportion to the annual produce of their land and labour, be greater + than what is to be found in other countries. The higher and stronger the + dam-head, the greater must be the difference in the depth of water behind + and before it. The higher the tax, the higher the penalties with which the + prohibition is guarded, the more vigilant and severe the police which + looks after the execution of the law, the greater must be the difference + in the proportion of gold and silver to the annual produce of the land and + labour of Spain and Portugal, and to that of other countries. It is said, + accordingly, to be very considerable, and that you frequently find there a + profusion of plate in houses, where there is nothing else which would in + other countries be thought suitable or correspondent to this sort of + magnificence. The cheapness of gold and silver, or, what is the same + thing, the dearness of all commodities, which is the necessary effect of + this redundancy of the precious metals, discourages both the agriculture + and manufactures of Spain and Portugal, and enables foreign nations to + supply them with many sorts of rude, and with almost all sorts of + manufactured produce, for a smaller quantity of gold and silver than what + they themselves can either raise or make them for at home. The tax and + prohibition operate in two different ways. They not only lower very much + the value of the precious metals in Spain and Portugal, but by detaining + there a certain quantity of those metals which would otherwise flow over + other countries, they keep up their value in those other countries + somewhat above what it otherwise would be, and thereby give those + countries a double advantage in their commerce with Spain and Portugal. + Open the flood-gates, and there will presently be less water above, and + more below the dam-head, and it will soon come to a level in both places. + Remove the tax and the prohibition, and as the quantity of gold and silver + will diminish considerably in Spain and Portugal, so it will increase + somewhat in other countries; and the value of those metals, their + proportion to the annual produce of land and labour, will soon come to a + level, or very near to a level, in all. The loss which Spain and Portugal + could sustain by this exportation of their gold and silver, would be + altogether nominal and imaginary. The nominal value of their goods, and of + the annual produce of their land and labour, would fall, and would be + expressed or represented by a smaller quantity of silver than before; but + their real value would be the same as before, and would be sufficient to + maintain, command, and employ the same quantity of labour. As the nominal + value of their goods would fall, the real value of what remained of their + gold and silver would rise, and a smaller quantity of those metals would + answer all the same purposes of commerce and circulation which had + employed a greater quantity before. The gold and silver which would go + abroad would not go abroad for nothing, but would bring back an equal + value of goods of some kind or other. Those goods, too, would not be all + matters of mere luxury and expense, to be consumed by idle people, who + produce nothing in return for their consumption. As the real wealth and + revenue of idle people would not be augmented by this extraordinary + exportation of gold and silver, so neither would their consumption be much + augmented by it. Those goods would probably, the greater part of them, and + certainly some part of them, consist in materials, tools, and provisions, + for the employment and maintenance of industrious people, who would + reproduce, with a profit, the full value of their consumption. A part of + the dead stock of the society would thus be turned into active stock, and + would put into motion a greater quantity of industry than had been + employed before. The annual produce of their land and labour would + immediately be augmented a little, and in a few years would probably be + augmented a great deal; their industry being thus relieved from one of the + most oppressive burdens which it at present labours under. + + The bounty upon the exportation of corn necessarily operates exactly in + the same way as this absurd policy of Spain and Portugal. Whatever be the + actual state of tillage, it renders our corn somewhat dearer in the home + market than it otherwise would be in that state, and somewhat cheaper in + the foreign; and as the average money price of corn regulates, more or + less, that of all other commodities, it lowers the value of silver + considerably in the one, and tends to raise it a little in the other. It + enables foreigners, the Dutch in particular, not only to eat our corn + cheaper than they otherwise could do, but sometimes to eat it cheaper than + even our own people can do upon the same occasions; as we are assured by + an excellent authority, that of Sir Matthew Decker. It hinders our own + workmen from furnishing their goods for so small a quantity of silver as + they otherwise might do, and enables the Dutch to furnish theirs for a + smaller. It tends to render our manufactures somewhat dearer in every + market, and theirs somewhat cheaper, than they otherwise would be, and + consequently to give their industry a double advantage over our own. + + The bounty, as it raises in the home market, not so much the real, as the + nominal price of our corn; as it augments, not the quantity of labour + which a certain quantity of corn can maintain and employ, but only the + quantity of silver which it will exchange for; it discourages our + manufactures, without rendering any considerable service, either to our + farmers or country gentlemen. It puts, indeed, a little more money into + the pockets of both, and it will perhaps be somewhat difficult to persuade + the greater part of them that this is not rendering them a very + considerable service. But if this money sinks in its value, in the + quantity of labour, provisions, and home-made commodities of all different + kinds which it is capable of purchasing, as much as it rises in its + quantity, the service will be little more than nominal and imaginary. + + There is, perhaps, but one set of men in the whole commonwealth to whom + the bounty either was or could be essentially serviceable. These were the + corn merchants, the exporters and importers of corn. In years of plenty, + the bounty necessarily occasioned a greater exportation than would + otherwise have taken place; and by hindering the plenty of the one year + from relieving the scarcity of another, it occasioned in years of scarcity + a greater importation than would otherwise have been necessary. It + increased the business of the corn merchant in both; and in the years of + scarcity, it not only enabled him to import a greater quantity, but to + sell it for a better price, and consequently with a greater profit, than + he could otherwise have made, if the plenty of one year had not been more + or less hindered from relieving the scarcity of another. It is in this set + of men, accordingly, that I have observed the greatest zeal for the + continuance or renewal of the bounty. + + Our country gentlemen, when they imposed the high duties upon the + exportation of foreign corn, which in times of moderate plenty amount to a + prohibition, and when they established the bounty, seem to have imitated + the conduct of our manufacturers. By the one institution, they secured to + themselves the monopoly of the home market, and by the other they + endeavoured to prevent that market from ever being overstocked with their + commodity. By both they endeavoured to raise its real value, in the same + manner as our manufacturers had, by the like institutions, raised the real + value of many different sorts of manufactured goods. They did not, + perhaps, attend to the great and essential difference which nature has + established between corn and almost every other sort of goods. When, + either by the monopoly of the home market, or by a bounty upon + exportation, you enable our woollen or linen manufacturers to sell their + goods for somewhat a better price than they otherwise could get for them, + you raise, not only the nominal, but the real price of those goods; you + render them equivalent to a greater quantity of labour and subsistence; + you increase not only the nominal, but the real profit, the real wealth + and revenue of those manufacturers; and you enable them, either to live + better themselves, or to employ a greater quantity of labour in those + particular manufactures. You really encourage those manufactures, and + direct towards them a greater quantity of the industry of the country than + what would properly go to them of its own accord. But when, by the like + institutions, you raise the nominal or money price of corn, you do not + raise its real value; you do not increase the real wealth, the real + revenue, either of our farmers or country gentlemen; you do not encourage + the growth of corn, because you do not enable them to maintain and employ + more labourers in raising it. The nature of things has stamped upon corn a + real value, which cannot be altered by merely altering its money price. No + bounty upon exportation, no monopoly of the home market, can raise that + value. The freest competition cannot lower it, Through the world in + general, that value is equal to the quantity of labour which it can + maintain, and in every particular place it is equal to the quantity of + labour which it can maintain in the way, whether liberal, moderate, or + scanty, in which labour is commonly maintained in that place. Woollen or + linen cloth are not the regulating commodities by which the real value of + all other commodities must be finally measured and determined; corn is. + The real value of every other commodity is finally measured and determined + by the proportion which its average money price bears to the average money + price of corn. The real value of corn does not vary with those variations + in its average money price, which sometimes occur from one century to + another; it is the real value of silver which varies with them. + + Bounties upon the exportation of any homemade commodity are liable, first, + to that general objection which may be made to all the different + expedients of the mercantile system; the objection of forcing some part of + the industry of the country into a channel less advantageous than that in + which it would run of its own accord; and, secondly, to the particular + objection of forcing it not only into a channel that is less advantageous, + but into one that is actually disadvantageous; the trade which cannot be + carried on but by means of a bounty being necessarily a losing trade. The + bounty upon the exportation of corn is liable to this further objection, + that it can in no respect promote the raising of that particular commodity + of which it was meant to encourage the production. When our country + gentlemen, therefore, demanded the establishment of the bounty, though + they acted in imitation of our merchants and manufacturers, they did not + act with that complete comprehension of their own interest, which commonly + directs the conduct of those two other orders of people. They loaded the + public revenue with a very considerable expense: they imposed a very heavy + tax upon the whole body of the people; but they did not, in any sensible + degree, increase the real value of their own commodity; and by lowering + somewhat the real value of silver, they discouraged, in some degree, the + general industry of the country, and, instead of advancing, retarded more + or less the improvement of their own lands, which necessarily depend upon + the general industry of the country. + + To encourage the production of any commodity, a bounty upon production, + one should imagine, would have a more direct operation than one upon + exportation. It would, besides, impose only one tax upon the people, that + which they must contribute in order to pay the bounty. Instead of raising, + it would tend to lower the price of the commodity in the home market; and + thereby, instead of imposing a second tax upon the people, it might, at + least in part, repay them for what they had contributed to the first. + Bounties upon production, however, have been very rarely granted. The + prejudices established by the commercial system have taught us to believe, + that national wealth arises more immediately from exportation than from + production. It has been more favoured, accordingly, as the more immediate + means of bringing money into the country. Bounties upon production, it has + been said too, have been found by experience more liable to frauds than + those upon exportation. How far this is true, I know not. That bounties + upon exportation have been abused, to many fraudulent purposes, is very + well known. But it is not the interest of merchants and manufacturers, the + great inventors of all these expedients, that the home market should be + overstocked with their goods; an event which a bounty upon production + might sometimes occasion. A bounty upon exportation, by enabling them to + send abroad their surplus part, and to keep up the price of what remains + in the home market, effectually prevents this. Of all the expedients of + the mercantile system, accordingly, it is the one of which they are the + fondest. I have known the different undertakers of some particular works + agree privately among themselves to give a bounty out of their own pockets + upon the exportation of a certain proportion of the goods which they dealt + in. This expedient succeeded so well, that it more than doubled the price + of their goods in the home market, notwithstanding a very considerable + increase in the produce. The operation of the bounty upon corn must have + been wonderfully different, if it has lowered the money price of that + commodity. + + Something like a bounty upon production, however, has been granted upon + some particular occasions. The tonnage bounties given to the white herring + and whale fisheries may, perhaps, be considered as somewhat of this + nature. They tend directly, it may be supposed, to render the goods + cheaper in the home market than they otherwise would be. In other + respects, their effects, it must be acknowledged, are the same as those of + bounties upon exportation. By means of them, a part of the capital of the + country is employed in bringing goods to market, of which the price does + not repay the cost, together with the ordinary profits of stock. + + But though the tonnage bounties to those fisheries do not contribute to + the opulence of the nation, it may, perhaps, be thought that they + contribute to its defence, by augmenting the number of its sailors and + shipping. This, it may be alleged, may sometimes be done by means of such + bounties, at a much smaller expense than by keeping up a great standing + navy, if I may use such an expression, in the same way as a standing army. + + Notwithstanding these favourable allegations, however, the following + considerations dispose me to believe, that in granting at least one of + these bounties, the legislature has been very grossly imposed upon: + + First, The herring-buss bounty seems too large. + + From the commencement of the winter fishing 1771, to the end of the winter + fishing 1781, the tonnage bounty upon the herring-buss fishery has been at + thirty shillings the ton. During these eleven years, the whole number of + barrels caught by the herring-buss fishery of Scotland amounted to + 378,347. The herrings caught and cured at sea are called sea-sticks. In + order to render them what are called merchantable herrings, it is + necessary to repack them with an additional quantity of salt; and in this + case, it is reckoned, that three barrels of sea-sticks are usually + repacked into two barrels of merchantable herrings. The number of barrels + of merchantable herrings, therefore, caught during these eleven years, + will amount only, according to this account, to 252,231¼. During these + eleven years, the tonnage bounties paid amounted to £155,463:11s. or + 8s:2¼d. upon every barrel of sea-sticks, and to 12s:3¾d. upon every barrel + of merchantable herrings. + + The salt with which these herrings are cured is sometimes Scotch, and + sometimes foreign salt; both which are delivered, free of all excise duty, + to the fish-curers. The excise duty upon Scotch salt is at present 1s:6d., + that upon foreign salt 10s. the bushel. A barrel of herrings is supposed + to require about one bushel and one-fourth of a bushel foreign salt. Two + bushels are the supposed average of Scotch salt. If the herrings are + entered for exportation, no part of this duty is paid up; if entered for + home consumption, whether the herrings were cured with foreign or with + Scotch salt, only one shilling the barrel is paid up. It was the old + Scotch duty upon a bushel of salt, the quantity which, at a low + estimation, had been supposed necessary for curing a barrel of herrings. + In Scotland, foreign salt is very little used for any other purpose but + the curing of fish. But from the 5th April 1771 to the 5th April 1782, the + quantity of foreign salt imported amounted to 936,974 bushels, at + eighty-four pounds the bushel; the quantity of Scotch salt delivered from + the works to the fish-curers, to no more than 168,226, at fifty-six pounds + the bushel only. It would appear, therefore, that it is principally + foreign salt that is used in the fisheries. Upon every barrel of herrings + exported, there is, besides, a bounty of 2s:8d. and more than two-thirds + of the buss-caught herrings are exported. Put all these things together, + and you will find that, during these eleven years, every barrel of + buss-caught herrings, cured with Scotch salt, when exported, has cost + government 17s:11¾d.; and, when entered for home consumption, 14s:3¾d.; + and that every barrel cured with foreign salt, when exported, has cost + government £1:7:5¾d.; and, when entered for home consumption, £1:3:9¾d. + The price of a barrel of good merchantable herrings runs from seventeen + and eighteen to four and five-and-twenty shillings; about a guinea at an + average. {See the accounts at the end of this Book.} + + Secondly, The bounty to the white-herring fishery is a tonnage bounty, and + is proportioned to the burden of the ship, not to her diligence or success + in the fishery; and it has, I am afraid, been too common for the vessels + to fit out for the sole purpose of catching, not the fish but the bounty. + In the year 1759, when the bounty was at fifty shillings the ton, the + whole buss fishery of Scotland brought in only four barrels of sea-sticks. + In that year, each barrel of sea-sticks cost government, in bounties + alone, £113:15s.; each barrel of merchantable herrings £159:7:6. + + Thirdly, The mode of fishing, for which this tonnage bounty in the white + herring fishery has been given (by busses or decked vessels from twenty to + eighty tons burden ), seems not so well adapted to the situation of + Scotland, as to that of Holland, from the practice of which country it + appears to have been borrowed. Holland lies at a great distance from the + seas to which herrings are known principally to resort, and can, + therefore, carry on that fishery only in decked vessels, which can carry + water and provisions sufficient for a voyage to a distant sea; but the + Hebrides, or Western Islands, the islands of Shetland, and the northern + and north-western coasts of Scotland, the countries in whose neighbourhood + the herring fishery is principally carried on, are everywhere intersected + by arms of the sea, which run up a considerable way into the land, and + which, in the language of the country, are called sea-lochs. It is to + these sea-lochs that the herrings principally resort during the seasons in + which they visit these seas; for the visits of this, and, I am assured, of + many other sorts of fish, are not quite regular and constant. A + boat-fishery, therefore, seems to be the mode of fishing best adapted to + the peculiar situation of Scotland, the fishers carrying the herrings on + shore as fast as they are taken, to be either cured or consumed fresh. But + the great encouragement which a bounty of 30s. the ton gives to the + buss-fishery, is necessarily a discouragement to the boat-fishery, which, + having no such bounty, cannot bring its cured fish to market upon the same + terms as the buss-fishery. The boat-fishery; accordingly, which, before + the establishment of the buss-bounty, was very considerable, and is said + to have employed a number of seamen, not inferior to what the buss-fishery + employs at present, is now gone almost entirely to decay. Of the former + extent, however, of this now ruined and abandoned fishery, I must + acknowledge that I cannot pretend to speak with much precision. As no + bounty was-paid upon the outfit of the boat-fishery, no account was taken + of it by the officers of the customs or salt duties. + + Fourthly, In many parts of Scotland, during certain seasons of the year, + herrings make no inconsiderable part of the food of the common people. A + bounty which tended to lower their price in the home market, might + contribute a good deal to the relief of a great number of our + fellow-subjects, whose circumstances are by no means affluent. But the + herring-bus bounty contributes to no such good purpose. It has ruined the + boat fishery, which is by far the best adapted for the supply of the home + market; and the additional bounty of 2s:8d. the barrel upon exportation, + carries the greater part, more than two-thirds, of the produce of the + buss-fishery abroad. Between thirty and forty years ago, before the + establishment of the buss-bounty, 16s. the barrel, I have been assured, + was the common price of white herrings. Between ten and fifteen years ago, + before the boat-fishery was entirely ruined, the price was said to have + run from seventeen to twenty shillings the barrel. For these last five + years, it has, at an average, been at twenty-five shillings the barrel. + This high price, however, may have been owing to the real scarcity of the + herrings upon the coast of Scotland. I must observe, too, that the cask or + barrel, which is usually sold with the herrings, and of which the price is + included in all the foregoing prices, has, since the commencement of the + American war, risen to about double its former price, or from about 3s. to + about 6s. I must likewise observe, that the accounts I have received of + the prices of former times, have been by no means quite uniform and + consistent, and an old man of great accuracy and experience has assured + me, that, more than fifty years ago, a guinea was the usual price of a + barrel of good merchantable herrings; and this, I imagine, may still be + looked upon as the average price. All accounts, however, I think, agree + that the price has not been lowered in the home market in consequence of + the buss-bounty. + + When the undertakers of fisheries, after such liberal bounties have been + bestowed upon them, continue to sell their commodity at the same, or even + at a higher price than they were accustomed to do before, it might be + expected that their profits should be very great; and it is not improbable + that those of some individuals may have been so. In general, however, I + have every reason to believe they have been quite otherwise. The usual + effect of such bounties is, to encourage rash undertakers to adventure in + a business which they do not understand; and what they lose by their own + negligence and ignorance, more than compensates all that they can gain by + the utmost liberality of government. In 1750, by the same act which first + gave the bounty of 30s. the ton for the encouragement of the white herring + fishery (the 23d Geo. II. chap. 24), a joint stock company was erected, + with a capital of £500,000, to which the subscribers (over and above all + other encouragements, the tonnage bounty just now mentioned, the + exportation bounty of 2s:8d. the barrel, the delivery of both British and + foreign salt duty free) were, during the space of fourteen years, for + every hundred pounds which they subscribed and paid into the stock of the + society, entitled to three pounds a-year, to be paid by the + receiver-general of the customs in equal half-yearly payments. Besides + this great company, the residence of whose governor and directors was to + be in London, it was declared lawful to erect different fishing chambers + in all the different out-ports of the kingdom, provided a sum not less + than £10,000 was subscribed into the capital of each, to be managed at its + own risk, and for its own profit and loss. The same annuity, and the same + encouragements of all kinds, were given to the trade of those inferior + chambers as to that of the great company. The subscription of the great + company was soon filled up, and several different fishing chambers were + erected in the different out-ports of the kingdom. In spite of all these + encouragements, almost all those different companies, both great and + small, lost either the whole or the greater part of their capitals; scarce + a vestige now remains of any of them, and the white-herring fishery is now + entirely, or almost entirely, carried on by private adventurers. + + If any particular manufacture was necessary, indeed, for the defence of + the society, it might not always be prudent to depend upon our neighbours + for the supply; and if such manufacture could not otherwise be supported + at home, it might not be unreasonable that all the other branches of + industry should be taxed in order to support it. The bounties upon the + exportation of British made sail-cloth, and British made gunpowder, may, + perhaps, both be vindicated upon this principle. + + But though it can very seldom be reasonable to tax the industry of the + great body of the people, in order to support that of some particular + class of manufacturers; yet, in the wantonness of great prosperity, when + the public enjoys a greater revenue than it knows well what to do with, to + give such bounties to favourite manufactures, may, perhaps, be as natural + as to incur any other idle expense. In public, as well as in private + expenses, great wealth, may, perhaps, frequently be admitted as an apology + for great folly. But there must surely be something more than ordinary + absurdity in continuing such profusion in times of general difficulty and + distress. + + What is called a bounty, is sometimes no more than a drawback, and, + consequently, is not liable to the same objections as what is properly a + bounty. The bounty, for example, upon refined sugar exported, may be + considered as a drawback of the duties upon the brown and Muscovado + sugars, from which it is made; the bounty upon wrought silk exported, a + drawback of the duties upon raw and thrown silk imported; the bounty upon + gunpowder exported, a drawback of the duties upon brimstone and saltpetre + imported. In the language of the customs, those allowances only are called + drawbacks which are given upon goods exported in the same form in which + they are imported. When that form has been so altered by manufacture of + any kind as to come under a new denomination, they are called bounties. + + Premiums given by the public to artists and manufacturers, who excel in + their particular occupations, are not liable to the same objections as + bounties. By encouraging extraordinary dexterity and ingenuity, they serve + to keep up the emulation of the workmen actually employed in those + respective occupations, and are not considerable enough to turn towards + any one of them a greater share of the capital of the country than what + would go to it of its own accord. Their tendency is not to overturn the + natural balance of employments, but to render the work which is done in + each as perfect and complete as possible. The expense of premiums, + besides, is very trifling, that of bounties very great. The bounty upon + corn alone has sometimes cost the public, in one year, more than £300,000. + + Bounties are sometimes called premiums, as drawbacks are sometimes called + bounties. But we must, in all cases, attend to the nature of the thing, + without paying any regard to the word. + + Digression concerning the Corn Trade and Corn Laws. + + I cannot conclude this chapter concerning bounties, without observing, + that the praises which have been bestowed upon the law which establishes + the bounty upon the exportation of corn, and upon that system of + regulations which is connected with it, are altogether unmerited. A + particular examination of the nature of the corn trade, and of the + principal British laws which relate to it, will sufficiently demonstrate + the truth of this assertion. The great importance of this subject must + justify the length of the digression. + + The trade of the corn merchant is composed of four different branches, + which, though they may sometimes be all carried on by the same person, + are, in their own nature, four separate and distinct trades. These are, + first, the trade of the inland dealer; secondly, that of the + merchant-importer for home consumption; thirdly, that of the + merchant-exporter of home produce for foreign consumption; and, fourthly, + that of the merchant-carrier, or of the importer of corn, in order to + export it again. + + I. The interest of the inland dealer, and that of the great body of the + people, how opposite soever they may at first appear, are, even in years + of the greatest scarcity, exactly the same. It is his interest to raise + the price of his corn as high as the real scarcity of the season + requires, and it can never be his interest to raise it higher. By raising + the price, he discourages the consumption, and puts every body more or + less, but particularly the inferior ranks of people, upon thrift and good + management. If, by raising it too high, he discourages the consumption so + much that the supply of the season is likely to go beyond the consumption + of the season, and to last for some time after the next crop begins to + come in, he runs the hazard, not only of losing a considerable part of + his corn by natural causes, but of being obliged to sell what remains of + it for much less than what he might have had for it several months + before. If, by not raising the price high enough, he discourages the + consumption so little, that the supply of the season is likely to fall + short of the consumption of the season, he not only loses a part of the + profit which he might otherwise have made, but he exposes the people to + suffer before the end of the season, instead of the hardships of a + dearth, the dreadful horrors of a famine. It is the interest of the + people that their daily, weekly, and monthly consumption should be + proportioned as exactly as possible to the supply of the season. The + interest of the inland corn dealer is the same. By supplying them, as + nearly as he can judge, in this proportion, he is likely to sell all his + corn for the highest price, and with the greatest profit; and his + knowledge of the state of the crop, and of his daily, weekly, and monthly + sales, enables him to judge, with more or less accuracy, how far they + really are supplied in this manner. Without intending the interest of the + people, he is necessarily led, by a regard to his own interest, to treat + them, even in years of scarcity, pretty much in the same manner as the + prudent master of a vessel is sometimes obliged to treat his crew. When + he foresees that provisions are likely to run short, he puts them upon + short allowance. Though from excess of caution he should sometimes do + this without any real necessity, yet all the inconveniencies which his + crew can thereby suffer are inconsiderable, in comparison of the danger, + misery, and ruin, to which they might sometimes be exposed by a less + provident conduct. Though, from excess of avarice, in the same manner, + the inland corn merchant should sometimes raise the price of his corn + somewhat higher than the scarcity of the season requires, yet all the + inconveniencies which the people can suffer from this conduct, which + effectually secures them from a famine in the end of the season, are + inconsiderable, in comparison of what they might have been exposed to by + a more liberal way of dealing in the beginning of it the corn merchant + himself is likely to suffer the most by this excess of avarice; not only + from the indignation which it generally excites against him, but, though + he should escape the effects of this indignation, from the quantity of + corn which it necessarily leaves upon his hands in the end of the season, + and which, if the next season happens to prove favourable, he must always + sell for a much lower price than he might otherwise have had. + + Were it possible, indeed, for one great company of merchants to possess + themselves of the whole crop of an extensive country, it might perhaps be + their interest to deal with it, as the Dutch are said to do with the + spiceries of the Moluccas, to destroy or throw away a considerable part of + it, in order to keep up the price of the rest. But it is scarce possible, + even by the violence of law, to establish such an extensive monopoly with + regard to corn; and wherever the law leaves the trade free, it is of all + commodities the least liable to be engrossed or monopolised by the force + a few large capitals, which buy up the greater part of it. Not only its + value far exceeds what the capitals of a few private men are capable of + purchasing; but, supposing they were capable of purchasing it, the manner + in which it is produced renders this purchase altogether impracticable. + As, in every civilized country, it is the commodity of which the annual + consumption is the greatest; so a greater quantity of industry is annually + employed in producing corn than in producing any other commodity. When it + first comes from the ground, too, it is necessarily divided among a + greater number of owners than any other commodity; and these owners can + never be collected into one place, like a number of independent + manufacturers, but are necessarily scattered through all the different + corners of the country. These first owners either immediately supply the + consumers in their own neighbourhood, or they supply other inland dealers, + who supply those consumers. The inland dealers in corn, therefore, + including both the farmer and the baker, are necessarily more numerous + than the dealers in any other commodity; and their dispersed situation + renders it altogether impossible for them to enter into any general + combination. If, in a year of scarcity, therefore, any of them should find + that he had a good deal more corn upon hand than, at the current price, he + could hope to dispose of before the end of the season, he would never + think of keeping up this price to his own loss, and to the sole benefit of + his rivals and competitors, but would immediately lower it, in order to + get rid of his corn before the new crop began to come in. The same + motives, the same interests, which would thus regulate the conduct of any + one dealer, would regulate that of every other, and oblige them all in + general to sell their corn at the price which, according to the best of + their judgment, was most suitable to the scarcity or plenty of the season. + + Whoever examines, with attention, the history of the dearths and famines + which have afflicted any part of Europe during either the course of the + present or that of the two preceding centuries, of several of which we + have pretty exact accounts, will find, I believe, that a dearth never has + arisen from any combination among the inland dealers in corn, nor from any + other cause but a real scarcity, occasioned sometimes, perhaps, and in + some particular places, by the waste of war, but in by far the greatest + number of cases by the fault of the seasons; and that a famine has never + arisen from any other cause but the violence of government attempting, by + improper means, to remedy the inconveniencies of a dearth. + + In an extensive corn country, between all the different parts of which + there is a free commerce and communication, the scarcity occasioned by the + most unfavourable seasons can never be so great as to produce a famine; + and the scantiest crop, if managed with frugality and economy, will + maintain, through the year, the same number of people that are commonly + fed in a more affluent manner by one of moderate plenty. The seasons most + unfavourable to the crop are those of excessive drought or excessive rain. + But as corn grows equally upon high and low lands, upon grounds that are + disposed to be too wet, and upon those that are disposed to be too dry, + either the drought or the rain, which is hurtful to one part of the + country, is favourable to another; and though, both in the wet and in the + dry season, the crop is a good deal less than in one more properly + tempered; yet, in both, what is lost in one part of the country is in some + measure compensated by what is gained in the other. In rice countries, + where the crop not only requires a very moist soil, but where, in a + certain period of its growing, it must be laid under water, the effects of + a drought are much more dismal. Even in such countries, however, the + drought is, perhaps, scarce ever so universal as necessarily to occasion a + famine, if the government would allow a free trade. The drought in Bengal, + a few years ago, might probably have occasioned a very great dearth. Some + improper regulations, some injudicious restraints, imposed by the servants + of the East India Company upon the rice trade, contributed, perhaps, to + turn that dearth into a famine. + + When the government, in order to remedy the inconveniencies of a dearth, + orders all the dealers to sell their corn at what it supposes a reasonable + price, it either hinders them from bringing it to market, which may + sometimes produce a famine even in the beginning of the season; or, if + they bring it thither, it enables the people, and thereby encourages them + to consume it so fast as must necessarily produce a famine before the end + of the season. The unlimited, unrestrained freedom of the corn trade, as + it is the only effectual preventive of the miseries of a famine, so it is + the best palliative of the inconveniencies of a dearth; for the + inconveniencies of a real scarcity cannot be remedied; they can only be + palliated. No trade deserves more the full protection of the law, and no + trade requires it so much; because no trade is so much exposed to popular + odium. + + In years of scarcity, the inferior ranks of people impute their distress + to the avarice of the corn merchant, who becomes the object of their + hatred and indignation. Instead of making profit upon such occasions, + therefore, he is often in danger of being utterly ruined, and of having + his magazines plundered and destroyed by their violence. It is in years of + scarcity, however, when prices are high, that the corn merchant expects to + make his principal profit. He is generally in contract with some farmers + to furnish him, for a certain number of years, with a certain quantity of + corn, at a certain price. This contract price is settled according to what + is supposed to be the moderate and reasonable, that is, the ordinary or + average price, which, before the late years of scarcity, was commonly + about 28s. for the quarter of wheat, and for that of other grain in + proportion. In years of scarcity, therefore, the corn merchant buys a + great part of his corn for the ordinary price, and sells it for a much + higher. That this extraordinary profit, however, is no more than + sufficient to put his trade upon a fair level with other trades, and to + compensate the many losses which he sustains upon other occasions, both + from the perishable nature of the commodity itself, and from the frequent + and unforeseen fluctuations of its price, seems evident enough, from this + single circumstance, that great fortunes are as seldom made in this as in + any other trade. The popular odium, however, which attends it in years of + scarcity, the only years in which it can be very profitable, renders + people of character and fortune averse to enter into it. It is abandoned + to an inferior set of dealers; and millers, bakers, meal-men, and + meal-factors, together with a number of wretched hucksters, are almost the + only middle people that, in the home market, come between the grower and + the consumer. + + The ancient policy of Europe, instead of discountenancing this popular + odium against a trade so beneficial to the public, seems, on the contrary, + to have authorised and encouraged it. + + By the 5th and 6th of Edward VI cap. 14, it was enacted, that whoever + should buy any corn or grain, with intent to sell it again, should be + reputed an unlawful engrosser, and should, for the first fault, suffer two + months imprisonment, and forfeit the value of the corn; for the second, + suffer six months imprisonment, and forfeit double the value; and, for the + third, be set in the pillory, suffer imprisonment during the king’s + pleasure, and forfeit all his goods and chattels. The ancient policy of + most other parts of Europe was no better than that of England. + + Our ancestors seem to have imagined, that the people would buy their corn + cheaper of the farmer than of the corn merchant, who, they were afraid, + would require, over and above the price which he paid to the farmer, an + exorbitant profit to himself. They endeavoured, therefore, to annihilate + his trade altogether. They even endeavoured to hinder, as much as + possible, any middle man of any kind from coming in between the grower and + the consumer; and this was the meaning of the many restraints which they + imposed upon the trade of those whom they called kidders, or carriers of + corn; a trade which nobody was allowed to exercise without a licence, + ascertaining his qualifications as a man of probity and fair dealing. The + authority of three justices of the peace was, by the statute of Edward VI. + necessary in order to grant this licence. But even this restraint was + afterwards thought insufficient, and, by a statute of Elizabeth, the + privilege of granting it was confined to the quarter-sessions. + + The ancient policy of Europe endeavoured, in this manner, to regulate + agriculture, the great trade of the country, by maxims quite different + from those which it established with regard to manufactures, the great + trade of the towns. By leaving a farmer no other customers but either the + consumers or their immediate factors, the kidders and carriers of corn, it + endeavoured to force him to exercise the trade, not only of a farmer, but + of a corn merchant, or corn retailer. On the contrary, it, in many cases, + prohibited the manufacturer from exercising the trade of a shopkeeper, or + from selling his own goods by retail. It meant, by the one law, to promote + the general interest of the country, or to render corn cheap, without, + perhaps, its being well understood how this was to be done. By the other, + it meant to promote that of a particular order of men, the shopkeepers, + who would be so much undersold by the manufacturer, it was supposed, that + their trade would be ruined, if he was allowed to retail at all. + + The manufacturer, however, though he had been allowed to keep a shop, and + to sell his own goods by retail, could not have undersold the common + shopkeeper. Whatever part of his capital he might have placed in his shop, + he must have withdrawn it from his manufacture. In order to carry on his + business on a level with that of other people, as he must have had the + profit of a manufacturer on the one part, so he must have had that of a + shopkeeper upon the other. Let us suppose, for example, that in the + particular town where he lived, ten per cent. was the ordinary profit both + of manufacturing and shopkeeping stock; he must in this case have charged + upon every piece of his own goods, which he sold in his shop, a profit of + twenty per cent. When he carried them from his workhouse to his shop, he + must have valued them at the price for which he could have sold them to a + dealer or shopkeeper, who would have bought them by wholesale. If he + valued them lower, he lost a part of the profit of his manufacturing + capital. When, again, he sold them from his shop, unless he got the same + price at which a shopkeeper would have sold them, he lost a part of the + profit of his shop-keeping capital. Though he might appear, therefore, to + make a double profit upon the same piece of goods, yet, as these goods + made successively a part of two distinct capitals, he made but a single + profit upon the whole capital employed about them; and if he made less + than his profit, he was a loser, and did not employ his whole capital with + the same advantage as the greater part of his neighbours. + + What the manufacturer was prohibited to do, the farmer was in some measure + enjoined to do; to divide his capital between two different employments; + to keep one part of it in his granaries and stack-yard, for supplying the + occasional demands of the market, and to employ the other in the + cultivation of his land. But as he could not afford to employ the latter + for less than the ordinary profits of farming stock, so he could as little + afford to employ the former for less than the ordinary profits of + mercantile stock. Whether the stock which really carried on the business + of a corn merchant belonged to the person who was called a farmer, or to + the person who was called a corn merchant, an equal profit was in both + cases requisite, in order to indemnify its owner for employing it in this + manner, in order to put his business on a level with other trades, and in + order to hinder him from having an interest to change it as soon as + possible for some other. The farmer, therefore, who was thus forced to + exercise the trade of a corn merchant, could not afford to sell his corn + cheaper than any other corn merchant would have been obliged to do in the + case of a free competition. + + The dealer who can employ his whole stock in one single branch of + business, has an advantage of the same kind with the workman who can + employ his whole labour in one single operation. As the latter acquires a + dexterity which enables him, with the same two hands, to perform a much + greater quantity of work, so the former acquires so easy and ready a + method of transacting his business, of buying and disposing of his goods, + that with the same capital he can transact a much greater quantity of + business. As the one can commonly afford his work a good deal cheaper, so + the other can commonly afford his goods somewhat cheaper, than if his + stock and attention were both employed about a greater variety of objects. + The greater part of manufacturers could not afford to retail their own + goods so cheap as a vigilant and active shopkeeper, whose sole business it + was to buy them by wholesale and to retail them again. The greater part of + farmers could still less afford to retail their own corn, to supply the + inhabitants of a town, at perhaps four or five miles distance from the + greater part of them, so cheap as a vigilant and active corn merchant, + whose sole business it was to purchase corn by wholesale, to collect it + into a great magazine, and to retail it again. + + The law which prohibited the manufacturer from exercising the trade of a + shopkeeper, endeavoured to force this division in the employment of stock + to go on faster than it might otherwise have done. The law which obliged + the farmer to exercise the trade of a corn merchant, endeavoured to hinder + it from going on so fast. Both laws were evident violations of natural + liberty, and therefore unjust; and they were both, too, as impolitic as + they were unjust. It is the interest of every society, that things of this + kind should never either he forced or obstructed. The man who employs + either his labour or his stock in a greater variety of ways than his + situation renders necessary, can never hurt his neighbour by underselling + him. He may hurt himself, and he generally does so. Jack-of-all-trades + will never be rich, says the proverb. But the law ought always to trust + people with the care of their own interest, as in their local situations + they must generally be able to judge better of it than the legislature can + do. The law, however, which obliged the farmer to exercise the trade of a + corn merchant was by far the most pernicious of the two. + + It obstructed not only that division in the employment of stock which is + so advantageous to every society, but it obstructed likewise the + improvement and cultivation of the land. By obliging the farmer to carry + on two trades instead of one, it forced him to divide his capital into two + parts, of which one only could be employed in cultivation. But if he had + been at liberty to sell his whole crop to a corn merchant as fast as he + could thresh it out, his whole capital might have returned immediately to + the land, and have been employed in buying more cattle, and hiring more + servants, in order to improve and cultivate it better. But by being + obliged to sell his corn by retail, he was obliged to keep a great part of + his capital in his granaries and stack-yard through the year, and could + not therefore cultivate so well as with the same capital he might + otherwise have done. This law, therefore, necessarily obstructed the + improvement of the land, and, instead of tending to render corn cheaper, + must have tended to render it scarcer, and therefore dearer, than it would + otherwise have been. + + After the business of the farmer, that of the corn merchant is in reality + the trade which, if properly protected and encouraged, would contribute + the most to the raising of corn. It would support the trade of the farmer, + in the same manner as the trade of the wholesale dealer supports that of + the manufacturer. + + The wholesale dealer, by affording a ready market to the manufacturer, by + taking his goods off his hand as fast as he can make them, and by + sometimes even advancing their price to him before he has made them, + enables him to keep his whole capital, and sometimes even more than his + whole capital, constantly employed in manufacturing, and consequently to + manufacture a much greater quantity of goods than if he was obliged to + dispose of them himself to the immediate consumers, or even to the + retailers. As the capital of the wholesale merchant, too, is generally + sufficient to replace that of many manufacturers, this intercourse between + him and them interests the owner of a large capital to support the owners + of a great number of small ones, and to assist them in those losses and + misfortunes which might otherwise prove ruinous to them. + + An intercourse of the same kind universally established between the + farmers and the corn merchants, would be attended with effects equally + beneficial to the farmers. They would be enabled to keep their whole + capitals, and even more than their whole capitals constantly employed in + cultivation. In case of any of those accidents to which no trade is more + liable than theirs, they would find in their ordinary customer, the + wealthy corn merchant, a person who had both an interest to support them, + and the ability to do it; and they would not, as at present, be entirely + dependent upon the forbearance of their landlord, or the mercy of his + steward. Were it possible, as perhaps it is not, to establish this + intercourse universally, and all at once; were it possible to turn all at + once the whole farming stock of the kingdom to its proper business, the + cultivation of land, withdrawing it from every other employment into which + any part of it may be at present diverted; and were it possible, in order + to support and assist, upon occasion, the operations of this great stock, + to provide all at once another stock almost equally great; it is not, + perhaps, very easy to imagine how great, how extensive, and how sudden, + would be the improvement which this change of circumstances would alone + produce upon the whole face of the country. + + The statute of Edward VI. therefore, by prohibiting as much as possible + any middle man from coming in between the grower and the consumer, + endeavoured to annihilate a trade, of which the free exercise is not only + the best palliative of the inconveniencies of a dearth, but the best + preventive of that calamity; after the trade of the farmer, no trade + contributing so much to the growing of corn as that of the corn merchant. + + The rigour of this law was afterwards softened by several subsequent + statutes, which successively permitted the engrossing of corn when the + price of wheat should not exceed 20s. and 24s. 32s. and 40s. the quarter. + At last, by the 15th of Charles II. c.7, the engrossing or buying of corn, + in order to sell it again, as long as the price of wheat did not exceed + 48s. the quarter, and that of other grain in proportion, was declared + lawful to all persons not being forestallers, that is, not selling again + in the same market within three months. All the freedom which the trade of + the inland corn dealer has ever yet enjoyed was bestowed upon it by this + statute. The statute of the twelfth of the present king, which repeals + almost all the other ancient laws against engrossers and forestallers, + does not repeal the restrictions of this particular statute, which + therefore still continue in force. + + This statute, however, authorises in some measure two very absurd popular + prejudices. + + First, It supposes, that when the price of wheat has risen so high as 48s. + the quarter, and that of other grain in proportion, corn is likely to be + so engrossed as to hurt the people. But, from what has been already said, + it seems evident enough, that corn can at no price be so engrossed by the + inland dealers as to hurt the people; and 48s. the quarter, besides, + though it may be considered as a very high price, yet, in years of + scarcity, it is a price which frequently takes place immediately after + harvest, when scarce any part of the new crop can be sold off, and when it + is impossible even for ignorance to suppose that any part of it can be so + engrossed as to hurt the people. + + Secondly, It supposes that there is a certain price at which corn is + likely to be forestalled, that is, bought up in order to be sold again + soon after in the same market, so as to hurt the people. But if a merchant + ever buys up corn, either going to a particular market, or in a particular + market, in order to sell it again soon after in the same market, it must + be because he judges that the market cannot be so liberally supplied + through the whole season as upon that particular occasion, and that the + price, therefore, must soon rise. If he judges wrong in this, and if the + price does not rise, he not only loses the whole profit of the stock which + he employs in this manner, but a part of the stock itself, by the expense + and loss which necessarily attend the storing and keeping of corn. He + hurts himself, therefore, much more essentially than he can hurt even the + particular people whom he may hinder from supplying themselves upon that + particular market day, because they may afterwards supply themselves just + as cheap upon any other market day. If he judges right, instead of hurting + the great body of the people, he renders them a most important service. By + making them feel the inconveniencies of a dearth somewhat earlier than + they otherwise might do, he prevents their feeling them afterwards so + severely as they certainly would do, if the cheapness of price encouraged + them to consume faster than suited the real scarcity of the season. When + the scarcity is real, the best thing that can be done for the people is, + to divide the inconvenience of it as equally as possible, through all the + different months and weeks and days of the year. The interest of the corn + merchant makes him study to do this as exactly as he can; and as no other + person can have either the same interest, or the same knowledge, or the + same abilities, to do it so exactly as he, this most important operation + of commerce ought to be trusted entirely to him; or, in other words, the + corn trade, so far at least as concerns the supply of the home market, + ought to be left perfectly free. + + The popular fear of engrossing and forestalling may be compared to the + popular terrors and suspicions of witchcraft. The unfortunate wretches + accused of this latter crime were not more innocent of the misfortunes + imputed to them, than those who have been accused of the former. The law + which put an end to all prosecutions against witchcraft, which put it out + of any man’s power to gratify his own malice by accusing his neighbour of + that imaginary crime, seems effectually to have put an end to those fears + and suspicions, by taking away the great cause which encouraged and + supported them. The law which would restore entire freedom to the inland + trade of corn, would probably prove as effectual to put an end to the + popular fears of engrossing and forestalling. + + The 15th of Charles II. c. 7, however, with all its imperfections, has, + perhaps, contributed more, both to the plentiful supply of the home + market, and to the increase of tillage, than any other law in the statute + book. It is from this law that the inland corn trade has derived all the + liberty and protection which it has ever yet enjoyed; and both the supply + of the home market and the interest of tillage are much more effectually + promoted by the inland, than either by the importation or exportation + trade. + + The proportion of the average quantity of all sorts of grain imported into + Great Britain to that of all sorts of grain consumed, it has been computed + by the author of the Tracts upon the Corn Trade, does not exceed that of + one to five hundred and seventy. For supplying the home market, therefore, + the importance of the inland trade must be to that of the importation + trade as five hundred and seventy to one. + + The average quantity of all sorts of grain exported from Great Britain + does not, according to the same author, exceed the one-and-thirtieth part + of the annual produce. For the encouragement of tillage, therefore, by + providing a market for the home produce, the importance of the inland + trade must be to that of the exportation trade as thirty to one. + + I have no great faith in political arithmetic, and I mean not to warrant + the exactness of either of these computations. I mention them only in + order to show of how much less consequence, in the opinion of the most + judicious and experienced persons, the foreign trade of corn is than the + home trade. The great cheapness of corn in the years immediately preceding + the establishment of the bounty may, perhaps with reason, he ascribed in + some measure to the operation of this statute of Charles II. which had + been enacted about five-and-twenty years before, and which had, therefore, + full time to produce its effect. + + A very few words will sufficiently explain all that I have to say + concerning the other three branches of the corn trade. + + II. The trade of the merchant-importer of foreign corn for home + consumption, evidently contributes to the immediate supply of the home + market, and must so far be immediately beneficial to the great body of the + people. It tends, indeed, to lower somewhat the average money price of + corn, but not to diminish its real value, or the quantity of labour which + it is capable of maintaining. If importation was at all times free, our + farmers and country gentlemen would probably, one year with another, get + less money for their corn than they do at present, when importation is at + most times in effect prohibited; but the money which they got would be of + more value, would buy more goods of all other kinds, and would employ more + labour. Their real wealth, their real revenue, therefore, would be the + same as at present, though it might be expressed by a smaller quantity of + silver, and they would neither be disabled nor discouraged from + cultivating corn as much as they do at present. On the contrary, as the + rise in the real value of silver, in consequence of lowering the money + price of corn, lowers somewhat the money price of all other commodities, + it gives the industry of the country where it takes place some advantage + in all foreign markets and thereby tends to encourage and increase that + industry. But the extent of the home market for corn must be in proportion + to the general industry of the country where it grows, or to the number of + those who produce something else, and therefore, have something else, or, + what comes to the same thing, the price of something else, to give in + exchange for corn. But in every country, the home market, as it is the + nearest and most convenient, so is it likewise the greatest and most + important market for corn. That rise in the real value of silver, + therefore, which is the effect of lowering the average money price of + corn, tends to enlarge the greatest and most important market for corn, + and thereby to encourage, instead of discouraging its growth. + + By the 22d of Charles II. c. 13, the importation of wheat, whenever the + price in the home market did not exceed 53s:4d. the quarter, was subjected + to a duty of 16s. the quarter; and to a duty of 8s. whenever the price did + not exceed £4. The former of these two prices has, for more than a century + past, taken place only in times of very great scarcity; and the latter + has, so far as I know, not taken place at all. Yet, till wheat has risen + above this latter price, it was, by this statute, subjected to a very high + duty; and, till it had risen above the former, to a duty which amounted to + a prohibition. The importation of other sorts of grain was restrained at + rates and by duties, in proportion to the value of the grain, almost + equally high. Before the 13th of the present king, the following were the + duties payable upon the importation of the different sorts of grain: + + + Grain. Duties. Duties Duties. + Beans to 28s. per qr. 19s:10d. after till 40s. 16s:8d. then 12d. + Barley to 28s. - 19s:10d. - 32s. 16s. - 12d. + Malt is prohibited by the annual malt-tax bill. + Oats to 16s. - 5s:10d. after - 9½d. + Pease to 40s. - 16s: 0d. after - 9¾d. + Rye to 36s. - 19s:10d. till 40s. 16s:8d - 12d. + Wheat to 44s. - 21s: 9d. till 53s:4d. 17s. - 8s. + till £4, and after that about 1s:4d. + Buck-wheat to 32s. per qr. to pay 16s. + + + + These different duties were imposed, partly by the 22d of Charles II. in + place of the old subsidy, partly by the new subsidy, by the one-third and + two-thirds subsidy, and by the subsidy 1747. Subsequent laws still further + increased those duties. + + The distress which, in years of scarcity, the strict execution of those + laws might have brought upon the people, would probably have been very + great; but, upon such occasions, its execution was generally suspended by + temporary statutes, which permitted, for a limited time, the importation + of foreign corn. The necessity of these temporary statutes sufficiently + demonstrates the impropriety of this general one. + + These restraints upon importation, though prior to the establishment of + the bounty, were dictated by the same spirit, by the same principles, + which afterwards enacted that regulation. How hurtful soever in + themselves, these, or some other restraints upon importation, became + necessary in consequence of that regulation. If, when wheat was either + below 48s. the quarter, or not much above it, foreign corn could have been + imported, either duty free, or upon paying only a small duty, it might + have been exported again, with the benefit of the bounty, to the great + loss of the public revenue, and to the entire perversion of the + institution, of which the object was to extend the market for the home + growth, not that for the growth of foreign countries. + + III. The trade of the merchant-exporter of corn for foreign consumption, + certainly does not contribute directly to the plentiful supply of the home + market. It does so, however, indirectly. From whatever source this supply + maybe usually drawn, whether from home growth, or from foreign + importation, unless more corn is either usually grown, or usually imported + into the country, than what is usually consumed in it, the supply of the + home market can never be very plentiful. But unless the surplus can, in + all ordinary cases, be exported, the growers will be careful never to grow + more, and the importers never to import more, than what the bare + consumption of the home market requires. That market will very seldom be + overstocked; but it will generally be understocked; the people, whose + business it is to supply it, being generally afraid lest their goods + should be left upon their hands. The prohibition of exportation limits the + improvement and cultivation of the country to what the supply of its own + inhabitants require. The freedom of exportation enables it to extend + cultivation for the supply of foreign nations. + + By the 12th of Charles II. c.4, the exportation of corn was permitted + whenever the price of wheat did not exceed 40s. the quarter, and that of + other grain in proportion. By the 15th of the same prince, this liberty + was extended till the price of wheat exceeded 48s. the quarter; and by the + 22d, to all higher prices. A poundage, indeed, was to be paid to the king + upon such exportation; but all grain was rated so low in the book of + rates, that this poundage amounted only, upon wheat to 1s., upon oats to + 4d., and upon all other grain to 6d. the quarter. By the 1st of William + and Mary, the act which established this bounty, this small duty was + virtually taken off whenever the price of wheat did not exceed 48s. the + quarter; and by the 11th and 12th of William III. c. 20, it was expressly + taken off at all higher prices. + + The trade of the merchant-exporter was, in this manner, not only + encouraged by a bounty, but rendered much more free than that of the + inland dealer. By the last of these statutes, corn could be engrossed at + any price for exportation; but it could not be engrossed for inland sale, + except when the price did not exceed 48s. the quarter. The interest of the + inland dealer, however, it has already been shown, can never be opposite + to that of the great body of the people. That of the merchant-exporter + may, and in fact sometimes is. If, while his own country labours under a + dearth, a neighbouring country should be afflicted with a famine, it might + be his interest to carry corn to the latter country, in such quantities as + might very much aggravate the calamities of the dearth. The plentiful + supply of the home market was not the direct object of those statutes; + but, under the pretence of encouraging agriculture, to raise the money + price of corn as high as possible, and thereby to occasion, as much as + possible, a constant dearth in the home market. By the discouragement of + importation, the supply of that market; even in times of great scarcity, + was confined to the home growth; and by the encouragement of exportation, + when the price was so high as 48s. the quarter, that market was not, even + in times of considerable scarcity, allowed to enjoy the whole of that + growth. The temporary laws, prohibiting, for a limited time, the + exportation of corn, and taking off, for a limited time, the duties upon + its importation, expedients to which Great Britain has been obliged so + frequently to have recourse, sufficiently demonstrate the impropriety of + her general system. Had that system been good, she would not so frequently + have been reduced to the necessity of departing from it. + + Were all nations to follow the liberal system of free exportation and free + importation, the different states into which a great continent was + divided, would so far resemble the different provinces of a great empire. + As among the different provinces of a great empire, the freedom of the + inland trade appears, both from reason and experience, not only the best + palliative of a dearth, but the most effectual preventive of a famine; so + would the freedom of the exportation and importation trade be among the + different states into which a great continent was divided. The larger the + continent, the easier the communication through all the different parts of + it, both by land and by water, the less would any one particular part of + it ever be exposed to either of these calamities, the scarcity of any one + country being more likely to be relieved by the plenty of some other. But + very few countries have entirely adopted this liberal system. The freedom + of the corn trade is almost everywhere more or less restrained, and in + many countries is confined by such absurd regulations, as frequently + aggravate the unavoidable misfortune of a dearth into the dreadful + calamity of a famine. The demand of such countries for corn may frequently + become so great and so urgent, that a small state in their neighbourhood, + which happened at the same time to be labouring under some degree of + dearth, could not venture to supply them without exposing itself to the + like dreadful calamity. The very bad policy of one country may thus render + it, in some measure, dangerous and imprudent to establish what would + otherwise be the best policy in another. The unlimited freedom of + exportation, however, would be much less dangerous in great states, in + which the growth being much greater, the supply could seldom be much + affected by any quantity or corn that was likely to be exported. In a + Swiss canton, or in some of the little states in Italy, it may, perhaps, + sometimes be necessary to restrain the exportation of corn. In such great + countries as France or England, it scarce ever can. To hinder, besides, + the farmer from sending his goods at all times to the best market, is + evidently to sacrifice the ordinary laws of justice to an idea of public + utility, to a sort of reasons of state; an act or legislative authority + which ought to be exercised only, which can be pardoned only, in cases of + the most urgent necessity. The price at which exportation of corn is + prohibited, if it is ever to be prohibited, ought always to be a very high + price. + + The laws concerning corn may everywhere be compared to the laws concerning + religion. The people feel themselves so much interested in what relates + either to their subsistence in this life, or to their happiness in a life + to come, that government must yield to their prejudices, and, in order to + preserve the public tranquillity, establish that system which they approve + of. It is upon this account, perhaps, that we so seldom find a reasonable + system established with regard to either of those two capital objects. + + IV. The trade of the merchant-carrier, or of the importer of foreign corn, + in order to export it again, contributes to the plentiful supply of the + home market. It is not, indeed, the direct purpose of his trade to sell + his corn there; but he will generally be willing to do so, and even for a + good deal less money than he might expect in a foreign market; because he + saves in this manner the expense of loading and unloading, of freight and + insurance. The inhabitants of the country which, by means of the carrying + trade, becomes the magazine and storehouse for the supply of other + countries, can very seldom be in want themselves. Though the carrying + trade must thus contribute to reduce the average money price of corn in + the home market, it would not thereby lower its real value; it would only + raise somewhat the real value of silver. + + The carrying trade was in effect prohibited in Great Britain, upon all + ordinary occasions, by the high duties upon the importation of foreign + corn, of the greater part of which there was no drawback; and upon + extraordinary occasions, when a scarcity made it necessary to suspend + those duties by temporary statutes, exportation was always prohibited. By + this system of laws, therefore, the carrying trade was in effect + prohibited. + + That system of laws, therefore, which is connected with the establishment + of the bounty, seems to deserve no part of the praise which has been + bestowed upon it. The improvement and prosperity of Great Britain, which + has been so often ascribed to those laws, may very easily be accounted for + by other causes. That security which the laws in Great Britain give to + every man, that he shall enjoy the fruits of his own labour, is alone + sufficient to make any country flourish, notwithstanding these and twenty + other absurd regulations of commerce; and this security was perfected by + the Revolution, much about the same time that the bounty was established. + The natural effort of every individual to better his own condition, when + suffered to exert itself with freedom and security, is so powerful a + principle, that it is alone, and without any assistance, not only capable + of carrying on the society to wealth and prosperity, but of surmounting a + hundred impertinent obstructions, with which the folly of human laws too + often encumbers its operations: though the effect of those obstructions is + always, more or less, either to encroach upon its freedom, or to diminish + its security. In Great Britain industry is perfectly secure; and though it + is far from being perfectly free, it is as free or freer than in any other + part of Europe. + + Though the period of the greatest prosperity and improvement of Great + Britain has been posterior to that system of laws which is connected with + the bounty, we must not upon that account, impute it to those laws. It has + been posterior likewise to the national debt; but the national debt has + most assuredly not been the cause of it. + + Though the system of laws which is connected with the bounty, has exactly + the same tendency with the practice of Spain and Portugal, to lower + somewhat the value of the precious metals in the country where it takes + place; yet Great Britain is certainly one of the richest countries in + Europe, while Spain and Portugal are perhaps amongst the most beggarly. + This difference of situation, however, may easily be accounted for from + two different causes. First, the tax in Spain, the prohibition in Portugal + of exporting gold and silver, and the vigilant police which watches over + the execution of those laws, must, in two very poor countries, which + between them import annually upwards of six millions sterling, operate not + only more directly, but much more forcibly, in reducing the value of those + metals there, than the corn laws can do in Great Britain. And, secondly, + this bad policy is not in those countries counterbalanced by the general + liberty and security of the people. Industry is there neither free nor + secure; and the civil and ecclesiastical governments of both Spain and + Portugal are such as would alone be sufficient to perpetuate their present + state of poverty, even though their regulations of commerce were as wise + as the greatest part of them are absurd and foolish. + + The 13th of the present king, c. 43, seems to have established a new + system with regard to the corn laws, in many respects better than the + ancient one, but in one or two respects perhaps not quite so good. + + By this statute, the high duties upon importation for home consumption are + taken off, so soon as the price of middling wheat rises to 48s. the + quarter; that of middling rye, pease, or beans, to 32s.; that of barley to + 24s.; and that of oats to 16s.; and instead of them, a small duty is + imposed of only 6d upon the quarter of wheat, and upon that or other grain + in proportion. With regard to all those different sorts of grain, but + particularly with regard to wheat, the home market is thus opened to + foreign supplies, at prices considerably lower than before. + + By the same statute, the old bounty of 5s. upon the exportation of wheat, + ceases so soon as the price rises to 44s. the quarter, instead of 48s. the + price at which it ceased before; that of 2s:6d. upon the exportation of + barley, ceases so soon as the price rises to 22s. instead of 24s. the + price at which it ceased before; that of 2s:6d. upon the exportation of + oatmeal, ceases so soon as the price rises to 14s. instead of 15s. the + price at which it ceased before. The bounty upon rye is reduced from + 3s:6d. to 3s. and it ceases so soon as the price rises to 28s. instead of + 32s. the price at which it ceased before. If bounties are as improper as I + have endeavoured to prove them to be, the sooner they cease, and the lower + they are, so much the better. + + The same statute permits, at the lowest prices, the importation of corn in + order to be exported again, duty free, provided it is in the mean time + lodged in a warehouse under the joint locks of the king and the importer. + This liberty, indeed, extends to no more than twenty-five of the different + ports of Great Britain. They are, however, the principal ones; and there + may not, perhaps, be warehouses proper for this purpose in the greater + part of the others. + + So far this law seems evidently an improvement upon the ancient system. + + But by the same law, a bounty of 2s. the quarter is given for the + exportation of oats, whenever the price does not exceed fourteen + shillings. No bounty had ever been given before for the exportation of + this grain, no more than for that of pease or beans. + + By the same law, too, the exportation of wheat is prohibited so soon as + the price rises to forty-four shillings the quarter; that of rye so soon + as it rises to twenty-eight shillings; that of barley so soon as it rises + to twenty-two shillings; and that of oats so soon as they rise to fourteen + shillings. Those several prices seem all of them a good deal too low; and + there seems to be an impropriety, besides, in prohibiting exportation + altogether at those precise prices at which that bounty, which was given + in order to force it, is withdrawn. The bounty ought certainly either to + have been withdrawn at a much lower price, or exportation ought to have + been allowed at a much higher. + + So far, therefore, this law seems to be inferior to the ancient system. + With all its imperfections, however, we may perhaps say of it what was + said of the laws of Solon, that though not the best in itself, it is the + best which the interest, prejudices, and temper of the times, would admit + of. It may perhaps in due time prepare the way for a better. + + +## Extraction Guidelines + +--- +id: extraction-rules +name: extraction_rules +artifact_type: content +description: Guidelines for extracting economic entities from source text +version: 1.0.0 +--- + +# Entity Extraction Rules + +## What Constitutes an Entity + +An economic entity is a distinct concept, actor, mechanism, or institution +that plays a functional role in Adam Smith's economic analysis. Extract +entities at the level of specificity where they carry independent meaning. + +## Extraction Criteria + +1. **Concepts**: Abstract economic ideas (e.g., "division of labour", + "effectual demand", "natural price"). Extract when Smith defines, + explains, or argues about the concept. + +2. **Actors**: Economic agents with defined roles (e.g., "the labourer", + "the merchant", "the sovereign"). Extract when the actor performs + a distinct economic function. + +3. **Mechanisms**: Processes or dynamics that produce economic effects + (e.g., "accumulation of stock", "market price adjustment", + "foreign trade"). Extract when the mechanism is described as + producing specific outcomes. + +4. **Institutions**: Organised structures that shape economic behaviour + (e.g., "the corporation", "the guild", "the joint-stock company"). + Extract when the institution's economic function is described. + +## Granularity Rules + +- Extract at the level of a single coherent concept. +- Do NOT extract synonyms as separate entities — choose the primary term + Smith uses and note variations. +- DO extract distinct aspects of a broad concept as separate entities when + Smith treats them independently (e.g., "wages of labour" and "profits + of stock" are separate from "price of commodities" even though they + compose it). +- If an entity appears across multiple chapters, extract it on first + significant appearance and note cross-references in later chapters. + +## Naming Conventions + +- Use Smith's own terminology where possible. +- Normalise to lowercase except for proper nouns. +- Use the most common form Smith uses (e.g., "division of labour" not + "divided labour"). + +## Quality Checks + +- Each entity must have a definition that would be comprehensible without + reading the source chapter. +- Each entity must cite the specific book and chapter of first appearance. +- **Economic Domain** must be EXACTLY ONE of: Production, Distribution, + Exchange, Consumption, Accumulation, Regulation, or General Theory. + Do not combine multiple domains. Do not use any other value. +- **Source Chapter format**: Use `Book [Roman numeral], Chapter [number]` + — for example `Book I, Chapter 3`. Do not include the chapter title, + quotation marks, markdown formatting, or asterisks. Use Roman numerals + for the book (I, II, III, IV, V). + + +## VSM Framework Context + +Use the following VSM framework as context to guide your extraction. +Prioritize entities that are likely to have clear mappings to VSM concepts, +but do not exclude entities simply because they lack an obvious mapping. + +--- +id: vsm-framework +name: vsm_framework +artifact_type: content +description: Stafford Beer's Viable System Model reference for economic analysis +version: 1.0.0 +--- + +# Stafford Beer's Viable System Model (VSM) + +The Viable System Model (VSM) is a model of the organisational structure of any +autonomous system capable of producing itself. It was created by management +cybernetician Stafford Beer in his books *Brain of the Firm* (1972) and +*The Heart of Enterprise* (1979). + +## Core Principle: Viability + +A viable system is any system organised in such a way as to meet the demands +of surviving in a changing environment. One of the prime features of systems +that survive is that they are adaptable. The VSM expresses a model for a +viable system, which is an abstracted cybernetic description applicable to +any organisation that is a going concern. + +## The Five Systems + +### System 1 (S1) — Operations + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +### System 2 (S2) — Coordination + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +### System 3 (S3) — Control / Operational Management + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +### System 3* (S3*) — Audit / Monitoring + +The audit and monitoring channel that allows System 3 to verify information +coming from System 1 through channels other than those provided by System 2. +System 3* provides sporadic, direct access to operational reality. + +**In economic terms:** Market inspections, quality checks, auditing of accounts, +surprise investigations into trade practices, verification of weights and measures. + +**Key properties:** Sporadic direct investigation, reality checking, bypassing +normal reporting channels. + +### System 4 (S4) — Intelligence / Adaptation + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +### System 5 (S5) — Policy / Identity + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +## Key Concepts + +### Recursion + +Every viable system contains and is contained in a viable system. The same +five-system structure recurs at every level of organisation. A workshop is +a viable system within a factory, which is a viable system within an +industry, which is a viable system within a national economy. + +### Variety + +A measure of the number of possible states of a system. The Law of Requisite +Variety (Ashby's Law) states that only variety can absorb variety. A +controller must have at least as much variety as the system it controls. + +### Requisite Variety + +The principle that for effective regulation, the variety of the regulator +must match the variety of the system being regulated. This is achieved +through variety attenuation (reducing the variety coming up from operations) +and variety amplification (increasing the variety of management's responses). + +### Attenuation and Amplification + +Variety engineering mechanisms. Attenuation reduces variety (e.g., reporting +summaries, statistical aggregation, standardisation). Amplification increases +variety (e.g., delegation, empowerment, decentralisation). + +### Algedonic Signals + +Emergency signals that bypass the normal management hierarchy to alert +higher systems of critical situations requiring immediate attention. Named +from the Greek words for pain (algos) and pleasure (hedone). + +**In economic terms:** Market panics, famine signals, sudden price collapses, +trade embargoes, economic crises that demand immediate sovereign intervention. + +### Autonomy + +The degree of freedom granted to operational units (System 1) to self-organise +within constraints set by System 3. Beer argued that maximum autonomy +consistent with systemic cohesion yields maximum viability. + +### Viability + +The capacity of a system to maintain a separate existence and survive in a +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. + +- accumulation-of-stock +- active-and-productive-stock +- adulteration-of-metals +- adulterine-guilds +- advanced-state-of-society +- advancing-state-of-manufacture +- agio-of-bank-money +- agricultural-capital +- agricultural-capital-structure +- agricultural-comparative-advantage +- agricultural-cultivation +- agricultural-cultivation-at-farmer-expense +- agricultural-cultivation-at-proprietor-expense +- agricultural-demand +- agricultural-development-constraints +- agricultural-development-sequence +- agricultural-economic-potential +- agricultural-efficiency +- agricultural-improvement +- agricultural-improvement-discouragement +- agricultural-improvement-foundation +- agricultural-labour +- agricultural-market-access-cost-structure +- agricultural-market-access-development-prerequisites +- agricultural-market-access-development-sequence +- agricultural-market-access-gradient +- agricultural-market-access-inequality +- agricultural-market-access-opportunity-cost +- agricultural-market-communication-channels +- agricultural-market-integration +- agricultural-market-size-threshold +- agricultural-opportunity-cost +- agricultural-price-ceilings +- agricultural-price-differential +- agricultural-price-discovery +- agricultural-price-discrimination +- agricultural-price-elasticity +- agricultural-price-equalization +- agricultural-price-floors +- agricultural-price-mechanism +- agricultural-price-regulation +- agricultural-price-stability +- agricultural-price-transmission +- agricultural-price-volatility +- agricultural-productivity +- agricultural-productivity-limits +- agricultural-security-gradient +- agricultural-spatial-inequality +- agricultural-specialization +- agricultural-stock +- agricultural-supply +- agricultural-surplus +- agricultural-surplus-determination +- agricultural-technology +- agricultural-technology-adoption +- agricultural-trade +- alien-merchant-duties +- ancient-system-of-political-economy +- annual-consumption-of-goods +- annual-consumption-of-metals +- annual-industry-employed-in-production +- annual-produce-of-land-and-labour +- apprenticeships +- artificer-neighbourhood-settlement +- artificer-planter-independence +- artificer-planter-transition +- artificer-servant-status +- artificers-and-retailers +- artificial-direction-of-industry +- artificial-grasses +- artificial-market-creation +- artisan-specialisation +- assaying +- assize-of-bread +- assize-of-bread-and-ale +- aulnagers +- average-price-of-corn +- balance-of-produce-and-consumption +- balance-of-trade +- balance-of-trade-doctrine +- bank-capital-adequacy +- bank-capital-structure +- bank-circulation-limits +- bank-competition-effects +- bank-credit-allocation +- bank-credit-cycles +- bank-credit-extension +- bank-credit-quality +- bank-economic-contribution +- bank-economic-contribution-metrics +- bank-economic-cycles +- bank-economic-development +- bank-economic-development-metrics +- bank-economic-efficiency +- bank-economic-efficiency-factors +- bank-economic-efficiency-metrics +- bank-economic-growth +- bank-economic-resilience +- bank-economic-resilience-factors +- bank-economic-resilience-metrics +- bank-economic-stability +- bank-failure-mechanisms +- bank-financial-development +- bank-financial-innovation +- bank-financial-innovation-adoption +- bank-financial-innovation-diffusion +- bank-financial-innovation-factors +- bank-financial-innovation-impact +- bank-financial-innovation-metrics +- bank-financial-intermediation +- bank-financial-intermediation-efficiency +- bank-financial-stability +- bank-financial-stability-factors +- bank-financial-stability-metrics +- bank-financial-system-integration +- bank-financial-system-stability +- bank-information-asymmetry +- bank-interest-rate-determination +- bank-liquidity-management +- bank-market-discipline +- bank-market-structure +- bank-monetary-policy +- bank-monetary-stability +- bank-money +- bank-notes +- bank-operational-efficiency +- bank-operational-risk +- bank-public-utility +- bank-regulatory-compliance +- bank-regulatory-effectiveness +- bank-regulatory-evolution +- bank-regulatory-framework +- bank-regulatory-framework-evolution +- bank-reserves +- bank-risk-management +- bank-systemic-risk +- bank-systemic-risk-management +- bank-systemic-stability +- bank-transaction-costs +- barbarous-nations-barrier +- barter-and-exchange +- benevolence +- bills-of-exchange +- bleacher +- bullion +- butcher-trade +- bye-laws +- canal-communication +- capital +- capital-accumulation +- capital-accumulation-through-frugality +- capital-decay-through-excessive-consumption +- capital-employed +- capital-employment-advantages +- capital-employment-effects +- capital-employment-security-gradient +- capital-replacement +- capital-security-preference +- capital-security-visibility +- carriage-value-savings +- carrying-trade +- cash-accounts +- certificates +- cheap-years +- circulating-capital +- circulating-capital-components +- circulating-money +- circulation-of-money +- coal-heaver +- coal-price +- coarser-and-finer-materials +- coined-money +- collier +- colonial-trade-monopoly +- colonial-wine-duty-drawback +- colony-prosperity +- combination-of-masters +- combination-of-workmen +- command-over-labour +- commerce-between-town-and-country +- commerce-of-towns +- commercial-country-ruin-predictions +- commercial-development-sequence-inversion +- commercial-discord-source +- commercial-family-duration-pattern +- commercial-hospitality-contrast +- commercial-independence-effect +- commercial-interactions +- commercial-maxims-inversion +- commercial-or-mercantile-system +- commercial-order-and-government-introduction +- commercial-society +- commercial-society-emergence +- commercial-society-formation +- commercial-system-enrichment-mechanism +- commercial-system-principles +- commercial-transactions +- common-annual-profits-of-manufacturing-stock +- common-labour-wages +- common-returns-of-stock +- commonalty +- comparative-advantage-principle +- competition-among-buyers +- competition-among-dealers +- competition-among-sellers +- complete-manufacture +- component-parts-of-price +- computed-exchange-rate +- consumption-of-foreign-goods +- contract +- conversion-price +- copper-money +- corn-exportation-prohibition +- corn-land +- corn-rent +- corporation-laws +- corporation-privileges-and-market-prices +- country-gentlemen +- country-gentlemen-versus-merchants +- country-life-charms +- cultivation-improvement-priority +- dead-stock +- dear-years +- debasement-of-currency +- declining-manufacture +- degradation-of-coin +- demand-for-labour +- demesne +- diamond-buckles-metaphor +- direct-foreign-trade-of-consumption +- disadvantageous-balance-trade-restraints +- discount-of-bills +- distant-country-subsistence +- distant-market-manufacturing +- distant-sale-manufacturing +- division-of-labour +- division-of-labour-advantage +- domestic-industry-protection +- domestic-market-monopoly +- domestic-market-size-effects +- double-coincidence-of-wants +- drawbacks +- drawing-and-redrawing +- dwelling-house-distinction +- early-and-rude-state-of-society +- early-navigation-advantages +- economic-accessibility-determinants +- economic-accessibility-gradient +- economic-autonomy-gradient +- economic-backwardness +- economic-connectivity-importance +- economic-development-constraints +- economic-development-geography +- economic-development-geography-theory +- economic-development-sequence +- economic-development-sequencing +- economic-development-spatial-patterns +- economic-geography +- economic-geography-determinism +- economic-geography-impact +- economic-isolation-effects +- economic-opportunity-cost +- economic-opportunity-geography +- economic-prosperity-symptoms +- economic-spatial-inequality +- economic-spatial-organisation +- economic-stagnation-symptoms +- economic-system-actor +- economic-system-adaptability +- economic-system-adaptation +- economic-system-adoption-factor +- economic-system-analysis +- economic-system-application +- economic-system-benchmark +- economic-system-best-practice +- economic-system-change-agent +- economic-system-comparison +- economic-system-comprehension +- economic-system-consequence +- economic-system-context +- economic-system-coordination +- economic-system-development +- economic-system-diffusion-mechanism +- economic-system-effectiveness +- economic-system-effectiveness-evaluation +- economic-system-efficiency +- economic-system-evaluation +- economic-system-evaluation-criteria +- economic-system-evolution +- economic-system-experience-accumulation +- economic-system-explanation +- economic-system-failure-indicator +- economic-system-framework +- economic-system-function +- economic-system-governance +- economic-system-implementation +- economic-system-implementation-barrier +- economic-system-improvement +- economic-system-influence +- economic-system-innovation +- economic-system-innovation-driver +- economic-system-institution +- economic-system-integration +- economic-system-interaction +- economic-system-knowledge +- economic-system-knowledge-transfer +- economic-system-learning-process +- economic-system-legitimacy +- economic-system-management +- economic-system-mechanism +- economic-system-mechanisms +- economic-system-objectives +- economic-system-operation +- economic-system-outcome-measure +- economic-system-outcomes +- economic-system-performance-indicator +- economic-system-policy +- economic-system-practice +- economic-system-principles +- economic-system-purpose +- economic-system-relationship +- economic-system-resistance-factor +- economic-system-selection +- economic-system-standard +- economic-system-structure +- economic-system-success-measure +- economic-system-sustainability +- economic-system-theory +- economic-system-transformation +- economic-system-transition-challenge +- economic-systems-distinction +- effect-of-prohibition-on-gold-and-silver-export +- effectual-demand +- ejectment-action +- encroachment-upon-capital +- engrossers-and-forestallers +- entail +- equal-profit-employment-choice +- exchange +- exchange-rate-mechanism +- exchangeable-value +- exchequer +- excise-duty-drawback +- exclusive-corporation +- export-bounty +- exportation-bounty +- exportation-of-gold-and-silver-as-effect-of-declension +- extraordinary-profits +- extraordinary-restraints-on-importation +- fairs-and-markets +- farm-rent +- farmer +- farmers-capital +- farmers-profit +- favour +- feudal-anarchy +- feudal-government-effects +- fixed-capital +- flax-grower +- fluctuations-in-value-of-gold-and-silver +- foreign-capital-exportation +- foreign-commerce-manufactures-birth +- foreign-corn-importation-effects +- foreign-manufacture-prohibitions +- foreign-sale-encouragement +- foreign-trade +- foreign-trade-enrichment-mechanism +- foreign-trade-of-consumption +- four-methods-of-employing-capital +- fraud-in-drawback-system +- free-burgh +- free-ports +- freeholder-yeomanry +- french-goods-export-restrictions +- frozen-ocean-barrier +- frugal-and-industrious-borrowers +- frugality-versus-prodigality +- fruit-garden +- fruit-wall +- funds-for-maintaining-labour +- funds-for-maintaining-productive-labour +- funds-for-maintaining-unproductive-hands +- gold-and-silver-as-measure-of-value +- gold-money +- gold-price-variation +- gradual-restoration-of-trade-freedom +- graziers-versus-manufacturers-interests +- gross-revenue +- hanseatic-league +- higgling-and-bargaining-of-the-market +- home-market-monopoly +- home-trade +- hop-garden +- human-folly-injustice-exposure +- human-nature +- idle-consumers +- immediate-consumption +- import-restraint +- improved-farm-advantages +- improved-land +- improvement-of-the-country +- inclosure +- increase-of-money-as-effect-of-prosperity +- inland-duty-drawback +- inland-market-limitation +- inland-navigation-extent +- inland-parts-of-the-country +- inland-trade +- inn-or-tavern-keeper +- instruments-of-husbandry +- interest +- interest-of-money +- interest-or-use-of-money +- invisible-hand-mechanism +- journeymen +- judgment-in-labour-application +- kelp +- kitchen-garden +- labour-of-inspection-and-direction +- labouring-cattle +- labouring-poor +- land-carriage +- land-mines-and-fisheries +- landlord +- landlords-share +- law-of-primogeniture +- legal-rate-of-interest +- legal-tender +- licence-to-gather-natural-produce +- lowest-rate-of-wages +- machinery-invention +- madeira-wine-trade-exception +- manufactured-produce +- manufacturer +- manufacturers-monopoly-power +- manufacturing-capital +- manufacturing-process-subdivision +- manufacturing-subdivision +- maritime-commerce-development +- maritime-employment +- market-access-cost-structure +- market-access-development-sequence +- market-access-economic-potential +- market-access-gradient +- market-access-inequality +- market-access-opportunity-cost +- market-based-economic-geography +- market-based-economic-identity +- market-based-economic-structure +- market-based-productivity-limits +- market-based-specialisation +- market-communication-channels +- market-demand-regulation +- market-development-prerequisites +- market-driven-division +- market-extent +- market-extent-advantageousness +- market-extent-economic-impact +- market-extent-measurement +- market-for-surplus-produce +- market-integration-barriers +- market-integration-potential +- market-integration-timeline +- market-obstruction +- market-price-adjustment +- market-price-mechanism +- market-price-mechanism-for-rude-produce +- market-price-mechanism-regulation +- market-price-of-bullion +- market-price-of-commodities +- market-price-of-things +- market-price-regulation-mechanism +- market-proximity-advantage +- market-rate-of-interest +- market-regulation-of-prices +- market-separation +- market-size-economies +- market-size-specialisation-threshold +- market-size-specialization +- market-size-threshold +- market-town-economy +- market-town-formation +- masquerade-dress-trade +- master-artificer +- master-manufacturer +- materials-and-subsistence +- measure-of-exchangeable-value +- mediterranean-civilisation-pattern +- menial-servants +- mercantile-jealousy +- merchant +- merchant-capital +- merchant-country-gentleman-transition +- metal-currency +- metayer +- military-assistance +- military-discipline +- military-employment +- mine-fertility +- mine-situation +- mint +- mint-price +- modern-states-inversion +- modern-system-of-political-economy +- modes-of-expense-affecting-public-opulence +- money +- money-as-instrument-of-commerce +- money-rent +- moneys-worth +- monied-interest +- monopoly-effects-on-market-price +- monopoly-effects-on-prices +- monopoly-of-sugar-trade +- monopoly-of-tobacco-trade +- monopoly-price-of-land +- mutual-gain-reciprocity +- mutual-good-offices +- mutual-servitude +- national-animosity-in-commerce +- national-animosity-in-trade-policy +- national-capital-composition +- national-economic-identity +- national-enrichment-through-neighbours-wealth +- national-prejudice-and-animosity-in-trade +- natural-advantages-in-trade +- natural-balance-of-employments +- natural-complement-of-riches +- natural-course-of-capital-employment +- natural-course-of-things +- natural-development-sequence +- natural-division-of-labour +- natural-employment-of-capital +- natural-inclinations-thwarting +- natural-liberty-in-banking +- natural-liberty-in-trade +- natural-market-advantages +- natural-order-inversion +- natural-order-of-economic-development +- natural-preference-cultivation +- natural-price-as-central-price +- natural-price-of-commodities +- natural-produce-of-land +- natural-progress-of-improvement +- natural-rates-of-wages-profit-and-rent +- natural-rent-of-land +- natural-state-of-employments +- navigable-rivers +- neat-revenue +- necessity +- nominal-measure-of-value +- nominal-price-of-commodities +- non-enumerated-commodities +- non-standard-metal +- occasional-and-temporary-market-fluctuations +- old-subsidy-drawback-rules +- ordinary-market-price-of-land +- ordinary-rates-of-wages-profit-and-rent +- ordinary-state-of-employments +- original-destination-of-man +- original-government-manners +- overstocked-market-conditions +- paper-money +- pasture-land +- payment-in-kind +- perfect-liberty-in-trade +- permanent-market-price-enhancements +- perpetual-fund-for-maintenance-of-labour +- piece-work-wages +- pin-maker-trade +- planter-independence +- plate-household-silver +- poacher +- political-economy +- political-economy-objectives +- poll-tax +- poll-tax-compensation +- potato-cultivation +- precious-metals-consumption +- present-state-of-the-nation-analysis +- price-in-labour +- price-in-money +- price-of-commodities +- prime-cost-of-commodities +- principal-clerk +- principal-employments +- private-interest-monopoly-spirit +- private-misconduct-versus-public-prodigality +- prodigals +- prodigals-and-projectors +- productive-abilities +- productive-and-unproductive-labour +- productive-labourers +- productive-powers-of-labour +- profits-of-stock +- progress-of-opulence +- progressive-state-of-society +- progressive-wealth-consequentiality +- promissory-notes +- proportion-between-metals +- proportion-between-productive-and-unproductive-hands +- prudent-family-maxim +- public-education-of-professionals +- public-executioner +- public-fiars +- public-good-versus-private-interest +- public-law-on-coinage +- public-lottery +- public-mourning-effects +- public-registers-of-manufactures +- public-services-funding +- purveyance +- quantity-of-labour +- rate-of-interest +- rate-of-profit +- re-exportation-drawback +- real-exchange-rate +- real-measure-of-value +- real-price-of-commodities +- real-value-of-corn-rent +- regulated-proportion +- religious-occupational-restrictions +- rent-of-land +- requisite-variety-in-banking +- restraints-upon-importation +- retail-trade +- retailers +- retainers-and-dependents-system +- retaliation-in-trade-policy +- revenue +- revenue-constituting-profit-and-rent +- revenue-destined-for-capital-replacement +- revenue-for-public-services +- revenue-or-subsistence-for-the-people +- revenue-versus-capital-effects +- rice-countries +- river-navigation-infrastructure +- round-about-foreign-trade-of-consumption +- rude-produce +- rural-urban-reciprocity +- scarcity-of-hands +- sea-coast-development +- security-preference-capital +- seed-as-fixed-capital +- seed-time-and-harvest-metaphor +- seignorage +- self-love +- servile-condition +- settlement-laws +- silver-money +- silver-price-variation +- skill-and-dexterity +- smuggling-as-principal-import-method +- smuggling-of-precious-metals +- smuggling-trade +- sober-people +- societys-general-stock +- sovereign-economic-policy-authority +- sovereign-parsimony +- spare-revenue +- specie +- specie-export-prohibition-effects +- species-of-industry-with-consistent-output +- species-of-industry-with-variable-output +- speculative-trade +- stamp-masters +- standard-metal +- standard-weight-of-coin +- state-or-commonwealth-revenue +- stationary-country +- statute-of-labourers +- statutes-of-apprenticeship-effects +- sterling-mark +- stock +- stock-lent-at-interest +- stock-of-the-country +- stock-of-the-farmer +- subsistence +- subsistence-agriculture +- subsistence-industry-priority +- subsistence-necessity-priority +- subsistence-of-the-dealer +- subsistence-prioritization +- sugar-colonies +- superfluity +- superior-hardship-and-superior-skill +- surplus-produce +- system-of-agriculture +- system-of-commerce +- taille +- tale +- temporary-price-of-corn +- temporary-versus-permanent-price-effects +- territorial-cultivation-completeness +- territorial-cultivation-limit +- territorial-improvement-support +- territorial-support-limitation +- three-original-sources-of-revenue +- three-way-employment-of-stock +- thriving-country +- tobacco-colonies +- toil-and-trouble-of-acquiring +- town-country-dependency +- town-market-function +- town-reproduction-impossibility +- trade-as-union-and-friendship +- trade-balance-mechanism +- trade-capital +- trade-encouragement +- trade-route-dependency +- transportation-cost-differential +- transportation-infrastructure-importance +- transportation-mode-economic-effects +- treasure-accumulation +- treasure-trove +- treaty +- truck +- two-branches-of-circulation +- uncultivated-land-availability +- underling-tradesmen-maxims +- unimproved-land +- university-of-trades +- unproductive-labourers +- unstamped-bars +- urban-autonomy +- urban-rural-reciprocity +- usury +- value-in-exchange +- value-in-use +- value-of-gold +- value-of-silver +- variety-of-talents +- venison +- victuals +- villeinage +- vineyard +- wages-of-a-journeyman +- wages-of-labour +- waggon-way-through-the-air-metaphor +- warehouse-export-system +- warehouse-rent-for-bullion-deposits +- water-carriage +- water-pond-metaphor +- weighing +- whole-produce-of-labour +- wholesale-merchants +- wholesale-trade +- wood-price +- wool-grower + +## Instructions + +1. Read the source chapter carefully. +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. +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 +6. Optionally include Smith's Original Wording (direct quote) and + Modern Interpretation sections. +7. Use neutral, analytical language throughout. +8. Ensure each entity is distinct and self-contained. + +## Output Format + +Output each entity as a separate markdown document, delimited by +`--- ENTITY: ---` markers. + +Use **H2 headings** (`##`) for each section inside the entity document. +Do NOT use inline `Section:` format or H3 headings. + +Example of a correctly formatted entity: + +``` +--- ENTITY: division of labour --- + +# Division of Labour + +## Definition + +The separation of a work process into distinct tasks performed by specialised +workers, increasing productivity through greater dexterity, saved time, and +the invention of labour-saving machinery. + +## Source Chapter + +Book I, Chapter 1 + +## Context + +The opening chapter's central argument, illustrated by Smith's pin factory +example showing how dividing 18 operations dramatically increases output. + +## Economic Domain + +Production + +--- +``` diff --git a/examples/infospace-with-history/output/entities/bounty.md b/examples/infospace-with-history/output/entities/bounty.md new file mode 100644 index 00000000..9de2f3c4 --- /dev/null +++ b/examples/infospace-with-history/output/entities/bounty.md @@ -0,0 +1,27 @@ + + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- diff --git a/examples/infospace-with-history/output/entities/buss-fishery.md b/examples/infospace-with-history/output/entities/buss-fishery.md new file mode 100644 index 00000000..6e88c246 --- /dev/null +++ b/examples/infospace-with-history/output/entities/buss-fishery.md @@ -0,0 +1,25 @@ + + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/capital-of-the-farmer.md b/examples/infospace-with-history/output/entities/capital-of-the-farmer.md new file mode 100644 index 00000000..62278a32 --- /dev/null +++ b/examples/infospace-with-history/output/entities/capital-of-the-farmer.md @@ -0,0 +1,25 @@ + + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/degradation-of-silver.md b/examples/infospace-with-history/output/entities/degradation-of-silver.md new file mode 100644 index 00000000..581d521a --- /dev/null +++ b/examples/infospace-with-history/output/entities/degradation-of-silver.md @@ -0,0 +1,25 @@ + + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/drawback.md b/examples/infospace-with-history/output/entities/drawback.md new file mode 100644 index 00000000..3f3b373c --- /dev/null +++ b/examples/infospace-with-history/output/entities/drawback.md @@ -0,0 +1,24 @@ + + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- diff --git a/examples/infospace-with-history/output/entities/economic-autonomy.md b/examples/infospace-with-history/output/entities/economic-autonomy.md new file mode 100644 index 00000000..543c5f69 --- /dev/null +++ b/examples/infospace-with-history/output/entities/economic-autonomy.md @@ -0,0 +1,25 @@ + + +# Economic Autonomy + +# Definition + +The degree of freedom granted to economic actors to make decisions about +production, exchange, and investment without external interference or +coercion from government authorities or other controlling entities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for maximum economic autonomy consistent with systemic +stability, arguing that individuals are best positioned to make decisions +about their own economic interests. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/economic-identity.md b/examples/infospace-with-history/output/entities/economic-identity.md new file mode 100644 index 00000000..dea7570c --- /dev/null +++ b/examples/infospace-with-history/output/entities/economic-identity.md @@ -0,0 +1,25 @@ + + +# Economic Identity + +# Definition + +The distinctive character and purpose of an economic system, shaped by its +core values, institutional arrangements, and the philosophical principles +that guide its development and operation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the economic identity of free market systems with that of +mercantilist systems, arguing that the former better serves the genuine +interests of society while the latter serves narrow commercial interests. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/engrossing.md b/examples/infospace-with-history/output/entities/engrossing.md new file mode 100644 index 00000000..6e6c0d61 --- /dev/null +++ b/examples/infospace-with-history/output/entities/engrossing.md @@ -0,0 +1,25 @@ + + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to sell again at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/environmental-scanning.md b/examples/infospace-with-history/output/entities/environmental-scanning.md new file mode 100644 index 00000000..e40e556b --- /dev/null +++ b/examples/infospace-with-history/output/entities/environmental-scanning.md @@ -0,0 +1,25 @@ + + +# Environmental Scanning + +# Definition + +The systematic monitoring of external economic conditions, market trends, +and competitive forces to inform strategic decision-making and policy +development in response to changing circumstances. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how bounties affect different market conditions and +seasonal variations reflects the importance of environmental scanning in +understanding the complex effects of economic policies. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/exportation-trade.md b/examples/infospace-with-history/output/entities/exportation-trade.md new file mode 100644 index 00000000..c7c56d11 --- /dev/null +++ b/examples/infospace-with-history/output/entities/exportation-trade.md @@ -0,0 +1,25 @@ + + +# Exportation Trade + +## Definition + +The commercial activity of selling domestic goods to foreign buyers, +typically encouraged by government policies like bounties that make +exporting more profitable than domestic sales. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes exportation trade promoted by bounties as forcing capital +into less advantageous channels, arguing that it often comes at the expense +of the more important home market. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/extraordinary-expense.md b/examples/infospace-with-history/output/entities/extraordinary-expense.md new file mode 100644 index 00000000..c4f6dec9 --- /dev/null +++ b/examples/infospace-with-history/output/entities/extraordinary-expense.md @@ -0,0 +1,25 @@ + + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- diff --git a/examples/infospace-with-history/output/entities/forced-corn-trade.md b/examples/infospace-with-history/output/entities/forced-corn-trade.md new file mode 100644 index 00000000..fe516940 --- /dev/null +++ b/examples/infospace-with-history/output/entities/forced-corn-trade.md @@ -0,0 +1,25 @@ + + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/foreign-commodities.md b/examples/infospace-with-history/output/entities/foreign-commodities.md new file mode 100644 index 00000000..35cd8d54 --- /dev/null +++ b/examples/infospace-with-history/output/entities/foreign-commodities.md @@ -0,0 +1,24 @@ + + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/foreign-market.md b/examples/infospace-with-history/output/entities/foreign-market.md new file mode 100644 index 00000000..1c297dfd --- /dev/null +++ b/examples/infospace-with-history/output/entities/foreign-market.md @@ -0,0 +1,25 @@ + + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/forestalling.md b/examples/infospace-with-history/output/entities/forestalling.md new file mode 100644 index 00000000..504c5704 --- /dev/null +++ b/examples/infospace-with-history/output/entities/forestalling.md @@ -0,0 +1,25 @@ + + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/free-trade.md b/examples/infospace-with-history/output/entities/free-trade.md new file mode 100644 index 00000000..eddc50b5 --- /dev/null +++ b/examples/infospace-with-history/output/entities/free-trade.md @@ -0,0 +1,24 @@ + + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/home-made-commodities.md b/examples/infospace-with-history/output/entities/home-made-commodities.md new file mode 100644 index 00000000..2f383bb7 --- /dev/null +++ b/examples/infospace-with-history/output/entities/home-made-commodities.md @@ -0,0 +1,24 @@ + + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/home-market.md b/examples/infospace-with-history/output/entities/home-market.md new file mode 100644 index 00000000..41425537 --- /dev/null +++ b/examples/infospace-with-history/output/entities/home-market.md @@ -0,0 +1,24 @@ + + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/importation-trade.md b/examples/infospace-with-history/output/entities/importation-trade.md new file mode 100644 index 00000000..467cd34e --- /dev/null +++ b/examples/infospace-with-history/output/entities/importation-trade.md @@ -0,0 +1,25 @@ + + +# Importation Trade + +## Definition + +The commercial activity of bringing foreign goods into a country for +domestic consumption, often restricted by tariffs and prohibitions but +occasionally liberalized during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how importation trade can help supply the home market during +scarcity, but argues that the inland trade is generally more important for +national prosperity than foreign trade. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/inland-corn-dealer.md b/examples/infospace-with-history/output/entities/inland-corn-dealer.md new file mode 100644 index 00000000..bcdc81a0 --- /dev/null +++ b/examples/infospace-with-history/output/entities/inland-corn-dealer.md @@ -0,0 +1,25 @@ + + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- diff --git a/examples/infospace-with-history/output/entities/joint-stock-company.md b/examples/infospace-with-history/output/entities/joint-stock-company.md new file mode 100644 index 00000000..77a0ae8a --- /dev/null +++ b/examples/infospace-with-history/output/entities/joint-stock-company.md @@ -0,0 +1,25 @@ + + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/mercantile-system.md b/examples/infospace-with-history/output/entities/mercantile-system.md new file mode 100644 index 00000000..4e95c2c8 --- /dev/null +++ b/examples/infospace-with-history/output/entities/mercantile-system.md @@ -0,0 +1,26 @@ + + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/merchant-carrier.md b/examples/infospace-with-history/output/entities/merchant-carrier.md new file mode 100644 index 00000000..881d95db --- /dev/null +++ b/examples/infospace-with-history/output/entities/merchant-carrier.md @@ -0,0 +1,25 @@ + + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/merchantable-herrings.md b/examples/infospace-with-history/output/entities/merchantable-herrings.md new file mode 100644 index 00000000..8ca17d42 --- /dev/null +++ b/examples/infospace-with-history/output/entities/merchantable-herrings.md @@ -0,0 +1,26 @@ + + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/money-price-of-corn.md b/examples/infospace-with-history/output/entities/money-price-of-corn.md new file mode 100644 index 00000000..43897b1d --- /dev/null +++ b/examples/infospace-with-history/output/entities/money-price-of-corn.md @@ -0,0 +1,24 @@ + + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/money-price-of-labour.md b/examples/infospace-with-history/output/entities/money-price-of-labour.md new file mode 100644 index 00000000..89c78b4e --- /dev/null +++ b/examples/infospace-with-history/output/entities/money-price-of-labour.md @@ -0,0 +1,25 @@ + + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- diff --git a/examples/infospace-with-history/output/entities/nominal-price.md b/examples/infospace-with-history/output/entities/nominal-price.md new file mode 100644 index 00000000..6464ba87 --- /dev/null +++ b/examples/infospace-with-history/output/entities/nominal-price.md @@ -0,0 +1,24 @@ + + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/ordinary-profits-of-stock.md b/examples/infospace-with-history/output/entities/ordinary-profits-of-stock.md new file mode 100644 index 00000000..07eda1d3 --- /dev/null +++ b/examples/infospace-with-history/output/entities/ordinary-profits-of-stock.md @@ -0,0 +1,26 @@ + + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- diff --git a/examples/infospace-with-history/output/entities/policy-closure.md b/examples/infospace-with-history/output/entities/policy-closure.md new file mode 100644 index 00000000..aa11e715 --- /dev/null +++ b/examples/infospace-with-history/output/entities/policy-closure.md @@ -0,0 +1,25 @@ + + +# Policy Closure + +# Definition + +The definitive establishment of economic policies and institutional frameworks +that provide stability and predictability for economic actors while +preventing endless revision and uncertainty. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how temporary statutes and frequent policy changes create +uncertainty that undermines economic planning and investment, arguing for +more stable and predictable policy frameworks. + +## Economic Domain + +Regulation + +--- diff --git a/examples/infospace-with-history/output/entities/political-arithmetic.md b/examples/infospace-with-history/output/entities/political-arithmetic.md new file mode 100644 index 00000000..67b2a746 --- /dev/null +++ b/examples/infospace-with-history/output/entities/political-arithmetic.md @@ -0,0 +1,25 @@ + + +# Political Arithmetic + +# Definition + +The quantitative analysis of economic and political phenomena through +statistical measurement and numerical calculation, used to evaluate the +effects of policies and institutions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith expresses skepticism about the precision of political arithmetic, +while still using numerical examples to illustrate his arguments about the +relative importance of different types of trade. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/public-revenue.md b/examples/infospace-with-history/output/entities/public-revenue.md new file mode 100644 index 00000000..f559fd6b --- /dev/null +++ b/examples/infospace-with-history/output/entities/public-revenue.md @@ -0,0 +1,24 @@ + + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- diff --git a/examples/infospace-with-history/output/entities/public-tranquillity.md b/examples/infospace-with-history/output/entities/public-tranquillity.md new file mode 100644 index 00000000..d0282933 --- /dev/null +++ b/examples/infospace-with-history/output/entities/public-tranquillity.md @@ -0,0 +1,26 @@ + + +# Public Tranquillity + +# Definition + +The social peace and stability maintained by government through the +establishment of economic systems and regulations that are acceptable to +the general population, even when those systems may not be economically +optimal. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith acknowledges that governments must sometimes establish economic +systems that align with popular prejudices rather than economic efficiency, +in order to maintain social stability and prevent unrest. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/real-price.md b/examples/infospace-with-history/output/entities/real-price.md new file mode 100644 index 00000000..6c06682d --- /dev/null +++ b/examples/infospace-with-history/output/entities/real-price.md @@ -0,0 +1,25 @@ + + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/real-value-of-silver.md b/examples/infospace-with-history/output/entities/real-value-of-silver.md new file mode 100644 index 00000000..7e339cf9 --- /dev/null +++ b/examples/infospace-with-history/output/entities/real-value-of-silver.md @@ -0,0 +1,25 @@ + + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/requisite-variety.md b/examples/infospace-with-history/output/entities/requisite-variety.md new file mode 100644 index 00000000..0d36a4ef --- /dev/null +++ b/examples/infospace-with-history/output/entities/requisite-variety.md @@ -0,0 +1,25 @@ + + +# Requisite Variety + +# Definition + +The principle that effective regulation requires the controlling system to +possess at least as much complexity and adaptability as the system being +controlled, ensuring adequate responsiveness to changing conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +While not using the modern term, Smith's arguments about the need for +flexible and responsive economic policies that can adapt to changing +conditions reflect the principle of requisite variety in economic regulation. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/sea-sticks.md b/examples/infospace-with-history/output/entities/sea-sticks.md new file mode 100644 index 00000000..b00ea222 --- /dev/null +++ b/examples/infospace-with-history/output/entities/sea-sticks.md @@ -0,0 +1,24 @@ + + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- diff --git a/examples/infospace-with-history/output/entities/smuggling.md b/examples/infospace-with-history/output/entities/smuggling.md new file mode 100644 index 00000000..b7a3f6b3 --- /dev/null +++ b/examples/infospace-with-history/output/entities/smuggling.md @@ -0,0 +1,25 @@ + + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/entities/strategic-planning.md b/examples/infospace-with-history/output/entities/strategic-planning.md new file mode 100644 index 00000000..73c3ae0b --- /dev/null +++ b/examples/infospace-with-history/output/entities/strategic-planning.md @@ -0,0 +1,25 @@ + + +# Strategic Planning + +# Definition + +The process of developing long-term economic policies and institutional +arrangements that anticipate future conditions and align current actions +with desired long-term outcomes. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties as short-sighted policies that fail to consider +long-term consequences reflects the importance of strategic planning in +economic policy development. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/systemic-stability.md b/examples/infospace-with-history/output/entities/systemic-stability.md new file mode 100644 index 00000000..45e10b76 --- /dev/null +++ b/examples/infospace-with-history/output/entities/systemic-stability.md @@ -0,0 +1,25 @@ + + +# Systemic Stability + +# Definition + +The capacity of an economic system to maintain its essential functions and +relationships while adapting to external changes and internal pressures, +preventing collapse or severe dysfunction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of bounties and trade restrictions is fundamentally about +maintaining systemic stability while avoiding the artificial instabilities +created by government interventions in natural market processes. + +## Economic Domain + +General Theory + +--- diff --git a/examples/infospace-with-history/output/entities/temporary-statutes.md b/examples/infospace-with-history/output/entities/temporary-statutes.md new file mode 100644 index 00000000..f987152c --- /dev/null +++ b/examples/infospace-with-history/output/entities/temporary-statutes.md @@ -0,0 +1,25 @@ + + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- diff --git a/examples/infospace-with-history/output/entities/tonnage-bounty.md b/examples/infospace-with-history/output/entities/tonnage-bounty.md new file mode 100644 index 00000000..16515867 --- /dev/null +++ b/examples/infospace-with-history/output/entities/tonnage-bounty.md @@ -0,0 +1,25 @@ + + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- diff --git a/examples/infospace-with-history/output/entities/warehouse-system.md b/examples/infospace-with-history/output/entities/warehouse-system.md new file mode 100644 index 00000000..6c3897f5 --- /dev/null +++ b/examples/infospace-with-history/output/entities/warehouse-system.md @@ -0,0 +1,25 @@ + + +# Warehouse System + +# Definition + +A storage and distribution arrangement where imported goods are held in +bonded warehouses under government supervision, allowing for temporary +storage before re-exportation without payment of import duties. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith mentions the warehouse system as a mechanism that facilitates the +carrying trade by allowing merchants to store goods duty-free while +arranging for their re-exportation to other markets. + +## Economic Domain + +Exchange + +--- diff --git a/examples/infospace-with-history/output/mappings/book-4-chapter-05-map-to-vsm-raw.md b/examples/infospace-with-history/output/mappings/book-4-chapter-05-map-to-vsm-raw.md new file mode 100644 index 00000000..b64b502f --- /dev/null +++ b/examples/infospace-with-history/output/mappings/book-4-chapter-05-map-to-vsm-raw.md @@ -0,0 +1,1845 @@ +--- MAPPING: bounty-to-s3 --- +# Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Bounties function as a direct form of government control over economic operations, representing System 3's regulatory authority. They establish rules (subsidies for specific exports), allocate resources (public revenue to merchants), and define responsibilities (export obligations in exchange for payments). Smith critiques this as artificial internal regulation that overrides natural market mechanisms, exactly the kind of top-down control that System 3 exercises over System 1 operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: mercantile-system-to-s5 --- +# Mercantile System -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +The mercantile system represents the overarching policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (accumulation of precious metals), establishes the fundamental values (favourable balance of trade as prosperity), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's critique is fundamentally about the inadequacy of this policy framework for achieving genuine national prosperity. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: balance-of-trade-to-s4 --- +# Balance of Trade -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The balance of trade serves as a key metric for environmental scanning and intelligence gathering about the nation's economic position relative to other nations. It provides information about external competitive conditions and trade relationships, which should inform strategic adaptation. Smith's critique focuses on how this metric is misinterpreted and misused, but the fundamental function of monitoring external economic relationships remains a System 4 activity. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: forced-corn-trade-to-s1 --- +# Forced Corn Trade -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forced corn trade represents the actual operational activity of exporting corn under bounty conditions, making it a System 1 entity. It is the productive enterprise that directly creates economic output (exported corn), engaging with the market environment. Smith's critique focuses on how government intervention distorts this natural operational activity, forcing it into less advantageous channels than it would choose autonomously. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: nominal-price-to-s2 --- +# Nominal Price -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Nominal prices serve as the primary coordination mechanism in market economies, allowing different economic actors to communicate value and make exchange decisions. They coordinate supply and demand, dampen market oscillations through price signals, and resolve conflicts between producers and consumers. Smith's analysis of how bounties artificially manipulate nominal prices demonstrates their coordination function and the problems that arise when this natural coordination mechanism is distorted. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-price-to-s4 --- +# Real Price -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Real price represents the deeper, more fundamental measure of economic value that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real prices represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real prices reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: degradation-of-silver-to-s3 --- +# Degradation of Silver -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +The degradation of silver is a direct consequence of government control policies (bounties) that artificially manipulate the internal economic environment. It represents System 3's regulatory impact on the monetary system and purchasing power within the domestic economy. Smith's analysis shows how these control mechanisms create unintended consequences that undermine the very stability they are meant to ensure. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: inland-corn-dealer-to-s1 --- +# Inland Corn Dealer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The inland corn dealer is a direct operational entity that creates value through the distribution function, moving corn from areas of surplus to areas of scarcity. This is System 1 activity at the merchant level, autonomously engaging with the market environment to perform a necessary economic function. Smith's defense emphasizes the dealer's operational autonomy and the value they create through their specialized distribution activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchant-carrier-to-s4 --- +# Merchant-Carrier -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The merchant-carrier operates by gathering intelligence about international market conditions and opportunities, making it fundamentally a System 4 entity. It scans the external environment (foreign markets), identifies opportunities for arbitrage, and facilitates strategic responses to market imbalances. While it doesn't directly produce value for the home market, its intelligence-gathering and distribution functions serve the broader economic system's adaptation needs. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: sea-sticks-to-s1 --- +# Sea-Sticks -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Sea-sticks represent the direct operational output of fishing activities, making them a System 1 entity. They are the immediate product of productive operations (fishing voyages) that engage directly with the market environment, albeit in an incomplete form requiring further processing. Smith's critique focuses on how bounties distort the natural operational choices of fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchantable-herrings-to-s2 --- +# Merchantable Herrings -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Merchantable herrings represent the standardized, coordinated product that enables market exchange and price coordination. They are the result of processing that creates uniform quality standards, allowing different market participants to coordinate their activities through price signals. The contrast with sea-sticks illustrates how bounties can distort this natural coordination mechanism. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: buss-fishery-to-s1 --- +# Buss-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The buss-fishery is a direct operational activity that produces economic output through fishing operations. It is a System 1 entity that autonomously engages with the maritime environment to create value through herring production. Smith's critique focuses on how government intervention (bounties) distorts the natural operational choices of these fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: boat-fishery-to-s1 --- +# Boat-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The boat-fishery represents autonomous operational activity that directly produces economic value through fishing operations. It is a System 1 entity that engages with the local maritime environment in a way naturally suited to its conditions. Smith's argument emphasizes the importance of allowing operational units to self-organize according to their natural advantages rather than being forced into artificial structures by government intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: joint-stock-company-to-s3 --- +# Joint-Stock Company -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Joint-stock companies represent a form of internal economic control structure that allocates resources (capital from shareholders), establishes rules (corporate governance), and manages operational activities. They are System 3 entities that exercise control over productive operations, though Smith's critique focuses on how government privileges distort their natural regulatory function and lead to inefficient outcomes. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: tonnage-bounty-to-s3 --- +# Tonnage Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Tonnage bounties are a direct form of government control that establishes rules and allocates resources based on vessel capacity rather than actual productivity. They represent System 3's regulatory function, though Smith argues they create perverse incentives that undermine the efficient internal regulation of fishing operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: drawback-to-s2 --- +# Drawback -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Drawbacks serve as a coordination mechanism that facilitates international trade by preventing double taxation and enabling smoother re-export activities. They coordinate the flow of goods across borders and help resolve potential conflicts between import and export regulations, functioning as a System 2 mechanism for managing trade relationships. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: engrossing-to-s1 --- +# Engrossing -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to resell at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Engrossing is a direct operational activity that creates value through market arbitrage, moving goods from areas of surplus to areas of scarcity. It is a System 1 entity that autonomously engages with market conditions to perform a necessary distribution function. Smith's defense emphasizes the operational autonomy of engrossers and the value they create through their specialized market activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: forestalling-to-s1 --- +# Forestalling -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forestalling is an operational activity that creates value by anticipating market conditions and facilitating the movement of goods to where they will be most needed. It is a System 1 entity that autonomously engages with market information to perform a necessary distribution function. Smith's argument emphasizes the operational autonomy of forestallers and the value they create through their specialized market intelligence activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: temporary-statutes-to-s3 --- +# Temporary Statutes -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Temporary statutes represent direct government control mechanisms that establish rules and allocate resources in response to immediate economic conditions. They are System 3 entities that exercise regulatory authority over economic operations, though Smith's critique focuses on how their frequent necessity indicates the failure of the underlying control system to effectively manage the internal economic environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: smuggling-to-s4 --- +# Smuggling -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Smuggling operates by gathering intelligence about regulatory environments and identifying opportunities for circumvention, making it fundamentally a System 4 activity. It scans the external regulatory environment, identifies constraints and opportunities, and facilitates strategic responses to market restrictions. While illegal, it represents the economic system's adaptation to external regulatory pressures. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: free-trade-to-s5 --- +# Free Trade -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +Free trade represents the fundamental policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (unrestricted exchange), establishes the fundamental values (absence of artificial barriers), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's advocacy is fundamentally about establishing this policy framework as the optimal identity for national economic systems. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-market-to-s1 --- +# Home Market -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The home market is the primary operational environment where most economic activities directly create value through domestic exchange. It is the System 1 entity that represents the fundamental operational context for the majority of productive activities. Smith's emphasis on its importance reflects the centrality of this operational environment to economic viability. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-market-to-s4 --- +# Foreign Market -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The foreign market represents the external environment that System 4 must monitor and understand to inform strategic economic decisions. It provides information about competitive conditions, regulatory environments, and opportunities that should shape how the domestic economy adapts and responds. Smith's analysis of how bounties distort foreign market relationships reflects the importance of understanding this external environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: public-revenue-to-s3 --- +# Public Revenue -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Public revenue represents the control mechanism through which government exercises its regulatory authority over economic activities. It is the resource allocation function of System 3, providing the means by which government can establish rules, enforce regulations, and manage the internal economic environment. Smith's analysis of how bounties burden public revenue reflects the costs of control mechanisms. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: extraordinary-expense-to-s3 --- +# Extraordinary Expense -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Extraordinary expenses represent the resource allocation function of System 3, providing the means by which government exercises control over specific economic activities through targeted expenditures. They are the direct manifestation of regulatory authority being used to influence operational decisions, though Smith's critique focuses on how these control mechanisms create inefficiencies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: capital-of-the-farmer-to-s1 --- +# Capital of the Farmer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The capital of the farmer represents the operational resources that directly produce economic value through agricultural activities. It is the fundamental System 1 entity that enables productive operations, engaging directly with the agricultural environment to create output. Smith's analysis emphasizes the importance of understanding these operational resources when evaluating the true costs and benefits of economic policies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: ordinary-profits-of-stock-to-s3 --- +# Ordinary Profits of Stock -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Ordinary profits of stock represent the internal regulatory benchmark that determines whether economic activities are properly controlled and managed. They are the System 3 mechanism for evaluating operational performance and allocating resources to activities that meet minimum efficiency standards. Smith's use of this benchmark reflects the control function of determining which operations deserve support and which indicate fundamental problems requiring intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: money-price-of-corn-to-s2 --- +# Money Price of Corn -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of corn serves as the primary coordination mechanism in the economy, communicating value information and coordinating economic activities across different sectors. It dampens price oscillations by providing a stable reference point and resolves conflicts between different economic interests by establishing a common metric for value. Smith's analysis of how bounties distort this coordination mechanism demonstrates its fundamental role in economic organization. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-value-of-silver-to-s4 --- +# Real Value of Silver -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The real value of silver represents the deeper, more fundamental measure of economic conditions that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real values represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real values reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: money-price-of-labour-to-s2 --- +# Money Price of Labour -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of labour serves as a coordination mechanism that communicates value information between employers and workers, helping to dampen wage oscillations and resolve conflicts over compensation. It coordinates the distribution of income across the economy and provides a standardized metric for comparing the value of different types of work. Smith's analysis of how corn prices regulate labour prices demonstrates this coordination function. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-made-commodities-to-s1 --- +# Home Made Commodities -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Home made commodities are the direct output of domestic productive operations, representing System 1 activities that create value through manufacturing and production. They are the operational products that engage directly with the domestic market environment. Smith's analysis of how bounties affect their prices reflects the impact of policy on operational activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-commodities-to-s4 --- +# Foreign Commodities -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +** \ No newline at end of file diff --git a/examples/infospace-with-history/output/mappings/book-4-chapter-05-mappings.md b/examples/infospace-with-history/output/mappings/book-4-chapter-05-mappings.md new file mode 100644 index 00000000..b64b502f --- /dev/null +++ b/examples/infospace-with-history/output/mappings/book-4-chapter-05-mappings.md @@ -0,0 +1,1845 @@ +--- MAPPING: bounty-to-s3 --- +# Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Bounties function as a direct form of government control over economic operations, representing System 3's regulatory authority. They establish rules (subsidies for specific exports), allocate resources (public revenue to merchants), and define responsibilities (export obligations in exchange for payments). Smith critiques this as artificial internal regulation that overrides natural market mechanisms, exactly the kind of top-down control that System 3 exercises over System 1 operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: mercantile-system-to-s5 --- +# Mercantile System -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +The mercantile system represents the overarching policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (accumulation of precious metals), establishes the fundamental values (favourable balance of trade as prosperity), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's critique is fundamentally about the inadequacy of this policy framework for achieving genuine national prosperity. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: balance-of-trade-to-s4 --- +# Balance of Trade -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The balance of trade serves as a key metric for environmental scanning and intelligence gathering about the nation's economic position relative to other nations. It provides information about external competitive conditions and trade relationships, which should inform strategic adaptation. Smith's critique focuses on how this metric is misinterpreted and misused, but the fundamental function of monitoring external economic relationships remains a System 4 activity. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: forced-corn-trade-to-s1 --- +# Forced Corn Trade -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forced corn trade represents the actual operational activity of exporting corn under bounty conditions, making it a System 1 entity. It is the productive enterprise that directly creates economic output (exported corn), engaging with the market environment. Smith's critique focuses on how government intervention distorts this natural operational activity, forcing it into less advantageous channels than it would choose autonomously. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: nominal-price-to-s2 --- +# Nominal Price -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Nominal prices serve as the primary coordination mechanism in market economies, allowing different economic actors to communicate value and make exchange decisions. They coordinate supply and demand, dampen market oscillations through price signals, and resolve conflicts between producers and consumers. Smith's analysis of how bounties artificially manipulate nominal prices demonstrates their coordination function and the problems that arise when this natural coordination mechanism is distorted. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-price-to-s4 --- +# Real Price -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Real price represents the deeper, more fundamental measure of economic value that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real prices represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real prices reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: degradation-of-silver-to-s3 --- +# Degradation of Silver -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +The degradation of silver is a direct consequence of government control policies (bounties) that artificially manipulate the internal economic environment. It represents System 3's regulatory impact on the monetary system and purchasing power within the domestic economy. Smith's analysis shows how these control mechanisms create unintended consequences that undermine the very stability they are meant to ensure. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: inland-corn-dealer-to-s1 --- +# Inland Corn Dealer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The inland corn dealer is a direct operational entity that creates value through the distribution function, moving corn from areas of surplus to areas of scarcity. This is System 1 activity at the merchant level, autonomously engaging with the market environment to perform a necessary economic function. Smith's defense emphasizes the dealer's operational autonomy and the value they create through their specialized distribution activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchant-carrier-to-s4 --- +# Merchant-Carrier -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The merchant-carrier operates by gathering intelligence about international market conditions and opportunities, making it fundamentally a System 4 entity. It scans the external environment (foreign markets), identifies opportunities for arbitrage, and facilitates strategic responses to market imbalances. While it doesn't directly produce value for the home market, its intelligence-gathering and distribution functions serve the broader economic system's adaptation needs. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: sea-sticks-to-s1 --- +# Sea-Sticks -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Sea-sticks represent the direct operational output of fishing activities, making them a System 1 entity. They are the immediate product of productive operations (fishing voyages) that engage directly with the market environment, albeit in an incomplete form requiring further processing. Smith's critique focuses on how bounties distort the natural operational choices of fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: merchantable-herrings-to-s2 --- +# Merchantable Herrings -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Merchantable herrings represent the standardized, coordinated product that enables market exchange and price coordination. They are the result of processing that creates uniform quality standards, allowing different market participants to coordinate their activities through price signals. The contrast with sea-sticks illustrates how bounties can distort this natural coordination mechanism. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: buss-fishery-to-s1 --- +# Buss-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The buss-fishery is a direct operational activity that produces economic output through fishing operations. It is a System 1 entity that autonomously engages with the maritime environment to create value through herring production. Smith's critique focuses on how government intervention (bounties) distorts the natural operational choices of these fishing enterprises. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: boat-fishery-to-s1 --- +# Boat-Fishery -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The boat-fishery represents autonomous operational activity that directly produces economic value through fishing operations. It is a System 1 entity that engages with the local maritime environment in a way naturally suited to its conditions. Smith's argument emphasizes the importance of allowing operational units to self-organize according to their natural advantages rather than being forced into artificial structures by government intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: joint-stock-company-to-s3 --- +# Joint-Stock Company -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Joint-stock companies represent a form of internal economic control structure that allocates resources (capital from shareholders), establishes rules (corporate governance), and manages operational activities. They are System 3 entities that exercise control over productive operations, though Smith's critique focuses on how government privileges distort their natural regulatory function and lead to inefficient outcomes. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: tonnage-bounty-to-s3 --- +# Tonnage Bounty -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Tonnage bounties are a direct form of government control that establishes rules and allocates resources based on vessel capacity rather than actual productivity. They represent System 3's regulatory function, though Smith argues they create perverse incentives that undermine the efficient internal regulation of fishing operations. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: drawback-to-s2 --- +# Drawback -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +Drawbacks serve as a coordination mechanism that facilitates international trade by preventing double taxation and enabling smoother re-export activities. They coordinate the flow of goods across borders and help resolve potential conflicts between import and export regulations, functioning as a System 2 mechanism for managing trade relationships. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: engrossing-to-s1 --- +# Engrossing -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to resell at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Engrossing is a direct operational activity that creates value through market arbitrage, moving goods from areas of surplus to areas of scarcity. It is a System 1 entity that autonomously engages with market conditions to perform a necessary distribution function. Smith's defense emphasizes the operational autonomy of engrossers and the value they create through their specialized market activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: forestalling-to-s1 --- +# Forestalling -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Forestalling is an operational activity that creates value by anticipating market conditions and facilitating the movement of goods to where they will be most needed. It is a System 1 entity that autonomously engages with market information to perform a necessary distribution function. Smith's argument emphasizes the operational autonomy of forestallers and the value they create through their specialized market intelligence activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: temporary-statutes-to-s3 --- +# Temporary Statutes -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Temporary statutes represent direct government control mechanisms that establish rules and allocate resources in response to immediate economic conditions. They are System 3 entities that exercise regulatory authority over economic operations, though Smith's critique focuses on how their frequent necessity indicates the failure of the underlying control system to effectively manage the internal economic environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: smuggling-to-s4 --- +# Smuggling -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +Smuggling operates by gathering intelligence about regulatory environments and identifying opportunities for circumvention, making it fundamentally a System 4 activity. It scans the external regulatory environment, identifies constraints and opportunities, and facilitates strategic responses to market restrictions. While illegal, it represents the economic system's adaptation to external regulatory pressures. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: free-trade-to-s5 --- +# Free Trade -> System 5 (Policy) + +## Economic Entity Reference + +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 5 (Policy) + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +--- + +## Mapping Rationale + +Free trade represents the fundamental policy framework and identity that governs economic decision-making, exactly the function of System 5. It defines the nation's economic purpose (unrestricted exchange), establishes the fundamental values (absence of artificial barriers), and provides the supreme policy closure that shapes all subordinate economic regulations. Smith's advocacy is fundamentally about establishing this policy framework as the optimal identity for national economic systems. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-market-to-s1 --- +# Home Market -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The home market is the primary operational environment where most economic activities directly create value through domestic exchange. It is the System 1 entity that represents the fundamental operational context for the majority of productive activities. Smith's emphasis on its importance reflects the centrality of this operational environment to economic viability. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-market-to-s4 --- +# Foreign Market -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The foreign market represents the external environment that System 4 must monitor and understand to inform strategic economic decisions. It provides information about competitive conditions, regulatory environments, and opportunities that should shape how the domestic economy adapts and responds. Smith's analysis of how bounties distort foreign market relationships reflects the importance of understanding this external environment. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: public-revenue-to-s3 --- +# Public Revenue -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Public revenue represents the control mechanism through which government exercises its regulatory authority over economic activities. It is the resource allocation function of System 3, providing the means by which government can establish rules, enforce regulations, and manage the internal economic environment. Smith's analysis of how bounties burden public revenue reflects the costs of control mechanisms. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: extraordinary-expense-to-s3 --- +# Extraordinary Expense -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Extraordinary expenses represent the resource allocation function of System 3, providing the means by which government exercises control over specific economic activities through targeted expenditures. They are the direct manifestation of regulatory authority being used to influence operational decisions, though Smith's critique focuses on how these control mechanisms create inefficiencies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: capital-of-the-farmer-to-s1 --- +# Capital of the Farmer -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +The capital of the farmer represents the operational resources that directly produce economic value through agricultural activities. It is the fundamental System 1 entity that enables productive operations, engaging directly with the agricultural environment to create output. Smith's analysis emphasizes the importance of understanding these operational resources when evaluating the true costs and benefits of economic policies. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: ordinary-profits-of-stock-to-s3 --- +# Ordinary Profits of Stock -> System 3 (Control) + +## Economic Entity Reference + +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 3 (Control) + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +--- + +## Mapping Rationale + +Ordinary profits of stock represent the internal regulatory benchmark that determines whether economic activities are properly controlled and managed. They are the System 3 mechanism for evaluating operational performance and allocating resources to activities that meet minimum efficiency standards. Smith's use of this benchmark reflects the control function of determining which operations deserve support and which indicate fundamental problems requiring intervention. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: money-price-of-corn-to-s2 --- +# Money Price of Corn -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of corn serves as the primary coordination mechanism in the economy, communicating value information and coordinating economic activities across different sectors. It dampens price oscillations by providing a stable reference point and resolves conflicts between different economic interests by establishing a common metric for value. Smith's analysis of how bounties distort this coordination mechanism demonstrates its fundamental role in economic organization. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: real-value-of-silver-to-s4 --- +# Real Value of Silver -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +--- + +## Mapping Rationale + +The real value of silver represents the deeper, more fundamental measure of economic conditions that System 4 must understand to make strategic decisions about adaptation and viability. While nominal prices provide surface-level coordination, real values represent the true environmental conditions that determine whether economic activities are genuinely productive and sustainable. Smith's emphasis on real values reflects System 4's need to look beyond superficial metrics to understand the actual economic environment. + +## Mapping Strength + +Moderate + +--- + +--- MAPPING: money-price-of-labour-to-s2 --- +# Money Price of Labour -> System 2 (Coordination) + +## Economic Entity Reference + +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- + +## VSM Concept Reference + +### System 2 (Coordination) + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +--- + +## Mapping Rationale + +The money price of labour serves as a coordination mechanism that communicates value information between employers and workers, helping to dampen wage oscillations and resolve conflicts over compensation. It coordinates the distribution of income across the economy and provides a standardized metric for comparing the value of different types of work. Smith's analysis of how corn prices regulate labour prices demonstrates this coordination function. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: home-made-commodities-to-s1 --- +# Home Made Commodities -> System 1 (Operations) + +## Economic Entity Reference + +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- + +## VSM Concept Reference + +### System 1 (Operations) + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +--- + +## Mapping Rationale + +Home made commodities are the direct output of domestic productive operations, representing System 1 activities that create value through manufacturing and production. They are the operational products that engage directly with the domestic market environment. Smith's analysis of how bounties affect their prices reflects the impact of policy on operational activities. + +## Mapping Strength + +Strong + +--- + +--- MAPPING: foreign-commodities-to-s4 --- +# Foreign Commodities -> System 4 (Intelligence) + +## Economic Entity Reference + +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- + +## VSM Concept Reference + +### System 4 (Intelligence) + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +** \ No newline at end of file diff --git a/examples/infospace-with-history/output/mappings/book-4-chapter-05-prompt.md b/examples/infospace-with-history/output/mappings/book-4-chapter-05-prompt.md new file mode 100644 index 00000000..e4cbf8bf --- /dev/null +++ b/examples/infospace-with-history/output/mappings/book-4-chapter-05-prompt.md @@ -0,0 +1,1714 @@ +# Map Economic Entities to VSM Concepts + +You are a systems theorist specializing in Stafford Beer's Viable System Model. +Your task is to map extracted economic entities to VSM concepts. + +## Extracted Entities + +--- ENTITY: bounty --- + +# Bounty + +## Definition + +A government subsidy paid to merchants or manufacturers to encourage the +exportation of specific goods, designed to make domestic products more +competitive in foreign markets by compensating for selling below cost price. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's central focus in this chapter is critiquing the mercantile system's +use of bounties as a means of enriching the nation through the balance of +trade. He argues that bounties force trade into less advantageous channels +and that they cannot genuinely lower the price of commodities in the home +market. + +## Economic Domain + +Regulation + +--- +--- ENTITY: mercantile system --- + +# Mercantile System + +## Definition + +An economic doctrine that seeks to enrich the nation by promoting exports +and restricting imports, based on the belief that national wealth consists +of accumulated precious metals and that a favourable balance of trade is +essential for prosperity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith presents the mercantile system as the intellectual framework that +justifies bounties and other trade restrictions. He systematically +criticizes its core assumptions about wealth creation and trade balance. + +## Economic Domain + +General Theory + +--- +--- ENTITY: balance of trade --- + +# Balance of Trade + +## Definition + +The difference between the value of a nation's exports and imports, with +mercantilist theory holding that a favourable balance (more exports than +imports) enriches the nation by bringing in precious metals. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith critiques the mercantilist obsession with the balance of trade, +arguing that it leads to harmful policies like bounties and export +restrictions that ultimately impoverish rather than enrich the nation. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forced corn trade --- + +# Forced Corn Trade + +## Definition + +The export of corn made artificially profitable through government bounties, +creating a trade that would not occur naturally in the market and that +requires public subsidy to sustain. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the corn bounty as a primary example of how forced trade, while +appearing beneficial through higher export values, actually imposes hidden +costs on society through capital consumption and market distortion. + +## Economic Domain + +Exchange + +--- +--- ENTITY: nominal price --- + +# Nominal Price + +## Definition + +The money price of a commodity expressed in currency units, which may +fluctuate independently of the commodity's real value or purchasing power. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes between nominal and real prices throughout his analysis +of bounties, arguing that bounties affect nominal prices while potentially +degrading the real value of silver and other commodities. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real price --- + +# Real Price + +## Definition + +The value of a commodity measured by the quantity of labour it can command +or the amount of subsistence it can provide, representing its true economic +worth independent of monetary fluctuations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that real prices, not nominal prices, determine actual +wealth and prosperity, using this distinction to critique bounties that +raise nominal prices while potentially lowering real values. + +## Economic Domain + +Exchange + +--- +--- ENTITY: degradation of silver --- + +# Degradation of Silver + +## Definition + +The reduction in silver's purchasing power relative to other commodities, +occurring when artificial policies like bounties increase the nominal price +of goods without increasing their real value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade silver's value by forcing up the nominal +price of corn, which serves as the regulator of all other commodity prices, +thereby reducing silver's ability to purchase home-made goods. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland corn dealer --- + +# Inland Corn Dealer + +## Definition + +A merchant who buys corn from farmers and sells it to consumers within the +same country, performing the essential function of distributing grain from +areas of surplus to areas of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends the inland corn dealer's role in the market, arguing that +their interests align with the public good and that restrictions on their +trade only harm the people they serve. + +## Economic Domain + +Distribution + +--- +--- ENTITY: merchant-carrier --- + +# Merchant-Carrier + +## Definition + +A trader who imports foreign corn into a country specifically to export it +again, using the nation as a temporary storage and distribution point for +international trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions affect the merchant-carrier +trade, noting that while it doesn't directly supply the home market, it can +indirectly contribute to market stability through international distribution. + +## Economic Domain + +Exchange + +--- +--- ENTITY: sea-sticks --- + +# Sea-Sticks + +## Definition + +Herrings caught and cured at sea during fishing voyages, requiring additional +processing and salting before becoming merchantable for market sale. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses sea-sticks as an example in his critique of herring fishery bounties, +showing how government subsidies can distort natural market prices and +encourage inefficient production methods. + +## Economic Domain + +Production + +--- +--- ENTITY: merchantable herrings --- + +# Merchantable Herrings + +## Definition + +Herrings that have been properly processed, repacked, and prepared for +commercial sale, typically requiring additional salting and packaging beyond +the initial sea-curing process. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts merchantable herrings with sea-sticks to demonstrate how +bounties can create artificial price structures in the fishing industry, +making government-subsidized products appear more expensive than they +naturally would be. + +## Economic Domain + +Production + +--- +--- ENTITY: buss-fishery --- + +# Buss-Fishery + +## Definition + +A method of herring fishing conducted from decked vessels of twenty to eighty +tons burden, typically involving longer voyages and larger-scale operations +than smaller boat fisheries. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes the buss-fishery bounty system, arguing that it +artificially favors large-scale operations over more efficient small boat +fisheries better suited to Scotland's geography and market needs. + +## Economic Domain + +Production + +--- +--- ENTITY: boat-fishery --- + +# Boat-Fishery + +## Definition + +A method of herring fishing using smaller boats that can quickly bring +catches ashore for immediate curing or consumption, better adapted to +coastal communities and local market conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that boat-fisheries are more naturally suited to Scotland's +geography than buss-fisheries, but bounties have ruined this traditional +method by making large-scale operations artificially profitable. + +## Economic Domain + +Production + +--- +--- ENTITY: joint-stock company --- + +# Joint-Stock Company + +## Definition + +A business organisation where capital is contributed by multiple shareholders +who share in the profits and losses, often established with special government +privileges or monopolies. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the example of the white herring fishery joint-stock company to +show how government bounties and special privileges can lead to inefficient +capital allocation and eventual business failure. + +## Economic Domain + +General Theory + +--- +--- ENTITY: tonnage bounty --- + +# Tonnage Bounty + +## Definition + +A subsidy paid to shipping operations based on the burden or carrying +capacity of vessels, rather than on actual productivity or success in the +fishing enterprise. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes tonnage bounties for encouraging inefficient use of capital, +as ship owners may focus on qualifying for subsidies rather than on actual +productive fishing activities. + +## Economic Domain + +Regulation + +--- +--- ENTITY: drawback --- + +# Drawback + +## Definition + +A refund of duties paid on imported goods when those goods are subsequently +exported, designed to prevent double taxation and encourage re-export trade. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith distinguishes drawbacks from bounties, noting that drawbacks simply +return money already paid rather than providing additional subsidies, though +both can be subject to fraudulent abuse. + +## Economic Domain + +Regulation + +--- +--- ENTITY: engrossing --- + +# Engrossing + +## Definition + +The practice of buying up large quantities of a commodity, particularly +corn, with the intent to sell again at a profit, often viewed with suspicion +as potentially manipulating market prices. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith defends engrossing as a legitimate market activity that helps +distribute goods from areas of surplus to areas of scarcity, arguing that +restrictions on this practice only harm the public interest. + +## Economic Domain + +Exchange + +--- +--- ENTITY: forestalling --- + +# Forestalling + +## Definition + +The practice of buying goods before they reach the market, particularly +corn, with the intent to resell at a higher price, historically prohibited +by law as a form of market manipulation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that forestalling prohibitions are misguided, as merchants who +buy early are often providing a valuable service by anticipating future +scarcity and helping to distribute goods more efficiently. + +## Economic Domain + +Exchange + +--- +--- ENTITY: temporary statutes --- + +# Temporary Statutes + +## Definition + +Short-term legislative measures enacted to address immediate economic +emergencies, such as suspending export prohibitions or import duties +during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses the frequent need for temporary statutes to modify corn trade +laws as evidence that the general system is fundamentally flawed and +requires constant correction. + +## Economic Domain + +Regulation + +--- +--- ENTITY: smuggling --- + +# Smuggling + +## Definition + +The illegal importation or exportation of goods to avoid customs duties or +prohibitions, often becoming a major channel for trade when legal restrictions +are too severe. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how prohibitions on gold and silver export in Spain and +Portugal create smuggling opportunities and raise the value of precious +metals in other countries, harming the prohibiting nations. + +## Economic Domain + +Exchange + +--- +--- ENTITY: free trade --- + +# Free Trade + +## Definition + +The unrestricted exchange of goods and services across borders without +government-imposed tariffs, quotas, or other barriers to commerce. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for free trade as the natural state that best serves the +public interest, arguing that restrictions like bounties and prohibitions +only create artificial inefficiencies and higher prices. + +## Economic Domain + +Exchange + +--- +--- ENTITY: home market --- + +# Home Market + +## Definition + +The domestic market within a country where goods are bought and sold among +its own inhabitants, as distinguished from foreign or international markets. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of the home market as the primary and most +significant market for most goods, particularly agricultural products, and +argues that policies should prioritize its efficient functioning. + +## Economic Domain + +Exchange + +--- +--- ENTITY: foreign market --- + +# Foreign Market + +## Definition + +International markets outside a country's borders where domestic producers +sell goods to foreign buyers, often subject to different competitive +conditions and trade regulations. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties artificially expand foreign markets at the +expense of the home market, arguing that this misallocation of resources +ultimately harms national prosperity. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public revenue --- + +# Public Revenue + +## Definition + +The funds collected by government through taxation and other means to finance +public expenditures and services. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith examines how bounties and trade restrictions burden public revenue, +arguing that these policies impose heavy taxes on the population while +providing questionable benefits to specific interest groups. + +## Economic Domain + +Distribution + +--- +--- ENTITY: extraordinary expense --- + +# Extraordinary Expense + +## Definition + +Government expenditures beyond normal operating costs, particularly those +incurred for special purposes like paying bounties or subsidies to specific +industries or traders. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the extraordinary expenses of bounties represent only a +small part of their total cost to society, with the larger burden coming +from market distortions and capital misallocation. + +## Economic Domain + +Distribution + +--- +--- ENTITY: capital of the farmer --- + +# Capital of the Farmer + +## Definition + +The financial resources employed by agricultural producers for cultivation, +including funds for seeds, equipment, livestock, and labor necessary for +crop production. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes that the true cost of bounties includes not just the +government payments but also the capital invested by farmers, which must be +adequately compensated for the trade to be genuinely beneficial. + +## Economic Domain + +Production + +--- +--- ENTITY: ordinary profits of stock --- + +# Ordinary Profits of Stock + +## Definition + +The normal rate of return that capital can expect to earn in a particular +trade or industry under competitive market conditions, serving as a benchmark +for evaluating investment opportunities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith uses ordinary profits as a standard for determining whether bounties +are necessary, arguing that trades earning ordinary profits don't require +subsidies, while those earning below this rate may indicate fundamental +unprofitability. + +## Economic Domain + +Distribution + +--- +--- ENTITY: money price of corn --- + +# Money Price of Corn + +## Definition + +The price of grain expressed in monetary units, which serves as the +fundamental regulator of prices for all other commodities in the economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that the money price of corn determines the money prices of +labor and all other goods, making it a crucial variable in understanding +how bounties affect the entire price structure of the economy. + +## Economic Domain + +Exchange + +--- +--- ENTITY: real value of silver --- + +# Real Value of Silver + +## Definition + +The purchasing power of silver measured by the quantity of goods and +services it can command, which may fluctuate independently of its nominal +monetary value. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties degrade the real value of silver by forcing up +the nominal price of corn, thereby reducing silver's ability to purchase +other commodities in the home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: money price of labour --- + +# Money Price of Labour + +## Definition + +The wage rate paid to workers expressed in monetary units, which must be +sufficient to enable labourers to purchase necessary subsistence for +themselves and their families. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith explains how the money price of corn regulates the money price of +labour, as wages must be sufficient to purchase the necessary quantity of +corn for subsistence. + +## Economic Domain + +Distribution + +--- +--- ENTITY: home made commodities --- + +# Home Made Commodities + +## Definition + +Goods produced domestically within a country through local industry and +manufacturing, as distinguished from imported foreign products. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounties on exported corn raise the price of home made +commodities by increasing the money price of corn, which serves as the +regulator of all domestic prices. + +## Economic Domain + +Production + +--- +--- ENTITY: foreign commodities --- + +# Foreign Commodities + +## Definition + +Goods produced in other countries and imported for domestic consumption, +often competing with locally manufactured products in the home market. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith notes that while bounties may give some advantage in purchasing +foreign commodities due to the degradation of silver, they provide no +benefit for home made goods and actually make them more expensive. + +## Economic Domain + +Exchange + +--- +--- ENTITY: inland trade --- + +# Inland Trade + +## Definition + +Commercial exchange that occurs within a country's borders, moving goods +from areas of production to areas of consumption through domestic +transportation and distribution networks. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes the importance of inland trade, particularly in corn, +arguing that it is more significant for national prosperity than foreign +trade and should be protected and encouraged rather than restricted. + +## Economic Domain + +Exchange + +--- +--- ENTITY: exportation trade --- + +# Exportation Trade + +## Definition + +The commercial activity of selling domestic goods to foreign buyers, +typically encouraged by government policies like bounties that make +exporting more profitable than domestic sales. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes exportation trade promoted by bounties as forcing capital +into less advantageous channels, arguing that it often comes at the expense +of the more important home market. + +## Economic Domain + +Exchange + +--- +--- ENTITY: importation trade --- + +# Importation Trade + +## Definition + +The commercial activity of bringing foreign goods into a country for +domestic consumption, often restricted by tariffs and prohibitions but +occasionally liberalized during periods of scarcity. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how importation trade can help supply the home market during +scarcity, but argues that the inland trade is generally more important for +national prosperity than foreign trade. + +## Economic Domain + +Exchange + +--- +--- ENTITY: carrying trade --- + +# Carrying Trade + +# Definition + +The commercial activity of transporting goods between foreign countries, +using one nation's ships and capital to facilitate trade between other +nations without direct involvement in production or final consumption. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how carrying trade can make a nation a "magazine and +storehouse" for other countries, potentially benefiting from the storage +and distribution services even when not directly involved in production. + +## Economic Domain + +Exchange + +--- +--- ENTITY: warehouse system --- + +# Warehouse System + +# Definition + +A storage and distribution arrangement where imported goods are held in +bonded warehouses under government supervision, allowing for temporary +storage before re-exportation without payment of import duties. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith mentions the warehouse system as a mechanism that facilitates the +carrying trade by allowing merchants to store goods duty-free while +arranging for their re-exportation to other markets. + +## Economic Domain + +Exchange + +--- +--- ENTITY: public good versus private interest --- + +# Public Good Versus Private Interest + +# Definition + +The tension between policies that benefit specific commercial interests +and those that serve the broader welfare of society, often manifested in +conflicts between merchants seeking special privileges and the general +public bearing the costs. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith consistently argues throughout the chapter that bounties and trade +restrictions benefit private interests at public expense, creating a +fundamental misalignment between individual profit-seeking and national +prosperity. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural liberty in trade --- + +# Natural Liberty in Trade + +# Definition + +The freedom of individuals to engage in commerce and exchange without +government interference, allowing market forces to determine prices, +production, and distribution through voluntary transactions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for natural liberty in trade as the ideal condition that +maximizes efficiency and prosperity, arguing that artificial restrictions +like bounties only create inefficiencies and higher prices. + +## Economic Domain + +General Theory + +--- +--- ENTITY: artificial direction of industry --- + +# Artificial Direction of Industry + +# Definition + +Government policies and regulations that attempt to channel economic activity +into specific sectors or trades, overriding the natural market preferences +of individuals and businesses. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith criticizes bounties and trade restrictions as artificial directions +of industry that force capital and labor into less advantageous channels +than they would naturally choose in a free market. + +## Economic Domain + +General Theory + +--- +--- ENTITY: natural course of things --- + +# Natural Course of Things + +# Definition + +The spontaneous economic order that emerges when individuals are free to +pursue their own interests through voluntary exchange, without government +intervention or artificial direction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the natural course of economic development with the +artificial interventions of the mercantile system, arguing that the former +leads to greater prosperity and efficiency. + +## Economic Domain + +General Theory + +--- +--- ENTITY: public tranquillity --- + +# Public Tranquillity + +# Definition + +The social peace and stability maintained by government through the +establishment of economic systems and regulations that are acceptable to +the general population, even when those systems may not be economically +optimal. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith acknowledges that governments must sometimes establish economic +systems that align with popular prejudices rather than economic efficiency, +in order to maintain social stability and prevent unrest. + +## Economic Domain + +General Theory + +--- +--- ENTITY: political arithmetic --- + +# Political Arithmetic + +# Definition + +The quantitative analysis of economic and political phenomena through +statistical measurement and numerical calculation, used to evaluate the +effects of policies and institutions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith expresses skepticism about the precision of political arithmetic, +while still using numerical examples to illustrate his arguments about the +relative importance of different types of trade. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic development sequence --- + +# Economic Development Sequence + +# Definition + +The natural progression of economic activity from subsistence agriculture +through manufacturing to foreign trade, with each stage building upon and +supporting the previous ones in a hierarchical development pattern. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that economic development follows a natural sequence that +should not be inverted by artificial policies, with inland trade and +domestic manufacturing preceding and supporting foreign commerce. + +## Economic Domain + +General Theory + +--- +--- ENTITY: market size threshold --- + +# Market Size Threshold + +# Definition + +The minimum scale of commercial exchange necessary to support specialized +production and the division of labor, beyond which economic efficiency and +productivity can increase dramatically. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how bounties and trade restrictions can affect market size +and the ability of producers to achieve the scale necessary for efficient +specialization and productivity gains. + +## Economic Domain + +Exchange + +--- +--- ENTITY: variety of talents --- + +# Variety of Talents + +# Definition + +The diverse skills, abilities, and specializations that individuals develop +through the division of labor, creating a complex web of complementary +capabilities within an economy. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith emphasizes how the variety of talents developed through specialization +contributes to economic productivity, arguing that artificial restrictions +on trade can limit the development and utilization of these diverse skills. + +## Economic Domain + +Production + +--- +--- ENTITY: requisite variety --- + +# Requisite Variety + +# Definition + +The principle that effective regulation requires the controlling system to +possess at least as much complexity and adaptability as the system being +controlled, ensuring adequate responsiveness to changing conditions. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +While not using the modern term, Smith's arguments about the need for +flexible and responsive economic policies that can adapt to changing +conditions reflect the principle of requisite variety in economic regulation. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic autonomy --- + +# Economic Autonomy + +# Definition + +The degree of freedom granted to economic actors to make decisions about +production, exchange, and investment without external interference or +coercion from government authorities or other controlling entities. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith advocates for maximum economic autonomy consistent with systemic +stability, arguing that individuals are best positioned to make decisions +about their own economic interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: systemic stability --- + +# Systemic Stability + +# Definition + +The capacity of an economic system to maintain its essential functions and +relationships while adapting to external changes and internal pressures, +preventing collapse or severe dysfunction. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of bounties and trade restrictions is fundamentally about +maintaining systemic stability while avoiding the artificial instabilities +created by government interventions in natural market processes. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic identity --- + +# Economic Identity + +# Definition + +The distinctive character and purpose of an economic system, shaped by its +core values, institutional arrangements, and the philosophical principles +that guide its development and operation. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith contrasts the economic identity of free market systems with that of +mercantilist systems, arguing that the former better serves the genuine +interests of society while the latter serves narrow commercial interests. + +## Economic Domain + +General Theory + +--- +--- ENTITY: policy closure --- + +# Policy Closure + +# Definition + +The definitive establishment of economic policies and institutional frameworks +that provide stability and predictability for economic actors while +preventing endless revision and uncertainty. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how temporary statutes and frequent policy changes create +uncertainty that undermines economic planning and investment, arguing for +more stable and predictable policy frameworks. + +## Economic Domain + +Regulation + +--- +--- ENTITY: environmental scanning --- + +# Environmental Scanning + +# Definition + +The systematic monitoring of external economic conditions, market trends, +and competitive forces to inform strategic decision-making and policy +development in response to changing circumstances. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how bounties affect different market conditions and +seasonal variations reflects the importance of environmental scanning in +understanding the complex effects of economic policies. + +## Economic Domain + +General Theory + +--- +--- ENTITY: strategic planning --- + +# Strategic Planning + +# Definition + +The process of developing long-term economic policies and institutional +arrangements that anticipate future conditions and align current actions +with desired long-term outcomes. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties as short-sighted policies that fail to consider +long-term consequences reflects the importance of strategic planning in +economic policy development. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system governance --- + +# Economic System Governance + +# Definition + +The institutional arrangements and decision-making processes that determine +how economic policies are formulated, implemented, and enforced within a +society. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's analysis of how different governance structures affect economic +outcomes, particularly the contrast between free market governance and +mercantilist control, highlights the importance of institutional design. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system adaptation --- + +# Economic System Adaptation + +# Definition + +The capacity of economic institutions and policies to evolve and adjust in +response to changing conditions, technological developments, and new +understanding of economic relationships. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith discusses how economic systems must adapt to changing conditions, +particularly in response to market signals and the natural development of +trade relationships, rather than being locked into rigid institutional +frameworks. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system effectiveness --- + +# Economic System Effectiveness + +# Definition + +The degree to which an economic system achieves its intended objectives, +such as promoting prosperity, ensuring stability, and serving the interests +of the broader society rather than narrow special interests. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's entire analysis in this chapter is fundamentally about evaluating +the effectiveness of different economic systems and policies, particularly +the contrast between free market outcomes and mercantilist interventions. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system efficiency --- + +# Economic System Efficiency + +# Definition + +The optimal allocation of resources within an economic system to maximize +output and minimize waste, typically achieved through competitive market +processes that reward productive activity and penalize inefficiency. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith's critique of bounties centers on their inefficiency in resource +allocation, arguing that they force capital and labor into less productive +channels than would occur naturally in competitive markets. + +## Economic Domain + +General Theory + +--- +--- ENTITY: economic system sustainability --- + +# Economic System Sustainability + +# Definition + +The ability of an economic system to maintain its productive capacity and +social stability over time without depleting resources or creating +unsustainable dependencies on government intervention. + +## Source Chapter + +Book IV, Chapter 5 + +## Context + +Smith argues that bounty systems create unsustainable dependencies that +ultimately undermine the long-term viability of the industries they purport +to support, making them economically unsustainable. + +## Economic Domain + +General Theory + + + +## VSM Framework Reference + +--- +id: vsm-framework +name: vsm_framework +artifact_type: content +description: Stafford Beer's Viable System Model reference for economic analysis +version: 1.0.0 +--- + +# Stafford Beer's Viable System Model (VSM) + +The Viable System Model (VSM) is a model of the organisational structure of any +autonomous system capable of producing itself. It was created by management +cybernetician Stafford Beer in his books *Brain of the Firm* (1972) and +*The Heart of Enterprise* (1979). + +## Core Principle: Viability + +A viable system is any system organised in such a way as to meet the demands +of surviving in a changing environment. One of the prime features of systems +that survive is that they are adaptable. The VSM expresses a model for a +viable system, which is an abstracted cybernetic description applicable to +any organisation that is a going concern. + +## The Five Systems + +### System 1 (S1) — Operations + +The primary activities that produce the organisation's purpose. These are the +operational units that directly create value. Each operational element is itself +a viable system (the principle of recursion). + +**In economic terms:** Productive enterprises, factories, farms, workshops, +individual labourers performing specialised tasks, merchant operations. + +**Key properties:** Autonomy within constraints, self-organisation, +direct engagement with the environment. + +### System 2 (S2) — Coordination + +The information channels and bodies that allow the primary activities in +System 1 to communicate with each other and that allow System 3 to monitor +and coordinate activities. System 2 dampens oscillations and resolves +conflicts between operational units. + +**In economic terms:** Market price mechanisms, trade customs, standard +weights and measures, commercial law, banking clearinghouses, trade guilds. + +**Key properties:** Anti-oscillatory, dampening, scheduling, conflict +resolution, standardisation. + +### System 3 (S3) — Control / Operational Management + +The structures and controls that establish the rules, resources, rights, +and responsibilities of System 1 and provide an interface between Systems 1 +and Systems 4/5. System 3 represents the day-to-day control of the +organisation. It optimises the internal environment. + +**In economic terms:** Government regulation of trade, taxation policy, labour +laws, enforcement of contracts, the "invisible hand" as emergent internal +regulation, guilds and corporations governing members. + +**Key properties:** Internal regulation, resource allocation, accountability, +synergy extraction, performance management. + +### System 3* (S3*) — Audit / Monitoring + +The audit and monitoring channel that allows System 3 to verify information +coming from System 1 through channels other than those provided by System 2. +System 3* provides sporadic, direct access to operational reality. + +**In economic terms:** Market inspections, quality checks, auditing of accounts, +surprise investigations into trade practices, verification of weights and measures. + +**Key properties:** Sporadic direct investigation, reality checking, bypassing +normal reporting channels. + +### System 4 (S4) — Intelligence / Adaptation + +The bodies and processes that look outward to the environment to monitor +how the organisation needs to adapt to remain viable. System 4 captures +all relevant information about the outside-and-then environment. It is +responsible for strategic responses. + +**In economic terms:** Foreign intelligence about trade opportunities, +market research, new technology adoption, colonial exploration and trade +route development, understanding of foreign economic systems. + +**Key properties:** Environmental scanning, future orientation, strategic +planning, modelling, research and development. + +### System 5 (S5) — Policy / Identity + +The policy-making body that balances demands from Systems 3 and 4 and defines +the identity, values, and purpose of the organisation. System 5 provides +closure to the whole system and represents its supreme authority. + +**In economic terms:** Sovereign authority, constitutional principles governing +economic policy, national economic identity, the philosophical foundations +of economic systems (mercantilism vs. free trade), the overarching purpose +of the commonwealth. + +**Key properties:** Identity, ethos, supreme command, policy closure, +balancing internal and external perspectives. + +## Key Concepts + +### Recursion + +Every viable system contains and is contained in a viable system. The same +five-system structure recurs at every level of organisation. A workshop is +a viable system within a factory, which is a viable system within an +industry, which is a viable system within a national economy. + +### Variety + +A measure of the number of possible states of a system. The Law of Requisite +Variety (Ashby's Law) states that only variety can absorb variety. A +controller must have at least as much variety as the system it controls. + +### Requisite Variety + +The principle that for effective regulation, the variety of the regulator +must match the variety of the system being regulated. This is achieved +through variety attenuation (reducing the variety coming up from operations) +and variety amplification (increasing the variety of management's responses). + +### Attenuation and Amplification + +Variety engineering mechanisms. Attenuation reduces variety (e.g., reporting +summaries, statistical aggregation, standardisation). Amplification increases +variety (e.g., delegation, empowerment, decentralisation). + +### Algedonic Signals + +Emergency signals that bypass the normal management hierarchy to alert +higher systems of critical situations requiring immediate attention. Named +from the Greek words for pain (algos) and pleasure (hedone). + +**In economic terms:** Market panics, famine signals, sudden price collapses, +trade embargoes, economic crises that demand immediate sovereign intervention. + +### Autonomy + +The degree of freedom granted to operational units (System 1) to self-organise +within constraints set by System 3. Beer argued that maximum autonomy +consistent with systemic cohesion yields maximum viability. + +### Viability + +The capacity of a system to maintain a separate existence and survive in a +changing environment. A viable system continuously adapts while maintaining +its identity. + + +## Mapping Guidelines + +--- +id: mapping-rules +name: mapping_rules +artifact_type: content +description: Guidelines for mapping economic entities to VSM concepts +version: 1.0.0 +--- + +# VSM Mapping Rules + +## Mapping Principles + +1. **Ground in Beer's definitions.** Every mapping rationale must reference + the specific VSM system function, not just a superficial resemblance. + +2. **Prefer structural over metaphorical mappings.** A mapping is strong + when the economic entity performs the same *functional role* in Smith's + economic system as the VSM component performs in an organisation. + +3. **Allow multiple mappings.** A single economic entity may map to + multiple VSM systems. For example, "the sovereign" may map to both + S3 (regulation) and S5 (policy). Create separate mapping documents + for each relationship. + +4. **Respect recursion.** Consider at which level of recursion the mapping + applies. The division of labour within a single workshop (S1-level) + differs from the division of labour across an entire national economy + (higher recursion level). + +## Mapping Strength Criteria + +### Strong +- The entity directly performs the function of the VSM system. +- The mapping would be recognisable to a VSM practitioner without explanation. +- Example: "market price mechanism" → S2 (Coordination) — prices coordinate + supply and demand between producers. + +### Moderate +- The entity partially performs the function or performs it in a limited context. +- The mapping requires some argument but is defensible. +- Example: "merchant" → S4 (Intelligence) — merchants gather information + about foreign markets, but this is not their primary function. + +### Weak +- The mapping is speculative or metaphorical rather than structural. +- The connection exists but requires significant interpretive work. +- Example: "moral sentiments" → S5 (Policy) — broad ethical framework + shapes economic behaviour, but the connection is indirect. + +## What NOT to Map + +- Do not force mappings where none exist. It is valid for an entity to have + no clear VSM mapping — flag it with "Mapping Strength: Weak" and explain + the difficulty. +- Do not map purely descriptive/historical content that lacks functional + significance. + +## VSM System Checklist + +When mapping, consider each system: + +| System | Question to Ask | +|--------|----------------| +| S1 | Does this entity directly produce value or output? | +| S2 | Does this entity coordinate between operational units? | +| S3 | Does this entity regulate internal operations? | +| S3* | Does this entity provide audit or verification? | +| S4 | Does this entity scan the environment or plan for the future? | +| S5 | Does this entity define identity, policy, or purpose? | + +Also consider the key concepts: +- **Recursion**: At what level does this entity operate? +- **Variety**: Does this entity manage variety (attenuate or amplify)? +- **Algedonic signals**: Does this entity serve as an emergency signal? +- **Autonomy**: Does this entity relate to operational autonomy? + + +## Instructions + +1. Review each extracted economic entity carefully. +2. For each entity, determine which VSM system(s) it most closely relates to. +3. Produce a mapping document for each entity-VSM relationship following + the VSM Mapping Schema v1.0. +4. Each mapping document must include: + - An H1 heading in the format "Entity Name -> VSM Concept Name" + - An Economic Entity Reference section + - A VSM Concept Reference section + - A Mapping Rationale section (minimum 30 words) grounded in Beer's definitions + - A Mapping Strength section rated as Strong, Moderate, or Weak +5. Where an entity maps to multiple VSM systems (recursion), create + separate mapping documents for each relationship. +6. Flag entities that don't clearly map to any VSM concept with a + "Mapping Strength: Weak" and note the difficulty in the rationale. + +## Output Format + +Output each mapping as a separate markdown document, delimited by +`--- MAPPING: -to- ---` markers. diff --git a/examples/infospace-with-history/output/metrics/history.yaml b/examples/infospace-with-history/output/metrics/history.yaml index 0593afaa..cc2a728a 100644 --- a/examples/infospace-with-history/output/metrics/history.yaml +++ b/examples/infospace-with-history/output/metrics/history.yaml @@ -700,3 +700,29 @@ concern: C1 metadata: source: collection-checks +- snapshot_id: 8016d38a + created_at: '2026-02-19T20:36:19.066866+00:00' + schema_name: default + entity_count: 773 + entity_evaluations: [] + collection_metrics: + - name: coherence_components + value: 0.0 + concern: C3 + - name: consistency_cycles + value: 0.0 + concern: C4 + - name: coverage_ratio + value: 0.5111111111111111 + concern: C2 + - name: granularity_entropy + value: 2.9727318376259806 + concern: C5 + - name: modularity + value: 0.0 + concern: C3 + - name: redundancy_ratio + value: 0.007761966364812419 + concern: C1 + metadata: + source: collection-checks diff --git a/examples/infospace-with-history/output/metrics/metrics.yaml b/examples/infospace-with-history/output/metrics/metrics.yaml index 923023ca..9da9579a 100644 --- a/examples/infospace-with-history/output/metrics/metrics.yaml +++ b/examples/infospace-with-history/output/metrics/metrics.yaml @@ -1,6 +1,6 @@ coherence_components: 0.0 consistency_cycles: 0.0 -coverage_ratio: 0.513889 -granularity_entropy: 2.968784 +coverage_ratio: 0.511111 +granularity_entropy: 2.972732 modularity: 0.0 -redundancy_ratio: 0.007947 +redundancy_ratio: 0.007762 diff --git a/examples/infospace-with-history/output/processing-log.yaml b/examples/infospace-with-history/output/processing-log.yaml index 6ea1999c..1e19bb0d 100644 --- a/examples/infospace-with-history/output/processing-log.yaml +++ b/examples/infospace-with-history/output/processing-log.yaml @@ -931,3 +931,44 @@ finish_reason: stop duration_seconds: 69.9 error: null +- source_id: book-4-chapter-05 + processed_at: '2026-02-19T20:47:51Z' + provider: openrouter + model: arcee-ai/trinity-large-preview:free + success: true + total_prompt_tokens: 75576 + total_completion_tokens: 18894 + total_cost: 0.0 + total_duration_seconds: 686.9 + total_retries: 0 + stages: + - stage: extract-entities + retries: 0 + provider: openrouter + model: arcee-ai/trinity-large-preview:free + prompt_tokens: 28483 + completion_tokens: 5850 + cost: 0.0 + finish_reason: stop + duration_seconds: 249.5 + error: null + - stage: map-to-vsm + retries: 0 + provider: openrouter + model: arcee-ai/trinity-large-preview:free + prompt_tokens: 7976 + completion_tokens: 10000 + cost: 0.0 + finish_reason: length + duration_seconds: 242.7 + error: null + - stage: synthesize-analysis + retries: 0 + provider: openrouter + model: arcee-ai/trinity-large-preview:free + prompt_tokens: 39117 + completion_tokens: 3044 + cost: 0.0 + finish_reason: stop + duration_seconds: 194.7 + error: null