diff --git a/decisions/economics.md b/decisions/economics.md index f177d56d5..8df4cbb5e 100644 --- a/decisions/economics.md +++ b/decisions/economics.md @@ -336,7 +336,8 @@ This domain covers: currency system, commodity taxonomy, shadow economy, corpora - Queryable content: `brand_products JOIN corp_presence` filtered by location and `product_subcategory`; sub-millisecond at 10K+ rows — primary use case alongside economic simulation **5. DB Schema** - - `brand_products`: `brand_product_id`, `corp_id`, `product_name`, `brand_category` (8 values), `value_trajectory`, `scarcity_class` (`capped` / `constrained` / `scalable` / `unlimited`), `product_subcategory`, `base_premium_multiplier`, `premium_floor`, `origin_system`, `terroir_locked`, `currency_denomination`, `shadow_viable`, `brand_tier` (`halo` / `volume`), `halo_brand_id` (for volume tiers) + - `brand_products`: `brand_product_id`, `corp_id`, `product_name`, `brand_category` (8 values), `value_trajectory`, `scarcity_class` (`capped` / `constrained` / `scalable` / `unlimited`), `product_subcategory`, `base_premium_multiplier`, `premium_floor`, `origin_system`, `terroir_locked`, `currency_denomination`, `shadow_viable`, `brand_tier` (`halo` / `volume`), `halo_brand_id` (for volume tiers), `price_tier` (enum — see below) + - `price_tier` enum (5 values — amended Sprint 36 per team decision; closed enum locked on sprint-36/copy branch): `mass` (widely accessible, lowest price point; commodity_branded volume tiers) / `premium` (above-average quality signal; most volume tiers across categories) / `luxury` (aspirational, restricted availability; terroir and design_heritage halos) / `flagship` (pinnacle output, ultra-scarce; Veblen curve inflection; max 1 per brand, lore-grounded scarcity ceiling required) / `institutional` (B2B contract pricing, not market price; service_premium and platform_catalogue) - `brand_inputs`: `brand_product_id`, `commodity_id`, `quantity` - `system_fiscal`: `system_id`, `corp_tax_rate`, `collection_efficiency` (derived from `shadow_economy_intensity`) - `corp_financial_state` + `corp_lifecycle_events` tables for acquisition/startup lifecycle @@ -440,4 +441,4 @@ This domain covers: currency system, commodity taxonomy, shadow economy, corpora --- -*19 decisions (D-171–D-187, D-189–D-190), 1 rejected alternative (R-011). Domain: economics. Last updated: 2026-04-10.* +*19 decisions (D-171–D-187, D-189–D-190), 1 rejected alternative (R-011). Domain: economics. Last updated: 2026-04-19.* diff --git a/server/data/systems.db b/server/data/systems.db index d7ed285a0..e06ff502d 100644 Binary files a/server/data/systems.db and b/server/data/systems.db differ diff --git a/tooling/generate_corp_stubs.py b/tooling/generate_corp_stubs.py new file mode 100644 index 000000000..696361614 --- /dev/null +++ b/tooling/generate_corp_stubs.py @@ -0,0 +1,392 @@ +#!/usr/bin/env python3 +"""Generate minimal wiki stub pages for corps in brands.toml that don't yet have wiki pages.""" + +import os +import re +import sys +from pathlib import Path + +REPO = Path(__file__).parent.parent +BRANDS_TOML = REPO / "wiki/economics/corporations/brands.toml" +CORPS_DIR = REPO / "wiki/corporations" + +# Star system ID -> (proper_name, corridor) +SYSTEMS = { + "GJ 0": ("Sol", "sol-gateway-axis"), + "GJ 1": ("Grünfeld", "west_reach"), + "GJ 1002": ("Caparica", "south_reach"), + "GJ 1005A": ("Port Desrochers", "east_reach"), + "GJ 103": ("Bestevaer", "west_reach"), + "GJ 105A": ("Nová Tržnice", "east_reach"), + "GJ 1061": ("Crux Station", "south_reach"), + "GJ 1075": ("Espinho", "south_reach"), + "GJ 1073": ("Mabuhay", "east_reach"), + "GJ 107A": ("Tình Yên", "east_reach"), + "GJ 1111": ("Zenzele", "south_reach"), + "GJ 1116A": ("Mabaso Junction", "north_reach"), + "GJ 1116B": ("Kraków Junction", "west_reach"), + "GJ 1125": ("Hwaseong", "east_reach"), + "GJ 1128": ("Devereux Point", "east_reach"), + "GJ 1156": ("Travessia", "south_reach"), + "GJ 1230A": ("Uusi Vantaa", "north_reach"), + "GJ 1232": ("Gammelstad", "west_reach"), + "GJ 1235": ("Knotenpunkt", "deep_frontier"), + "GJ 124": ("Hạ Long", "east_reach"), + "GJ 1245A": ("Okoro's Claim", "north_reach"), + "GJ 1245B": ("Koeberg", "south_reach"), + "GJ 1248": ("Haltefenn", "west_reach"), + "GJ 127A": ("Dalim", "deep_frontier"), + "GJ 127B": ("Echternach", "west_reach"), + "GJ 1286": ("Kensho", "core"), + "GJ 1289": ("Athabasca", "north_reach"), + "GJ 1292": ("Moyale", "north_reach"), + "GJ 136": ("Dài Lộ", "east_reach"), + "GJ 137": ("Novaya Zarya", "east_reach"), + "GJ 138": ("Sertão", "deep_frontier"), + "GJ 139": ("Okafor Station", "north_reach"), + "GJ 142": ("Leuchtturm", "deep_frontier"), + "GJ 144": ("Ran", "core"), + "GJ 15A": ("Lu Ban", "core"), + "GJ 166A": ("Keid", "core"), + "GJ 172": ("Kaelong", "east_reach"), + "GJ 17": ("Binh Trang", "east_reach"), + "GJ 178": ("Ashfield", "north_reach"), + "GJ 183": ("Waterkant", "north_reach"), + "GJ 19": ("Solheim", "west_reach"), + "GJ 191": ("Kapteyn's Star", "west_reach"), + "GJ 194B": ("Pemberton", "north_reach"), + "GJ 197": ("Puerto Último", "south_reach"), + "GJ 201": ("GJ 201", "deep_frontier"), + "GJ 204": ("Pedra Funda", "deep_frontier"), + "GJ 205": ("Kurashiki", "east_reach"), + "GJ 208": ("Pereira's Rest", "west_reach"), + "GJ 2097": ("Nascente", "south_reach"), + "GJ 211": ("Encruzilhada", "deep_frontier"), + "GJ 213": ("Kaapse Baai", "south_reach"), + "GJ 216A": ("Kelburn Crossing", "north_reach"), + "GJ 216B": ("Gemini Point", "north_reach"), + "GJ 222A": ("Karoo", "south_reach"), + "GJ 229": ("Port Mäkelä", "west_reach"), + "GJ 231": ("Thorvaldsen's Circuit", "west_reach"), + "GJ 234A": ("Carvalhais", "south_reach"), + "GJ 244A": ("Sirius", "core"), + "GJ 250A": ("Carrington's Post", "north_reach"), + "GJ 251": ("Renaissance", "core"), + "GJ 268": ("Yeongwol", "east_reach"), + "GJ 27": ("Okahandja", "south_reach"), + "GJ 273": ("Fremantle", "north_reach"), + "GJ 280A": ("Parallax", "core"), + "GJ 282A": ("Bout du Chemin", "west_reach"), + "GJ 285": ("Fenwick's Lantern", "north_reach"), + "GJ 286": ("Weitblick", "deep_frontier"), + "GJ 299": ("Várzea", "south_reach"), + "GJ 300": ("Dunmore Stillwater", "north_reach"), + "GJ 302": ("Lichtbrücke", "west_reach"), + "GJ 309": ("Vorposten", "deep_frontier"), + "GJ 3135": ("Whitfield Crossing", "east_reach"), + "GJ 320": ("Sonnwend", "west_reach"), + "GJ 3250": ("Rionegro", "south_reach"), + "GJ 325A": ("Purnima", "east_reach"), + "GJ 33": ("96 Piscium", "south_reach"), + "GJ 3323": ("Entroncamento", "south_reach"), + "GJ 3325": ("Calloway Reach", "north_reach"), + "GJ 3333": ("Groenland", "west_reach"), + "GJ 3379": ("Shenwei", "east_reach"), + "GJ 338B": ("Arbour", "core"), + "GJ 3454": ("Eisentor", "west_reach"), + "GJ 349": ("Randgebiet", "deep_frontier"), + "GJ 34A": ("Tanegashima", "north_reach"), + "GJ 34B": ("Yongjin", "east_reach"), + "GJ 35": ("Vuurkloof", "south_reach"), + "GJ 3522": ("Sindri", "core"), + "GJ 3533": ("Trung's Crossing", "east_reach"), + "GJ 3586": ("Eisfeld", "west_reach"), + "GJ 3612": ("Xa Vời", "east_reach"), + "GJ 3618": ("Pemberton's Loop", "north_reach"), + "GJ 3622": ("Havnfjord", "north_reach"), + "GJ 370": ("Traagwater", "west_reach"), + "GJ 3728B": ("Jeonnam", "east_reach"), + "GJ 3737": ("Nyrheim", "west_reach"), + "GJ 380": ("Groombridge", "core"), + "GJ 3820": ("Uusi Vantaa", "north_reach"), + "GJ 3877": ("Tessera", "core"), + "GJ 388": ("The Lantern", "south_reach"), + "GJ 393": ("Encrucijada", "south_reach"), + "GJ 395": ("Confluent", "west_reach"), + "GJ 3991": ("Dunbar", "north_reach"), + "GJ 402": ("Prospect Hill", "north_reach"), + "GJ 4053": ("Dzimbahwe", "south_reach"), + "GJ 406": ("Wolf 359", "north_reach"), + "GJ 408": ("Oude Kraal", "north_reach"), + "GJ 410": ("Wagtoring", "north_reach"), + "GJ 411": ("Lalande", "south_reach"), + "GJ 412A": ("Morales' End", "south_reach"), + "GJ 412B": ("Korhonen", "east_reach"), + "GJ 414A": ("Vindkast", "west_reach"), + "GJ 42": ("Langemark", "west_reach"), + "GJ 423A": ("Marunong", "east_reach"), + "GJ 423B": ("Quilombo", "south_reach"), + "GJ 4274": ("Suzhou", "east_reach"), + "GJ 4285": ("Lam's Prospect", "east_reach"), + "GJ 432A": ("Kaur's Observatory", "east_reach"), + "GJ 435": ("Mirante", "south_reach"), + "GJ 438": ("Relay 7", "east_reach"), + "GJ 442A": ("Torsby", "west_reach"), + "GJ 445": ("Jinghu", "east_reach"), + "GJ 447": ("Ross 128", "core"), + "GJ 449": ("Murakami's Lantern", "east_reach"), + "GJ 451A": ("Groombridge 1830", "south_reach"), + "GJ 453": ("Freiholt", "west_reach"), + "GJ 454": ("Steinfeld", "west_reach"), + "GJ 473A": ("Passagem", "south_reach"), + "GJ 473B": ("Nkosi's Bridge", "north_reach"), + "GJ 475": ("Braemar", "north_reach"), + "GJ 482A": ("Dagat", "east_reach"), + "GJ 49": ("Dernier Quai", "east_reach"), + "GJ 4A": ("Velha Guarda", "south_reach"), + "GJ 501B": ("Candeia", "deep_frontier"), + "GJ 502": ("Meridian", "west_reach"), + "GJ 505A": ("Bergtor", "west_reach"), + "GJ 506": ("Dokkum", "west_reach"), + "GJ 508A": ("Stilwater", "north_reach"), + "GJ 526": ("Neustadt", "west_reach"), + "GJ 529": ("Yttermark", "west_reach"), + "GJ 532": ("Kettenschmied", "deep_frontier"), + "GJ 534": ("Stillvakt", "west_reach"), + "GJ 536": ("Retiro", "south_reach"), + "GJ 53A": ("Bridgepoint", "east_reach"), + "GJ 54": ("Inhambane", "south_reach"), + "GJ 54.1": ("Ribeiro's Star", "south_reach"), + "GJ 541": ("Chandra Deep", "east_reach"), + "GJ 542": ("Kopparhytta", "west_reach"), + "GJ 546": ("Eerste Wacht", "deep_frontier"), + "GJ 551": ("Proxima", "core"), + "GJ 555": ("Tanaka Station", "east_reach"), + "GJ 556": ("Recanto", "deep_frontier"), + "GJ 559B": ("ACB", "core"), + "GJ 566A": ("Haodu", "east_reach"), + "GJ 566B": ("Confluência", "south_reach"), + "GJ 567": ("Fragua", "south_reach"), + "GJ 570A": ("Bastion", "core"), + "GJ 575A": ("Ratnagiri", "north_reach"), + "GJ 581": ("Rødvik", "west_reach"), + "GJ 588": ("Harrowfield", "north_reach"), + "GJ 598": ("Helle Wacht", "deep_frontier"), + "GJ 601A": ("Ostmark", "west_reach"), + "GJ 603": ("Mossbank", "north_reach"), + "GJ 615": ("Dunkelholz", "west_reach"), + "GJ 624": ("Halvøy", "west_reach"), + "GJ 625": ("Songjiang", "east_reach"), + "GJ 628": ("Brennan's Drift", "west_reach"), + "GJ 631": ("Bakshi Spur", "west_reach"), + "GJ 635A": ("Stilmark", "west_reach"), + "GJ 635B": ("Clearwater Station", "east_reach"), + "GJ 638": ("Greymantle", "north_reach"), + "GJ 643": ("Marktfeld", "west_reach"), + "GJ 644A": ("Mavela", "south_reach"), + "GJ 644C": ("Moçâmedes", "south_reach"), + "GJ 653": ("Dunmore", "north_reach"), + "GJ 660A": ("Seongho", "east_reach"), + "GJ 661A": ("Crown's Hollow", "north_reach"), + "GJ 661B": ("Breëvlei", "north_reach"), + "GJ 663A": ("Johannsen's Star", "north_reach"), + "GJ 664": ("Caldwell Point", "west_reach"), + "GJ 667A": ("New Ballarat", "north_reach"), + "GJ 667B": ("Kampala Gate", "north_reach"), + "GJ 667C": ("Gliese 667", "east_reach"), + "GJ 66A": ("p Eridani", "east_reach"), + "GJ 66B": ("Voss", "west_reach"), + "GJ 67": ("Roça Nova", "south_reach"), + "GJ 672": ("Nova Estrada", "deep_frontier"), + "GJ 673": ("Lindström Station", "north_reach"), + "GJ 674": ("Meridian", "core"), + "GJ 675": ("Neugrund", "deep_frontier"), + "GJ 680": ("Carnarvon", "north_reach"), + "GJ 682": ("Taishan", "east_reach"), + "GJ 684A": ("Sonnenkap", "deep_frontier"), + "GJ 684B": ("Paso Largo", "deep_frontier"), + "GJ 687": ("Matsue", "east_reach"), + "GJ 688": ("Aguas Bravas", "south_reach"), + "GJ 693": ("Mwangaza", "south_reach"), + "GJ 699": ("Barnard's Star", "core"), + "GJ 702B": ("Prometheus", "core"), + "GJ 706": ("Ngata's Star", "north_reach"), + "GJ 716": ("Murchison", "north_reach"), + "GJ 71": ("Tau Ceti", "core"), + "GJ 713A": ("Samuels Reach", "east_reach"), + "GJ 722": ("Skuilplek", "deep_frontier"), + "GJ 725B": ("Struve", "core"), + "GJ 729": ("Ross 154", "west_reach"), + "GJ 737B": ("Punta del Sol", "south_reach"), + "GJ 75": ("Enugu", "north_reach"), + "GJ 752A": ("Ribeirão", "south_reach"), + "GJ 754": ("Miryang", "east_reach"), + "GJ 764": ("Nova Roma", "core"), + "GJ 768": ("Altair", "south_reach"), + "GJ 770": ("Rekohu", "north_reach"), + "GJ 771A": ("Alshain", "west_reach"), + "GJ 775": ("Randsholm", "west_reach"), + "GJ 780": ("Puerto Rivera", "north_reach"), + "GJ 783A": ("Aurelius", "core"), + "GJ 784": ("Kovács Loop", "east_reach"), + "GJ 785": ("Porto Fechado", "south_reach"), + "GJ 79": ("Oshima", "east_reach"), + "GJ 798": ("Brückenau", "west_reach"), + "GJ 807": ("Grenzstein", "west_reach"), + "GJ 809": ("Seiðrmaðr", "west_reach"), + "GJ 820B": ("Cygni B", "core"), + "GJ 825": ("Lacaille", "north_reach"), + "GJ 827": ("Solandar", "south_reach"), + "GJ 829": ("Posto Avançado", "south_reach"), + "GJ 83.1": ("Farol", "south_reach"), + "GJ 832": ("Hansestadt", "west_reach"), + "GJ 845": ("Cairn", "north_reach"), + "GJ 848": ("Shimanami", "east_reach"), + "GJ 86": ("Kumasi", "south_reach"), + "GJ 860A": ("Kruger 60", "south_reach"), + "GJ 860B": ("Changwon", "east_reach"), + "GJ 866A": ("EZ Aqr", "east_reach"), + "GJ 873": ("Ashworth Junction", "north_reach"), + "GJ 875": ("The Narrows", "deep_frontier"), + "GJ 876": ("Koskinen's Reach", "north_reach"), + "GJ 877": ("Holmgren's Passage", "north_reach"), + "GJ 879": ("Singh's Landing", "north_reach"), + "GJ 880": ("Holgersen's Landing", "north_reach"), + "GJ 884": ("Matamba", "south_reach"), + "GJ 887": ("Lacaille", "core"), + "GJ 892": ("Cairnside", "deep_frontier"), + "GJ 896A": ("Nowa Huta", "south_reach"), + "GJ 905": ("Isibaya", "south_reach"), + "GJ 908": ("Thornfield Station", "east_reach"), + "GJ 909A": ("Tam Giang", "east_reach"), + "GJ 92": ("Pollux", "south_reach"), + "GJ 95": ("Caledonia's End", "north_reach"), +} + +# Brand category -> description template suffix and tags hint +CATEGORY_META = { + "terroir": ("regional specialty producer", ["terroir", "scarcity_class_rare"]), + "heritage_craft": ("heritage craft manufacturer", ["heritage_craft", "artisan"]), + "tech_premium": ("precision technology manufacturer", ["tech_premium", "electronics"]), + "cultural": ("cultural content producer", ["cultural", "entertainment"]), + "service_premium": ("premium service provider", ["service_premium"]), + "commodity_branded": ("consumer goods manufacturer", ["commodity_branded", "consumer_goods"]), + "design_heritage": ("design and furniture manufacturer", ["design_heritage", "consumer_goods"]), + "platform_catalogue": ("media platform and catalogue service", ["platform_catalogue", "entertainment"]), +} + +def slug_to_title(slug: str) -> str: + """Convert a slug like 'my-corp-name' to 'My Corp Name'.""" + return " ".join(w.capitalize() for w in slug.replace("-", " ").split()) + +def parse_brands_toml(path: Path) -> dict: + """Parse brands.toml and return dict of corp_id -> {origin_system, brand_category}.""" + corps = {} + current_corp = None + current_system = None + current_category = None + + with open(path, "r", encoding="utf-8") as f: + for line in f: + line = line.strip() + if line == "[[brand_products]]": + # Save previous + if current_corp and current_system: + if current_corp not in corps: + corps[current_corp] = { + "origin_system": current_system, + "brand_category": current_category, + } + current_corp = None + current_system = None + current_category = None + elif line.startswith("corp_id = "): + current_corp = line.split("=", 1)[1].strip().strip('"') + elif line.startswith("origin_system = "): + current_system = line.split("=", 1)[1].strip().strip('"') + elif line.startswith("brand_category = "): + current_category = line.split("=", 1)[1].strip().strip('"') + + # Save last + if current_corp and current_system: + if current_corp not in corps: + corps[current_corp] = { + "origin_system": current_system, + "brand_category": current_category, + } + + return corps + +def generate_stub(slug: str, origin_system: str, brand_category: str) -> str: + title = slug_to_title(slug) + sys_info = SYSTEMS.get(origin_system, (origin_system, "unknown")) + sys_name, corridor = sys_info + + cat_meta = CATEGORY_META.get(brand_category, ("commercial enterprise", [])) + cat_desc, cat_tags = cat_meta + + corridor_currency = "tractus" + if corridor in ("west_reach",): + corridor_currency = "mark" + elif corridor == "core": + corridor_currency = "tractus" + + headquarters = f"{sys_name} ({origin_system})" + tags_list = [brand_category, corridor, corridor_currency] + cat_tags + # Deduplicate while preserving order + seen = set() + tags = [] + for t in tags_list: + if t not in seen: + seen.add(t) + tags.append(t) + tags_str = "[" + ", ".join(tags) + "]" + + description = f"{title} — {cat_desc} based in {sys_name}, {corridor.replace('_', ' ')}" + + return f"""--- +title: "{title}" +description: "{description}" +slug: {slug} +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: {headquarters} +tags: {tags_str} +decision_refs: [D-189] +cross_refs: [] +--- + +# {title} + +**Type:** Corporation — {cat_desc.title()} +**Status:** Canonical +**Scope:** Regional — {corridor.replace('_', ' ')} operations +**Headquarters:** {headquarters} + +{title} is a {cat_desc} operating out of {sys_name} ({origin_system}). Details to be expanded. +""" + +def main(): + corps = parse_brands_toml(BRANDS_TOML) + print(f"Found {len(corps)} unique corp_ids in brands.toml") + + created = 0 + skipped = 0 + for slug, meta in sorted(corps.items()): + stub_path = CORPS_DIR / f"{slug}.md" + if stub_path.exists(): + skipped += 1 + continue + content = generate_stub(slug, meta["origin_system"], meta["brand_category"]) + stub_path.write_text(content, encoding="utf-8") + created += 1 + print(f" created: {slug}.md") + + print(f"\nDone. Created {created} stubs, skipped {skipped} existing.") + +if __name__ == "__main__": + main() diff --git a/wiki/corporations/alcazar-hospitality.md b/wiki/corporations/alcazar-hospitality.md new file mode 100644 index 000000000..8c888ae0c --- /dev/null +++ b/wiki/corporations/alcazar-hospitality.md @@ -0,0 +1,24 @@ +--- +title: "Alcazar Hospitality" +description: "Alcazar Hospitality — premium service provider based in Altair, south reach" +slug: alcazar-hospitality +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Altair (GJ 768) +tags: [service_premium, south_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Alcazar Hospitality + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Altair (GJ 768) + +Alcazar Hospitality is a premium service provider operating out of Altair (GJ 768). Details to be expanded. diff --git a/wiki/corporations/alcyone-tech.md b/wiki/corporations/alcyone-tech.md new file mode 100644 index 000000000..cb125be17 --- /dev/null +++ b/wiki/corporations/alcyone-tech.md @@ -0,0 +1,24 @@ +--- +title: "Alcyone Tech" +description: "Alcyone Tech — precision technology manufacturer based in Groombridge, core" +slug: alcyone-tech +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [tech_premium, core, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Alcyone Tech + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Alcyone Tech is a precision technology manufacturer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/aldgate-trust.md b/wiki/corporations/aldgate-trust.md new file mode 100644 index 000000000..ca7b1250a --- /dev/null +++ b/wiki/corporations/aldgate-trust.md @@ -0,0 +1,24 @@ +--- +title: "Aldgate Trust" +description: "Aldgate Trust — premium service provider based in Crown's Hollow, north reach" +slug: aldgate-trust +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Crown's Hollow (GJ 661A) +tags: [service_premium, north_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Aldgate Trust + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Crown's Hollow (GJ 661A) + +Aldgate Trust is a premium service provider operating out of Crown's Hollow (GJ 661A). Details to be expanded. diff --git a/wiki/corporations/alentejo-partners.md b/wiki/corporations/alentejo-partners.md new file mode 100644 index 000000000..047441d2d --- /dev/null +++ b/wiki/corporations/alentejo-partners.md @@ -0,0 +1,24 @@ +--- +title: "Alentejo Partners" +description: "Alentejo Partners — regional specialty producer based in Caparica, south reach" +slug: alentejo-partners +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Caparica (GJ 1002) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Alentejo Partners + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Caparica (GJ 1002) + +Alentejo Partners is a regional specialty producer operating out of Caparica (GJ 1002). Details to be expanded. diff --git a/wiki/corporations/algarve-botanics.md b/wiki/corporations/algarve-botanics.md new file mode 100644 index 000000000..463bcdfc7 --- /dev/null +++ b/wiki/corporations/algarve-botanics.md @@ -0,0 +1,24 @@ +--- +title: "Algarve Botanics" +description: "Algarve Botanics — regional specialty producer based in Inhambane, south reach" +slug: algarve-botanics +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Inhambane (GJ 54) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Algarve Botanics + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Inhambane (GJ 54) + +Algarve Botanics is a regional specialty producer operating out of Inhambane (GJ 54). Details to be expanded. diff --git a/wiki/corporations/arclamp.md b/wiki/corporations/arclamp.md new file mode 100644 index 000000000..2c3a5274f --- /dev/null +++ b/wiki/corporations/arclamp.md @@ -0,0 +1,24 @@ +--- +title: "Arclamp" +description: "Arclamp — design and furniture manufacturer based in Groombridge, core" +slug: arclamp +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [design_heritage, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Arclamp + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Arclamp is a design and furniture manufacturer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/ashwick-broadcasting.md b/wiki/corporations/ashwick-broadcasting.md new file mode 100644 index 000000000..d8b84ce17 --- /dev/null +++ b/wiki/corporations/ashwick-broadcasting.md @@ -0,0 +1,24 @@ +--- +title: "Ashwick Broadcasting" +description: "Ashwick Broadcasting — cultural content producer based in Ashfield, north reach" +slug: ashwick-broadcasting +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Ashfield (GJ 178) +tags: [cultural, north_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Ashwick Broadcasting + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Ashfield (GJ 178) + +Ashwick Broadcasting is a cultural content producer operating out of Ashfield (GJ 178). Details to be expanded. diff --git a/wiki/corporations/atrium-culture.md b/wiki/corporations/atrium-culture.md new file mode 100644 index 000000000..8231caa73 --- /dev/null +++ b/wiki/corporations/atrium-culture.md @@ -0,0 +1,24 @@ +--- +title: "Atrium Culture" +description: "Atrium Culture — cultural content producer based in Groombridge, core" +slug: atrium-culture +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [cultural, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Atrium Culture + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Atrium Culture is a cultural content producer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/baia-fundo-productions.md b/wiki/corporations/baia-fundo-productions.md new file mode 100644 index 000000000..6177ad5ef --- /dev/null +++ b/wiki/corporations/baia-fundo-productions.md @@ -0,0 +1,24 @@ +--- +title: "Baia Fundo Productions" +description: "Baia Fundo Productions — cultural content producer based in Confluência, south reach" +slug: baia-fundo-productions +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Confluência (GJ 566B) +tags: [cultural, south_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Baia Fundo Productions + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Confluência (GJ 566B) + +Baia Fundo Productions is a cultural content producer operating out of Confluência (GJ 566B). Details to be expanded. diff --git a/wiki/corporations/bavarian-craft.md b/wiki/corporations/bavarian-craft.md new file mode 100644 index 000000000..67d55a314 --- /dev/null +++ b/wiki/corporations/bavarian-craft.md @@ -0,0 +1,24 @@ +--- +title: "Bavarian Craft" +description: "Bavarian Craft — heritage craft manufacturer based in Bergtor, west reach" +slug: bavarian-craft +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Bergtor (GJ 505A) +tags: [heritage_craft, west_reach, mark, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Bavarian Craft + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Bergtor (GJ 505A) + +Bavarian Craft is a heritage craft manufacturer operating out of Bergtor (GJ 505A). Details to be expanded. diff --git a/wiki/corporations/bergkraft-antriebswerke.md b/wiki/corporations/bergkraft-antriebswerke.md new file mode 100644 index 000000000..b47510fbd --- /dev/null +++ b/wiki/corporations/bergkraft-antriebswerke.md @@ -0,0 +1,24 @@ +--- +title: "Bergkraft Antriebswerke" +description: "Bergkraft Antriebswerke — precision technology manufacturer based in Bergtor, west reach" +slug: bergkraft-antriebswerke +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Bergtor (GJ 505A) +tags: [tech_premium, west_reach, mark, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Bergkraft Antriebswerke + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Bergtor (GJ 505A) + +Bergkraft Antriebswerke is a precision technology manufacturer operating out of Bergtor (GJ 505A). Details to be expanded. diff --git a/wiki/corporations/brindlewood-honey.md b/wiki/corporations/brindlewood-honey.md new file mode 100644 index 000000000..b40a838b5 --- /dev/null +++ b/wiki/corporations/brindlewood-honey.md @@ -0,0 +1,24 @@ +--- +title: "Brindlewood Honey" +description: "Brindlewood Honey — regional specialty producer based in Ashfield, north reach" +slug: brindlewood-honey +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Ashfield (GJ 178) +tags: [terroir, north_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Brindlewood Honey + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Ashfield (GJ 178) + +Brindlewood Honey is a regional specialty producer operating out of Ashfield (GJ 178). Details to be expanded. diff --git a/wiki/corporations/byeolbit-entertainment.md b/wiki/corporations/byeolbit-entertainment.md new file mode 100644 index 000000000..b4ad31c7d --- /dev/null +++ b/wiki/corporations/byeolbit-entertainment.md @@ -0,0 +1,24 @@ +--- +title: "Byeolbit Entertainment" +description: "Byeolbit Entertainment — cultural content producer based in Seongho, east reach" +slug: byeolbit-entertainment +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Seongho (GJ 660A) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Byeolbit Entertainment + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Seongho (GJ 660A) + +Byeolbit Entertainment is a cultural content producer operating out of Seongho (GJ 660A). Details to be expanded. diff --git a/wiki/corporations/calloway-workshop.md b/wiki/corporations/calloway-workshop.md new file mode 100644 index 000000000..c9d5f2d75 --- /dev/null +++ b/wiki/corporations/calloway-workshop.md @@ -0,0 +1,24 @@ +--- +title: "Calloway Workshop" +description: "Calloway Workshop — design and furniture manufacturer based in Calloway Reach, north reach" +slug: calloway-workshop +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Calloway Reach (GJ 3325) +tags: [design_heritage, north_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Calloway Workshop + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Calloway Reach (GJ 3325) + +Calloway Workshop is a design and furniture manufacturer operating out of Calloway Reach (GJ 3325). Details to be expanded. diff --git a/wiki/corporations/calluna-wellness.md b/wiki/corporations/calluna-wellness.md new file mode 100644 index 000000000..c466cdd4e --- /dev/null +++ b/wiki/corporations/calluna-wellness.md @@ -0,0 +1,24 @@ +--- +title: "Calluna Wellness" +description: "Calluna Wellness — premium service provider based in Cairn, north reach" +slug: calluna-wellness +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Cairn (GJ 845) +tags: [service_premium, north_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Calluna Wellness + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Cairn (GJ 845) + +Calluna Wellness is a premium service provider operating out of Cairn (GJ 845). Details to be expanded. diff --git a/wiki/corporations/cape-modern.md b/wiki/corporations/cape-modern.md new file mode 100644 index 000000000..fef519b36 --- /dev/null +++ b/wiki/corporations/cape-modern.md @@ -0,0 +1,24 @@ +--- +title: "Cape Modern" +description: "Cape Modern — design and furniture manufacturer based in Kaapse Baai, south reach" +slug: cape-modern +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kaapse Baai (GJ 213) +tags: [design_heritage, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Cape Modern + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Kaapse Baai (GJ 213) + +Cape Modern is a design and furniture manufacturer operating out of Kaapse Baai (GJ 213). Details to be expanded. diff --git a/wiki/corporations/commonstock-foods.md b/wiki/corporations/commonstock-foods.md new file mode 100644 index 000000000..a59fc436b --- /dev/null +++ b/wiki/corporations/commonstock-foods.md @@ -0,0 +1,24 @@ +--- +title: "Commonstock Foods" +description: "Commonstock Foods — consumer goods manufacturer based in Sirius, core" +slug: commonstock-foods +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [commodity_branded, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Commonstock Foods + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Commonstock Foods is a consumer goods manufacturer operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/comptoir-lendel.md b/wiki/corporations/comptoir-lendel.md new file mode 100644 index 000000000..7c26963dc --- /dev/null +++ b/wiki/corporations/comptoir-lendel.md @@ -0,0 +1,24 @@ +--- +title: "Comptoir Lendel" +description: "Comptoir Lendel — regional specialty producer based in Groombridge, core" +slug: comptoir-lendel +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [terroir, core, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Comptoir Lendel + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Comptoir Lendel is a regional specialty producer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/coriolis-exchange.md b/wiki/corporations/coriolis-exchange.md new file mode 100644 index 000000000..f2191fcff --- /dev/null +++ b/wiki/corporations/coriolis-exchange.md @@ -0,0 +1,24 @@ +--- +title: "Coriolis Exchange" +description: "Coriolis Exchange — premium service provider based in Groombridge, core" +slug: coriolis-exchange +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [service_premium, core, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Coriolis Exchange + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Coriolis Exchange is a premium service provider operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/dalbit-systems.md b/wiki/corporations/dalbit-systems.md new file mode 100644 index 000000000..ef8960839 --- /dev/null +++ b/wiki/corporations/dalbit-systems.md @@ -0,0 +1,24 @@ +--- +title: "Dalbit Systems" +description: "Dalbit Systems — precision technology manufacturer based in Seongho, east reach" +slug: dalbit-systems +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Seongho (GJ 660A) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Dalbit Systems + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Seongho (GJ 660A) + +Dalbit Systems is a precision technology manufacturer operating out of Seongho (GJ 660A). Details to be expanded. diff --git a/wiki/corporations/destilaria-confluencia.md b/wiki/corporations/destilaria-confluencia.md new file mode 100644 index 000000000..1ed6e710c --- /dev/null +++ b/wiki/corporations/destilaria-confluencia.md @@ -0,0 +1,24 @@ +--- +title: "Destilaria Confluencia" +description: "Destilaria Confluencia — regional specialty producer based in Confluência, south reach" +slug: destilaria-confluencia +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Confluência (GJ 566B) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Destilaria Confluencia + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Confluência (GJ 566B) + +Destilaria Confluencia is a regional specialty producer operating out of Confluência (GJ 566B). Details to be expanded. diff --git a/wiki/corporations/durban-engineering.md b/wiki/corporations/durban-engineering.md new file mode 100644 index 000000000..2d3ffa4a7 --- /dev/null +++ b/wiki/corporations/durban-engineering.md @@ -0,0 +1,24 @@ +--- +title: "Durban Engineering" +description: "Durban Engineering — precision technology manufacturer based in Isibaya, south reach" +slug: durban-engineering +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Isibaya (GJ 905) +tags: [tech_premium, south_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Durban Engineering + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Isibaya (GJ 905) + +Durban Engineering is a precision technology manufacturer operating out of Isibaya (GJ 905). Details to be expanded. diff --git a/wiki/corporations/eastbay-trading.md b/wiki/corporations/eastbay-trading.md new file mode 100644 index 000000000..8a42e1d3d --- /dev/null +++ b/wiki/corporations/eastbay-trading.md @@ -0,0 +1,24 @@ +--- +title: "Eastbay Trading" +description: "Eastbay Trading — consumer goods manufacturer based in Bridgepoint, east reach" +slug: eastbay-trading +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Bridgepoint (GJ 53A) +tags: [commodity_branded, east_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Eastbay Trading + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Bridgepoint (GJ 53A) + +Eastbay Trading is a consumer goods manufacturer operating out of Bridgepoint (GJ 53A). Details to be expanded. diff --git a/wiki/corporations/endymion-instruments.md b/wiki/corporations/endymion-instruments.md new file mode 100644 index 000000000..fcb2562bc --- /dev/null +++ b/wiki/corporations/endymion-instruments.md @@ -0,0 +1,24 @@ +--- +title: "Endymion Instruments" +description: "Endymion Instruments — precision technology manufacturer based in The Narrows, deep frontier" +slug: endymion-instruments +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: The Narrows (GJ 875) +tags: [tech_premium, deep_frontier, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Endymion Instruments + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — deep frontier operations +**Headquarters:** The Narrows (GJ 875) + +Endymion Instruments is a precision technology manufacturer operating out of The Narrows (GJ 875). Details to be expanded. diff --git a/wiki/corporations/erzgebirge-instruments.md b/wiki/corporations/erzgebirge-instruments.md new file mode 100644 index 000000000..c992e7283 --- /dev/null +++ b/wiki/corporations/erzgebirge-instruments.md @@ -0,0 +1,24 @@ +--- +title: "Erzgebirge Instruments" +description: "Erzgebirge Instruments — precision technology manufacturer based in Eisentor, west reach" +slug: erzgebirge-instruments +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Eisentor (GJ 3454) +tags: [tech_premium, west_reach, mark, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Erzgebirge Instruments + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Eisentor (GJ 3454) + +Erzgebirge Instruments is a precision technology manufacturer operating out of Eisentor (GJ 3454). Details to be expanded. diff --git a/wiki/corporations/fieldborn-grain.md b/wiki/corporations/fieldborn-grain.md new file mode 100644 index 000000000..f25440e7a --- /dev/null +++ b/wiki/corporations/fieldborn-grain.md @@ -0,0 +1,24 @@ +--- +title: "Fieldborn Grain" +description: "Fieldborn Grain — consumer goods manufacturer based in Calloway Reach, north reach" +slug: fieldborn-grain +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Calloway Reach (GJ 3325) +tags: [commodity_branded, north_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Fieldborn Grain + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Calloway Reach (GJ 3325) + +Fieldborn Grain is a consumer goods manufacturer operating out of Calloway Reach (GJ 3325). Details to be expanded. diff --git a/wiki/corporations/fjeldtone-music.md b/wiki/corporations/fjeldtone-music.md new file mode 100644 index 000000000..d4f31d0dd --- /dev/null +++ b/wiki/corporations/fjeldtone-music.md @@ -0,0 +1,24 @@ +--- +title: "Fjeldtone Music" +description: "Fjeldtone Music — cultural content producer based in Halvøy, west reach" +slug: fjeldtone-music +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Halvøy (GJ 624) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Fjeldtone Music + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Halvøy (GJ 624) + +Fjeldtone Music is a cultural content producer operating out of Halvøy (GJ 624). Details to be expanded. diff --git a/wiki/corporations/graben-studio.md b/wiki/corporations/graben-studio.md new file mode 100644 index 000000000..be99603b9 --- /dev/null +++ b/wiki/corporations/graben-studio.md @@ -0,0 +1,24 @@ +--- +title: "Graben Studio" +description: "Graben Studio — cultural content producer based in Freiholt, west reach" +slug: graben-studio +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Freiholt (GJ 453) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Graben Studio + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Freiholt (GJ 453) + +Graben Studio is a cultural content producer operating out of Freiholt (GJ 453). Details to be expanded. diff --git a/wiki/corporations/grampian-systems.md b/wiki/corporations/grampian-systems.md new file mode 100644 index 000000000..8d70c5210 --- /dev/null +++ b/wiki/corporations/grampian-systems.md @@ -0,0 +1,24 @@ +--- +title: "Grampian Systems" +description: "Grampian Systems — precision technology manufacturer based in Calloway Reach, north reach" +slug: grampian-systems +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Calloway Reach (GJ 3325) +tags: [tech_premium, north_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Grampian Systems + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Calloway Reach (GJ 3325) + +Grampian Systems is a precision technology manufacturer operating out of Calloway Reach (GJ 3325). Details to be expanded. diff --git a/wiki/corporations/gridsupply-electronics.md b/wiki/corporations/gridsupply-electronics.md new file mode 100644 index 000000000..84eeae80f --- /dev/null +++ b/wiki/corporations/gridsupply-electronics.md @@ -0,0 +1,24 @@ +--- +title: "Gridsupply Electronics" +description: "Gridsupply Electronics — consumer goods manufacturer based in Groombridge, core" +slug: gridsupply-electronics +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [commodity_branded, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Gridsupply Electronics + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Gridsupply Electronics is a consumer goods manufacturer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/gronnmark-consumer.md b/wiki/corporations/gronnmark-consumer.md new file mode 100644 index 000000000..be52820e3 --- /dev/null +++ b/wiki/corporations/gronnmark-consumer.md @@ -0,0 +1,24 @@ +--- +title: "Gronnmark Consumer" +description: "Gronnmark Consumer — consumer goods manufacturer based in Nyrheim, west reach" +slug: gronnmark-consumer +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [commodity_branded, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Gronnmark Consumer + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Gronnmark Consumer is a consumer goods manufacturer operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/groot-karoo-cellars.md b/wiki/corporations/groot-karoo-cellars.md new file mode 100644 index 000000000..410c68a05 --- /dev/null +++ b/wiki/corporations/groot-karoo-cellars.md @@ -0,0 +1,24 @@ +--- +title: "Groot Karoo Cellars" +description: "Groot Karoo Cellars — regional specialty producer based in Karoo, south reach" +slug: groot-karoo-cellars +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Karoo (GJ 222A) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Groot Karoo Cellars + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Karoo (GJ 222A) + +Groot Karoo Cellars is a regional specialty producer operating out of Karoo (GJ 222A). Details to be expanded. diff --git a/wiki/corporations/haesungdan-records.md b/wiki/corporations/haesungdan-records.md new file mode 100644 index 000000000..bd114214a --- /dev/null +++ b/wiki/corporations/haesungdan-records.md @@ -0,0 +1,24 @@ +--- +title: "Haesungdan Records" +description: "Haesungdan Records — cultural content producer based in Miryang, east reach" +slug: haesungdan-records +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Miryang (GJ 754) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Haesungdan Records + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Miryang (GJ 754) + +Haesungdan Records is a cultural content producer operating out of Miryang (GJ 754). Details to be expanded. diff --git a/wiki/corporations/hakone-hospitality.md b/wiki/corporations/hakone-hospitality.md new file mode 100644 index 000000000..2a19729f0 --- /dev/null +++ b/wiki/corporations/hakone-hospitality.md @@ -0,0 +1,24 @@ +--- +title: "Hakone Hospitality" +description: "Hakone Hospitality — premium service provider based in Matsue, east reach" +slug: hakone-hospitality +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Matsue (GJ 687) +tags: [service_premium, east_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Hakone Hospitality + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Matsue (GJ 687) + +Hakone Hospitality is a premium service provider operating out of Matsue (GJ 687). Details to be expanded. diff --git a/wiki/corporations/hana-creative.md b/wiki/corporations/hana-creative.md new file mode 100644 index 000000000..ed14a8a89 --- /dev/null +++ b/wiki/corporations/hana-creative.md @@ -0,0 +1,24 @@ +--- +title: "Hana Creative" +description: "Hana Creative — cultural content producer based in Jinghu, east reach" +slug: hana-creative +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Jinghu (GJ 445) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Hana Creative + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Jinghu (GJ 445) + +Hana Creative is a cultural content producer operating out of Jinghu (GJ 445). Details to be expanded. diff --git a/wiki/corporations/hangang-studio.md b/wiki/corporations/hangang-studio.md new file mode 100644 index 000000000..d401cf7fd --- /dev/null +++ b/wiki/corporations/hangang-studio.md @@ -0,0 +1,24 @@ +--- +title: "Hangang Studio" +description: "Hangang Studio — media platform and catalogue service based in Songjiang, east reach" +slug: hangang-studio +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Songjiang (GJ 625) +tags: [platform_catalogue, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Hangang Studio + +**Type:** Corporation — Media Platform And Catalogue Service +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Songjiang (GJ 625) + +Hangang Studio is a media platform and catalogue service operating out of Songjiang (GJ 625). Details to be expanded. diff --git a/wiki/corporations/hangil-celadon.md b/wiki/corporations/hangil-celadon.md new file mode 100644 index 000000000..fc74d5635 --- /dev/null +++ b/wiki/corporations/hangil-celadon.md @@ -0,0 +1,24 @@ +--- +title: "Hangil Celadon" +description: "Hangil Celadon — heritage craft manufacturer based in Miryang, east reach" +slug: hangil-celadon +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Miryang (GJ 754) +tags: [heritage_craft, east_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Hangil Celadon + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Miryang (GJ 754) + +Hangil Celadon is a heritage craft manufacturer operating out of Miryang (GJ 754). Details to be expanded. diff --git a/wiki/corporations/hartsteen-legal.md b/wiki/corporations/hartsteen-legal.md new file mode 100644 index 000000000..4d350be93 --- /dev/null +++ b/wiki/corporations/hartsteen-legal.md @@ -0,0 +1,24 @@ +--- +title: "Hartsteen Legal" +description: "Hartsteen Legal — premium service provider based in Confluent, west reach" +slug: hartsteen-legal +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Confluent (GJ 395) +tags: [service_premium, west_reach, mark] +decision_refs: [D-189] +cross_refs: [] +--- + +# Hartsteen Legal + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Confluent (GJ 395) + +Hartsteen Legal is a premium service provider operating out of Confluent (GJ 395). Details to be expanded. diff --git a/wiki/corporations/higashiyama-vehicle.md b/wiki/corporations/higashiyama-vehicle.md new file mode 100644 index 000000000..9839e06b9 --- /dev/null +++ b/wiki/corporations/higashiyama-vehicle.md @@ -0,0 +1,24 @@ +--- +title: "Higashiyama Vehicle" +description: "Higashiyama Vehicle — precision technology manufacturer based in Kurashiki, east reach" +slug: higashiyama-vehicle +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kurashiki (GJ 205) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Higashiyama Vehicle + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kurashiki (GJ 205) + +Higashiyama Vehicle is a precision technology manufacturer operating out of Kurashiki (GJ 205). Details to be expanded. diff --git a/wiki/corporations/highland-cooperative.md b/wiki/corporations/highland-cooperative.md new file mode 100644 index 000000000..f38cbc420 --- /dev/null +++ b/wiki/corporations/highland-cooperative.md @@ -0,0 +1,24 @@ +--- +title: "Highland Cooperative" +description: "Highland Cooperative — regional specialty producer based in Crown's Hollow, north reach" +slug: highland-cooperative +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Crown's Hollow (GJ 661A) +tags: [terroir, north_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Highland Cooperative + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Crown's Hollow (GJ 661A) + +Highland Cooperative is a regional specialty producer operating out of Crown's Hollow (GJ 661A). Details to be expanded. diff --git a/wiki/corporations/iberian-standard-foods.md b/wiki/corporations/iberian-standard-foods.md new file mode 100644 index 000000000..90aa6694d --- /dev/null +++ b/wiki/corporations/iberian-standard-foods.md @@ -0,0 +1,24 @@ +--- +title: "Iberian Standard Foods" +description: "Iberian Standard Foods — consumer goods manufacturer based in Caparica, south reach" +slug: iberian-standard-foods +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Caparica (GJ 1002) +tags: [commodity_branded, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Iberian Standard Foods + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Caparica (GJ 1002) + +Iberian Standard Foods is a consumer goods manufacturer operating out of Caparica (GJ 1002). Details to be expanded. diff --git a/wiki/corporations/incheon-salt.md b/wiki/corporations/incheon-salt.md new file mode 100644 index 000000000..1462ebf02 --- /dev/null +++ b/wiki/corporations/incheon-salt.md @@ -0,0 +1,24 @@ +--- +title: "Incheon Salt" +description: "Incheon Salt — regional specialty producer based in Changwon, east reach" +slug: incheon-salt +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Changwon (GJ 860B) +tags: [terroir, east_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Incheon Salt + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Changwon (GJ 860B) + +Incheon Salt is a regional specialty producer operating out of Changwon (GJ 860B). Details to be expanded. diff --git a/wiki/corporations/ironbark-films.md b/wiki/corporations/ironbark-films.md new file mode 100644 index 000000000..fb07aaf63 --- /dev/null +++ b/wiki/corporations/ironbark-films.md @@ -0,0 +1,24 @@ +--- +title: "Ironbark Films" +description: "Ironbark Films — cultural content producer based in Fremantle, north reach" +slug: ironbark-films +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Fremantle (GJ 273) +tags: [cultural, north_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Ironbark Films + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Fremantle (GJ 273) + +Ironbark Films is a cultural content producer operating out of Fremantle (GJ 273). Details to be expanded. diff --git a/wiki/corporations/iznik-atelier.md b/wiki/corporations/iznik-atelier.md new file mode 100644 index 000000000..b97a200e9 --- /dev/null +++ b/wiki/corporations/iznik-atelier.md @@ -0,0 +1,24 @@ +--- +title: "Iznik Atelier" +description: "Iznik Atelier — heritage craft manufacturer based in Groombridge, core" +slug: iznik-atelier +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [heritage_craft, core, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Iznik Atelier + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Iznik Atelier is a heritage craft manufacturer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/jeju-lattice.md b/wiki/corporations/jeju-lattice.md new file mode 100644 index 000000000..17b63ecc6 --- /dev/null +++ b/wiki/corporations/jeju-lattice.md @@ -0,0 +1,24 @@ +--- +title: "Jeju Lattice" +description: "Jeju Lattice — precision technology manufacturer based in Yeongwol, east reach" +slug: jeju-lattice +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Yeongwol (GJ 268) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Jeju Lattice + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Yeongwol (GJ 268) + +Jeju Lattice is a precision technology manufacturer operating out of Yeongwol (GJ 268). Details to be expanded. diff --git a/wiki/corporations/kaapse-baai-wines.md b/wiki/corporations/kaapse-baai-wines.md new file mode 100644 index 000000000..28044be49 --- /dev/null +++ b/wiki/corporations/kaapse-baai-wines.md @@ -0,0 +1,24 @@ +--- +title: "Kaapse Baai Wines" +description: "Kaapse Baai Wines — regional specialty producer based in Kaapse Baai, south reach" +slug: kaapse-baai-wines +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kaapse Baai (GJ 213) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kaapse Baai Wines + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Kaapse Baai (GJ 213) + +Kaapse Baai Wines is a regional specialty producer operating out of Kaapse Baai (GJ 213). Details to be expanded. diff --git a/wiki/corporations/kalahari-leatherworks.md b/wiki/corporations/kalahari-leatherworks.md new file mode 100644 index 000000000..bdeece169 --- /dev/null +++ b/wiki/corporations/kalahari-leatherworks.md @@ -0,0 +1,24 @@ +--- +title: "Kalahari Leatherworks" +description: "Kalahari Leatherworks — heritage craft manufacturer based in Karoo, south reach" +slug: kalahari-leatherworks +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Karoo (GJ 222A) +tags: [heritage_craft, south_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kalahari Leatherworks + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Karoo (GJ 222A) + +Kalahari Leatherworks is a heritage craft manufacturer operating out of Karoo (GJ 222A). Details to be expanded. diff --git a/wiki/corporations/kaur-observatory-equipment.md b/wiki/corporations/kaur-observatory-equipment.md new file mode 100644 index 000000000..e4049ef4c --- /dev/null +++ b/wiki/corporations/kaur-observatory-equipment.md @@ -0,0 +1,24 @@ +--- +title: "Kaur Observatory Equipment" +description: "Kaur Observatory Equipment — precision technology manufacturer based in Kaur's Observatory, east reach" +slug: kaur-observatory-equipment +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kaur's Observatory (GJ 432A) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kaur Observatory Equipment + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kaur's Observatory (GJ 432A) + +Kaur Observatory Equipment is a precision technology manufacturer operating out of Kaur's Observatory (GJ 432A). Details to be expanded. diff --git a/wiki/corporations/kellervolk.md b/wiki/corporations/kellervolk.md new file mode 100644 index 000000000..663a07f01 --- /dev/null +++ b/wiki/corporations/kellervolk.md @@ -0,0 +1,24 @@ +--- +title: "Kellervolk" +description: "Kellervolk — cultural content producer based in Nyrheim, west reach" +slug: kellervolk +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kellervolk + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Kellervolk is a cultural content producer operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/kinlochewe-instruments.md b/wiki/corporations/kinlochewe-instruments.md new file mode 100644 index 000000000..d9bedb2a3 --- /dev/null +++ b/wiki/corporations/kinlochewe-instruments.md @@ -0,0 +1,24 @@ +--- +title: "Kinlochewe Instruments" +description: "Kinlochewe Instruments — precision technology manufacturer based in Braemar, north reach" +slug: kinlochewe-instruments +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Braemar (GJ 475) +tags: [tech_premium, north_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kinlochewe Instruments + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Braemar (GJ 475) + +Kinlochewe Instruments is a precision technology manufacturer operating out of Braemar (GJ 475). Details to be expanded. diff --git a/wiki/corporations/koryo-standard.md b/wiki/corporations/koryo-standard.md new file mode 100644 index 000000000..6f6d9c018 --- /dev/null +++ b/wiki/corporations/koryo-standard.md @@ -0,0 +1,24 @@ +--- +title: "Koryo Standard" +description: "Koryo Standard — consumer goods manufacturer based in Jeonnam, east reach" +slug: koryo-standard +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Jeonnam (GJ 3728B) +tags: [commodity_branded, east_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Koryo Standard + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Jeonnam (GJ 3728B) + +Koryo Standard is a consumer goods manufacturer operating out of Jeonnam (GJ 3728B). Details to be expanded. diff --git a/wiki/corporations/kumho-navigation.md b/wiki/corporations/kumho-navigation.md new file mode 100644 index 000000000..876c40ba2 --- /dev/null +++ b/wiki/corporations/kumho-navigation.md @@ -0,0 +1,24 @@ +--- +title: "Kumho Navigation" +description: "Kumho Navigation — precision technology manufacturer based in Hwaseong, east reach" +slug: kumho-navigation +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Hwaseong (GJ 1125) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kumho Navigation + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Hwaseong (GJ 1125) + +Kumho Navigation is a precision technology manufacturer operating out of Hwaseong (GJ 1125). Details to be expanded. diff --git a/wiki/corporations/kyoei-design.md b/wiki/corporations/kyoei-design.md new file mode 100644 index 000000000..5c6fac471 --- /dev/null +++ b/wiki/corporations/kyoei-design.md @@ -0,0 +1,24 @@ +--- +title: "Kyoei Design" +description: "Kyoei Design — design and furniture manufacturer based in Kurashiki, east reach" +slug: kyoei-design +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kurashiki (GJ 205) +tags: [design_heritage, east_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kyoei Design + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kurashiki (GJ 205) + +Kyoei Design is a design and furniture manufacturer operating out of Kurashiki (GJ 205). Details to be expanded. diff --git a/wiki/corporations/kyoto-valley-estates.md b/wiki/corporations/kyoto-valley-estates.md new file mode 100644 index 000000000..ee6556d22 --- /dev/null +++ b/wiki/corporations/kyoto-valley-estates.md @@ -0,0 +1,24 @@ +--- +title: "Kyoto Valley Estates" +description: "Kyoto Valley Estates — regional specialty producer based in Kurashiki, east reach" +slug: kyoto-valley-estates +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kurashiki (GJ 205) +tags: [terroir, east_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Kyoto Valley Estates + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kurashiki (GJ 205) + +Kyoto Valley Estates is a regional specialty producer operating out of Kurashiki (GJ 205). Details to be expanded. diff --git a/wiki/corporations/leerfeld-records.md b/wiki/corporations/leerfeld-records.md new file mode 100644 index 000000000..96ae72c84 --- /dev/null +++ b/wiki/corporations/leerfeld-records.md @@ -0,0 +1,24 @@ +--- +title: "Leerfeld Records" +description: "Leerfeld Records — cultural content producer based in Confluent, west reach" +slug: leerfeld-records +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Confluent (GJ 395) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Leerfeld Records + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Confluent (GJ 395) + +Leerfeld Records is a cultural content producer operating out of Confluent (GJ 395). Details to be expanded. diff --git a/wiki/corporations/lowlands-consumer.md b/wiki/corporations/lowlands-consumer.md new file mode 100644 index 000000000..298dff8f1 --- /dev/null +++ b/wiki/corporations/lowlands-consumer.md @@ -0,0 +1,24 @@ +--- +title: "Lowlands Consumer" +description: "Lowlands Consumer — consumer goods manufacturer based in Dokkum, west reach" +slug: lowlands-consumer +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Dokkum (GJ 506) +tags: [commodity_branded, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Lowlands Consumer + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Dokkum (GJ 506) + +Lowlands Consumer is a consumer goods manufacturer operating out of Dokkum (GJ 506). Details to be expanded. diff --git a/wiki/corporations/luanda-fabrication.md b/wiki/corporations/luanda-fabrication.md new file mode 100644 index 000000000..1b2d3a304 --- /dev/null +++ b/wiki/corporations/luanda-fabrication.md @@ -0,0 +1,24 @@ +--- +title: "Luanda Fabrication" +description: "Luanda Fabrication — precision technology manufacturer based in Matamba, south reach" +slug: luanda-fabrication +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Matamba (GJ 884) +tags: [tech_premium, south_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Luanda Fabrication + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Matamba (GJ 884) + +Luanda Fabrication is a precision technology manufacturer operating out of Matamba (GJ 884). Details to be expanded. diff --git a/wiki/corporations/lusaka-advisory.md b/wiki/corporations/lusaka-advisory.md new file mode 100644 index 000000000..25e90054c --- /dev/null +++ b/wiki/corporations/lusaka-advisory.md @@ -0,0 +1,24 @@ +--- +title: "Lusaka Advisory" +description: "Lusaka Advisory — premium service provider based in Zenzele, south reach" +slug: lusaka-advisory +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Zenzele (GJ 1111) +tags: [service_premium, south_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Lusaka Advisory + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Zenzele (GJ 1111) + +Lusaka Advisory is a premium service provider operating out of Zenzele (GJ 1111). Details to be expanded. diff --git a/wiki/corporations/lusitanian-glass.md b/wiki/corporations/lusitanian-glass.md new file mode 100644 index 000000000..e95a2b478 --- /dev/null +++ b/wiki/corporations/lusitanian-glass.md @@ -0,0 +1,24 @@ +--- +title: "Lusitanian Glass" +description: "Lusitanian Glass — heritage craft manufacturer based in Caparica, south reach" +slug: lusitanian-glass +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Caparica (GJ 1002) +tags: [heritage_craft, south_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Lusitanian Glass + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Caparica (GJ 1002) + +Lusitanian Glass is a heritage craft manufacturer operating out of Caparica (GJ 1002). Details to be expanded. diff --git a/wiki/corporations/maas-rijn-entertainment.md b/wiki/corporations/maas-rijn-entertainment.md new file mode 100644 index 000000000..aaa15aca0 --- /dev/null +++ b/wiki/corporations/maas-rijn-entertainment.md @@ -0,0 +1,24 @@ +--- +title: "Maas Rijn Entertainment" +description: "Maas Rijn Entertainment — cultural content producer based in Dokkum, west reach" +slug: maas-rijn-entertainment +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Dokkum (GJ 506) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Maas Rijn Entertainment + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Dokkum (GJ 506) + +Maas Rijn Entertainment is a cultural content producer operating out of Dokkum (GJ 506). Details to be expanded. diff --git a/wiki/corporations/maison-cinq.md b/wiki/corporations/maison-cinq.md new file mode 100644 index 000000000..f23ec395e --- /dev/null +++ b/wiki/corporations/maison-cinq.md @@ -0,0 +1,24 @@ +--- +title: "Maison Cinq" +description: "Maison Cinq — design and furniture manufacturer based in Sirius, core" +slug: maison-cinq +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [design_heritage, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Maison Cinq + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Maison Cinq is a design and furniture manufacturer operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/makuti-consumer.md b/wiki/corporations/makuti-consumer.md new file mode 100644 index 000000000..ba4bf8657 --- /dev/null +++ b/wiki/corporations/makuti-consumer.md @@ -0,0 +1,24 @@ +--- +title: "Makuti Consumer" +description: "Makuti Consumer — consumer goods manufacturer based in Mwangaza, south reach" +slug: makuti-consumer +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Mwangaza (GJ 693) +tags: [commodity_branded, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Makuti Consumer + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Mwangaza (GJ 693) + +Makuti Consumer is a consumer goods manufacturer operating out of Mwangaza (GJ 693). Details to be expanded. diff --git a/wiki/corporations/matosinhos-fishing.md b/wiki/corporations/matosinhos-fishing.md new file mode 100644 index 000000000..5e80f7ab3 --- /dev/null +++ b/wiki/corporations/matosinhos-fishing.md @@ -0,0 +1,24 @@ +--- +title: "Matosinhos Fishing" +description: "Matosinhos Fishing — consumer goods manufacturer based in Velha Guarda, south reach" +slug: matosinhos-fishing +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Velha Guarda (GJ 4A) +tags: [commodity_branded, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Matosinhos Fishing + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Velha Guarda (GJ 4A) + +Matosinhos Fishing is a consumer goods manufacturer operating out of Velha Guarda (GJ 4A). Details to be expanded. diff --git a/wiki/corporations/meridional-banking.md b/wiki/corporations/meridional-banking.md new file mode 100644 index 000000000..7af2af727 --- /dev/null +++ b/wiki/corporations/meridional-banking.md @@ -0,0 +1,24 @@ +--- +title: "Meridional Banking" +description: "Meridional Banking — premium service provider based in Meridian, core" +slug: meridional-banking +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Meridian (GJ 674) +tags: [service_premium, core, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Meridional Banking + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Meridian (GJ 674) + +Meridional Banking is a premium service provider operating out of Meridian (GJ 674). Details to be expanded. diff --git a/wiki/corporations/meridional-technical.md b/wiki/corporations/meridional-technical.md new file mode 100644 index 000000000..137396c46 --- /dev/null +++ b/wiki/corporations/meridional-technical.md @@ -0,0 +1,24 @@ +--- +title: "Meridional Technical" +description: "Meridional Technical — precision technology manufacturer based in Meridian, core" +slug: meridional-technical +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Meridian (GJ 674) +tags: [tech_premium, core, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Meridional Technical + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Meridian (GJ 674) + +Meridional Technical is a precision technology manufacturer operating out of Meridian (GJ 674). Details to be expanded. diff --git a/wiki/corporations/mirai-entertainment.md b/wiki/corporations/mirai-entertainment.md new file mode 100644 index 000000000..3d21a82a0 --- /dev/null +++ b/wiki/corporations/mirai-entertainment.md @@ -0,0 +1,24 @@ +--- +title: "Mirai Entertainment" +description: "Mirai Entertainment — cultural content producer based in Kurashiki, east reach" +slug: mirai-entertainment +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kurashiki (GJ 205) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Mirai Entertainment + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kurashiki (GJ 205) + +Mirai Entertainment is a cultural content producer operating out of Kurashiki (GJ 205). Details to be expanded. diff --git a/wiki/corporations/moorfield-records.md b/wiki/corporations/moorfield-records.md new file mode 100644 index 000000000..4da2914f0 --- /dev/null +++ b/wiki/corporations/moorfield-records.md @@ -0,0 +1,24 @@ +--- +title: "Moorfield Records" +description: "Moorfield Records — cultural content producer based in Braemar, north reach" +slug: moorfield-records +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Braemar (GJ 475) +tags: [cultural, north_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Moorfield Records + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Braemar (GJ 475) + +Moorfield Records is a cultural content producer operating out of Braemar (GJ 475). Details to be expanded. diff --git a/wiki/corporations/mwanga-media.md b/wiki/corporations/mwanga-media.md new file mode 100644 index 000000000..309f1ff74 --- /dev/null +++ b/wiki/corporations/mwanga-media.md @@ -0,0 +1,24 @@ +--- +title: "Mwanga Media" +description: "Mwanga Media — cultural content producer based in Mwangaza, south reach" +slug: mwanga-media +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Mwangaza (GJ 693) +tags: [cultural, south_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Mwanga Media + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Mwangaza (GJ 693) + +Mwanga Media is a cultural content producer operating out of Mwangaza (GJ 693). Details to be expanded. diff --git a/wiki/corporations/namsan-collective.md b/wiki/corporations/namsan-collective.md new file mode 100644 index 000000000..9cd7f2caa --- /dev/null +++ b/wiki/corporations/namsan-collective.md @@ -0,0 +1,24 @@ +--- +title: "Namsan Collective" +description: "Namsan Collective — cultural content producer based in Yeongwol, east reach" +slug: namsan-collective +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Yeongwol (GJ 268) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Namsan Collective + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Yeongwol (GJ 268) + +Namsan Collective is a cultural content producer operating out of Yeongwol (GJ 268). Details to be expanded. diff --git a/wiki/corporations/nexus-way-express.md b/wiki/corporations/nexus-way-express.md new file mode 100644 index 000000000..b70a265d1 --- /dev/null +++ b/wiki/corporations/nexus-way-express.md @@ -0,0 +1,24 @@ +--- +title: "Nexus Way Express" +description: "Nexus Way Express — premium service provider based in Sirius, core" +slug: nexus-way-express +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [service_premium, core, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Nexus Way Express + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Nexus Way Express is a premium service provider operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/nordhavn-financial.md b/wiki/corporations/nordhavn-financial.md new file mode 100644 index 000000000..e0380c5cd --- /dev/null +++ b/wiki/corporations/nordhavn-financial.md @@ -0,0 +1,24 @@ +--- +title: "Nordhavn Financial" +description: "Nordhavn Financial — premium service provider based in Nyrheim, west reach" +slug: nordhavn-financial +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [service_premium, west_reach, mark] +decision_refs: [D-189] +cross_refs: [] +--- + +# Nordhavn Financial + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Nordhavn Financial is a premium service provider operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/nordschatten-records.md b/wiki/corporations/nordschatten-records.md new file mode 100644 index 000000000..7b132e782 --- /dev/null +++ b/wiki/corporations/nordschatten-records.md @@ -0,0 +1,24 @@ +--- +title: "Nordschatten Records" +description: "Nordschatten Records — cultural content producer based in Nyrheim, west reach" +slug: nordschatten-records +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Nordschatten Records + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Nordschatten Records is a cultural content producer operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/norrland-woodcraft.md b/wiki/corporations/norrland-woodcraft.md new file mode 100644 index 000000000..dc070b29b --- /dev/null +++ b/wiki/corporations/norrland-woodcraft.md @@ -0,0 +1,24 @@ +--- +title: "Norrland Woodcraft" +description: "Norrland Woodcraft — heritage craft manufacturer based in Nyrheim, west reach" +slug: norrland-woodcraft +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [heritage_craft, west_reach, mark, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Norrland Woodcraft + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Norrland Woodcraft is a heritage craft manufacturer operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/ondori-interactive.md b/wiki/corporations/ondori-interactive.md new file mode 100644 index 000000000..a7f158869 --- /dev/null +++ b/wiki/corporations/ondori-interactive.md @@ -0,0 +1,24 @@ +--- +title: "Ondori Interactive" +description: "Ondori Interactive — cultural content producer based in Jeonnam, east reach" +slug: ondori-interactive +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Jeonnam (GJ 3728B) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Ondori Interactive + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Jeonnam (GJ 3728B) + +Ondori Interactive is a cultural content producer operating out of Jeonnam (GJ 3728B). Details to be expanded. diff --git a/wiki/corporations/open-corridor-stream.md b/wiki/corporations/open-corridor-stream.md new file mode 100644 index 000000000..bd9fe30b1 --- /dev/null +++ b/wiki/corporations/open-corridor-stream.md @@ -0,0 +1,24 @@ +--- +title: "Open Corridor Stream" +description: "Open Corridor Stream — media platform and catalogue service based in Groombridge, core" +slug: open-corridor-stream +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [platform_catalogue, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Open Corridor Stream + +**Type:** Corporation — Media Platform And Catalogue Service +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Open Corridor Stream is a media platform and catalogue service operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/orkney-ceramics.md b/wiki/corporations/orkney-ceramics.md new file mode 100644 index 000000000..51275ca6b --- /dev/null +++ b/wiki/corporations/orkney-ceramics.md @@ -0,0 +1,24 @@ +--- +title: "Orkney Ceramics" +description: "Orkney Ceramics — heritage craft manufacturer based in Cairn, north reach" +slug: orkney-ceramics +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Cairn (GJ 845) +tags: [heritage_craft, north_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Orkney Ceramics + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Cairn (GJ 845) + +Orkney Ceramics is a heritage craft manufacturer operating out of Cairn (GJ 845). Details to be expanded. diff --git a/wiki/corporations/pembrokeshire-smithy.md b/wiki/corporations/pembrokeshire-smithy.md new file mode 100644 index 000000000..b590c4ced --- /dev/null +++ b/wiki/corporations/pembrokeshire-smithy.md @@ -0,0 +1,24 @@ +--- +title: "Pembrokeshire Smithy" +description: "Pembrokeshire Smithy — heritage craft manufacturer based in Pemberton, north reach" +slug: pembrokeshire-smithy +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Pemberton (GJ 194B) +tags: [heritage_craft, north_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Pembrokeshire Smithy + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Pemberton (GJ 194B) + +Pembrokeshire Smithy is a heritage craft manufacturer operating out of Pemberton (GJ 194B). Details to be expanded. diff --git a/wiki/corporations/plainfield-agricultural.md b/wiki/corporations/plainfield-agricultural.md new file mode 100644 index 000000000..571a25d13 --- /dev/null +++ b/wiki/corporations/plainfield-agricultural.md @@ -0,0 +1,24 @@ +--- +title: "Plainfield Agricultural" +description: "Plainfield Agricultural — consumer goods manufacturer based in Fremantle, north reach" +slug: plainfield-agricultural +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Fremantle (GJ 273) +tags: [commodity_branded, north_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Plainfield Agricultural + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Fremantle (GJ 273) + +Plainfield Agricultural is a consumer goods manufacturer operating out of Fremantle (GJ 273). Details to be expanded. diff --git a/wiki/corporations/porto-alegre-technical.md b/wiki/corporations/porto-alegre-technical.md new file mode 100644 index 000000000..7c738b1b4 --- /dev/null +++ b/wiki/corporations/porto-alegre-technical.md @@ -0,0 +1,24 @@ +--- +title: "Porto Alegre Technical" +description: "Porto Alegre Technical — precision technology manufacturer based in Nowa Huta, south reach" +slug: porto-alegre-technical +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nowa Huta (GJ 896A) +tags: [tech_premium, south_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Porto Alegre Technical + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Nowa Huta (GJ 896A) + +Porto Alegre Technical is a precision technology manufacturer operating out of Nowa Huta (GJ 896A). Details to be expanded. diff --git a/wiki/corporations/quebrada-cultural.md b/wiki/corporations/quebrada-cultural.md new file mode 100644 index 000000000..d0ac14914 --- /dev/null +++ b/wiki/corporations/quebrada-cultural.md @@ -0,0 +1,24 @@ +--- +title: "Quebrada Cultural" +description: "Quebrada Cultural — cultural content producer based in Matamba, south reach" +slug: quebrada-cultural +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Matamba (GJ 884) +tags: [cultural, south_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Quebrada Cultural + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Matamba (GJ 884) + +Quebrada Cultural is a cultural content producer operating out of Matamba (GJ 884). Details to be expanded. diff --git a/wiki/corporations/reach-archive-standard.md b/wiki/corporations/reach-archive-standard.md new file mode 100644 index 000000000..f7a0047cd --- /dev/null +++ b/wiki/corporations/reach-archive-standard.md @@ -0,0 +1,24 @@ +--- +title: "Reach Archive Standard" +description: "Reach Archive Standard — media platform and catalogue service based in Sirius, core" +slug: reach-archive-standard +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [platform_catalogue, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Reach Archive Standard + +**Type:** Corporation — Media Platform And Catalogue Service +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Reach Archive Standard is a media platform and catalogue service operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/reach-standard-media.md b/wiki/corporations/reach-standard-media.md new file mode 100644 index 000000000..bc35ad437 --- /dev/null +++ b/wiki/corporations/reach-standard-media.md @@ -0,0 +1,24 @@ +--- +title: "Reach Standard Media" +description: "Reach Standard Media — cultural content producer based in Sirius, core" +slug: reach-standard-media +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [cultural, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Reach Standard Media + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Reach Standard Media is a cultural content producer operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/reach-transport.md b/wiki/corporations/reach-transport.md new file mode 100644 index 000000000..54c7fefe2 --- /dev/null +++ b/wiki/corporations/reach-transport.md @@ -0,0 +1,24 @@ +--- +title: "Reach Transport" +description: "Reach Transport — consumer goods manufacturer based in Sirius, core" +slug: reach-transport +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [commodity_branded, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Reach Transport + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Reach Transport is a consumer goods manufacturer operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/resonance-premium.md b/wiki/corporations/resonance-premium.md new file mode 100644 index 000000000..d20b87e4d --- /dev/null +++ b/wiki/corporations/resonance-premium.md @@ -0,0 +1,24 @@ +--- +title: "Resonance Premium" +description: "Resonance Premium — media platform and catalogue service based in Sirius, core" +slug: resonance-premium +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Sirius (GJ 244A) +tags: [platform_catalogue, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Resonance Premium + +**Type:** Corporation — Media Platform And Catalogue Service +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Sirius (GJ 244A) + +Resonance Premium is a media platform and catalogue service operating out of Sirius (GJ 244A). Details to be expanded. diff --git a/wiki/corporations/rheingold-distillers.md b/wiki/corporations/rheingold-distillers.md new file mode 100644 index 000000000..789c012bf --- /dev/null +++ b/wiki/corporations/rheingold-distillers.md @@ -0,0 +1,24 @@ +--- +title: "Rheingold Distillers" +description: "Rheingold Distillers — regional specialty producer based in Rødvik, west reach" +slug: rheingold-distillers +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Rødvik (GJ 581) +tags: [terroir, west_reach, mark, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Rheingold Distillers + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Rødvik (GJ 581) + +Rheingold Distillers is a regional specialty producer operating out of Rødvik (GJ 581). Details to be expanded. diff --git a/wiki/corporations/rheintal-systems.md b/wiki/corporations/rheintal-systems.md new file mode 100644 index 000000000..e9bf41e14 --- /dev/null +++ b/wiki/corporations/rheintal-systems.md @@ -0,0 +1,24 @@ +--- +title: "Rheintal Systems" +description: "Rheintal Systems — precision technology manufacturer based in Neustadt, west reach" +slug: rheintal-systems +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Neustadt (GJ 526) +tags: [tech_premium, west_reach, mark, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Rheintal Systems + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Neustadt (GJ 526) + +Rheintal Systems is a precision technology manufacturer operating out of Neustadt (GJ 526). Details to be expanded. diff --git a/wiki/corporations/rijdbaar.md b/wiki/corporations/rijdbaar.md new file mode 100644 index 000000000..ec4f7f960 --- /dev/null +++ b/wiki/corporations/rijdbaar.md @@ -0,0 +1,24 @@ +--- +title: "Rijdbaar" +description: "Rijdbaar — design and furniture manufacturer based in Confluent, west reach" +slug: rijdbaar +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Confluent (GJ 395) +tags: [design_heritage, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Rijdbaar + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Confluent (GJ 395) + +Rijdbaar is a design and furniture manufacturer operating out of Confluent (GJ 395). Details to be expanded. diff --git a/wiki/corporations/saigon-consulting.md b/wiki/corporations/saigon-consulting.md new file mode 100644 index 000000000..289367b2a --- /dev/null +++ b/wiki/corporations/saigon-consulting.md @@ -0,0 +1,24 @@ +--- +title: "Saigon Consulting" +description: "Saigon Consulting — premium service provider based in Binh Trang, east reach" +slug: saigon-consulting +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Binh Trang (GJ 17) +tags: [service_premium, east_reach, tractus] +decision_refs: [D-189] +cross_refs: [] +--- + +# Saigon Consulting + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Binh Trang (GJ 17) + +Saigon Consulting is a premium service provider operating out of Binh Trang (GJ 17). Details to be expanded. diff --git a/wiki/corporations/schwarzwald-gin.md b/wiki/corporations/schwarzwald-gin.md new file mode 100644 index 000000000..acea74898 --- /dev/null +++ b/wiki/corporations/schwarzwald-gin.md @@ -0,0 +1,24 @@ +--- +title: "Schwarzwald Gin" +description: "Schwarzwald Gin — regional specialty producer based in Dunkelholz, west reach" +slug: schwarzwald-gin +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Dunkelholz (GJ 615) +tags: [terroir, west_reach, mark, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Schwarzwald Gin + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Dunkelholz (GJ 615) + +Schwarzwald Gin is a regional specialty producer operating out of Dunkelholz (GJ 615). Details to be expanded. diff --git a/wiki/corporations/sendai-forge.md b/wiki/corporations/sendai-forge.md new file mode 100644 index 000000000..fcea1ff61 --- /dev/null +++ b/wiki/corporations/sendai-forge.md @@ -0,0 +1,24 @@ +--- +title: "Sendai Forge" +description: "Sendai Forge — heritage craft manufacturer based in Kurashiki, east reach" +slug: sendai-forge +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Kurashiki (GJ 205) +tags: [heritage_craft, east_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Sendai Forge + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Kurashiki (GJ 205) + +Sendai Forge is a heritage craft manufacturer operating out of Kurashiki (GJ 205). Details to be expanded. diff --git a/wiki/corporations/sertanejo-design.md b/wiki/corporations/sertanejo-design.md new file mode 100644 index 000000000..86e4a6f3b --- /dev/null +++ b/wiki/corporations/sertanejo-design.md @@ -0,0 +1,24 @@ +--- +title: "Sertanejo Design" +description: "Sertanejo Design — design and furniture manufacturer based in Roça Nova, south reach" +slug: sertanejo-design +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Roça Nova (GJ 67) +tags: [design_heritage, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Sertanejo Design + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Roça Nova (GJ 67) + +Sertanejo Design is a design and furniture manufacturer operating out of Roça Nova (GJ 67). Details to be expanded. diff --git a/wiki/corporations/shetland-wool.md b/wiki/corporations/shetland-wool.md new file mode 100644 index 000000000..5221466d6 --- /dev/null +++ b/wiki/corporations/shetland-wool.md @@ -0,0 +1,24 @@ +--- +title: "Shetland Wool" +description: "Shetland Wool — heritage craft manufacturer based in Crown's Hollow, north reach" +slug: shetland-wool +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Crown's Hollow (GJ 661A) +tags: [heritage_craft, north_reach, tractus, artisan] +decision_refs: [D-189] +cross_refs: [] +--- + +# Shetland Wool + +**Type:** Corporation — Heritage Craft Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Crown's Hollow (GJ 661A) + +Shetland Wool is a heritage craft manufacturer operating out of Crown's Hollow (GJ 661A). Details to be expanded. diff --git a/wiki/corporations/spitsbergen-retreat.md b/wiki/corporations/spitsbergen-retreat.md new file mode 100644 index 000000000..fa8baa091 --- /dev/null +++ b/wiki/corporations/spitsbergen-retreat.md @@ -0,0 +1,24 @@ +--- +title: "Spitsbergen Retreat" +description: "Spitsbergen Retreat — premium service provider based in Halvøy, west reach" +slug: spitsbergen-retreat +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Halvøy (GJ 624) +tags: [service_premium, west_reach, mark] +decision_refs: [D-189] +cross_refs: [] +--- + +# Spitsbergen Retreat + +**Type:** Corporation — Premium Service Provider +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Halvøy (GJ 624) + +Spitsbergen Retreat is a premium service provider operating out of Halvøy (GJ 624). Details to be expanded. diff --git a/wiki/corporations/steinbach-furniture.md b/wiki/corporations/steinbach-furniture.md new file mode 100644 index 000000000..9ecac307b --- /dev/null +++ b/wiki/corporations/steinbach-furniture.md @@ -0,0 +1,24 @@ +--- +title: "Steinbach Furniture" +description: "Steinbach Furniture — design and furniture manufacturer based in Steinfeld, west reach" +slug: steinbach-furniture +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Steinfeld (GJ 454) +tags: [design_heritage, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Steinbach Furniture + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Steinfeld (GJ 454) + +Steinbach Furniture is a design and furniture manufacturer operating out of Steinfeld (GJ 454). Details to be expanded. diff --git a/wiki/corporations/sunderland-precision.md b/wiki/corporations/sunderland-precision.md new file mode 100644 index 000000000..812c970f4 --- /dev/null +++ b/wiki/corporations/sunderland-precision.md @@ -0,0 +1,24 @@ +--- +title: "Sunderland Precision" +description: "Sunderland Precision — precision technology manufacturer based in Ashworth Junction, north reach" +slug: sunderland-precision +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Ashworth Junction (GJ 873) +tags: [tech_premium, north_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Sunderland Precision + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Ashworth Junction (GJ 873) + +Sunderland Precision is a precision technology manufacturer operating out of Ashworth Junction (GJ 873). Details to be expanded. diff --git a/wiki/corporations/sungshin-music.md b/wiki/corporations/sungshin-music.md new file mode 100644 index 000000000..a62521cd0 --- /dev/null +++ b/wiki/corporations/sungshin-music.md @@ -0,0 +1,24 @@ +--- +title: "Sungshin Music" +description: "Sungshin Music — cultural content producer based in Shimanami, east reach" +slug: sungshin-music +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Shimanami (GJ 848) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Sungshin Music + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Shimanami (GJ 848) + +Sungshin Music is a cultural content producer operating out of Shimanami (GJ 848). Details to be expanded. diff --git a/wiki/corporations/svanevann-waters.md b/wiki/corporations/svanevann-waters.md new file mode 100644 index 000000000..5c19f7b40 --- /dev/null +++ b/wiki/corporations/svanevann-waters.md @@ -0,0 +1,24 @@ +--- +title: "Svanevann Waters" +description: "Svanevann Waters — regional specialty producer based in Nyrheim, west reach" +slug: svanevann-waters +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Nyrheim (GJ 3737) +tags: [terroir, west_reach, mark, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Svanevann Waters + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Nyrheim (GJ 3737) + +Svanevann Waters is a regional specialty producer operating out of Nyrheim (GJ 3737). Details to be expanded. diff --git a/wiki/corporations/thorngate-media.md b/wiki/corporations/thorngate-media.md new file mode 100644 index 000000000..93f8a05fb --- /dev/null +++ b/wiki/corporations/thorngate-media.md @@ -0,0 +1,24 @@ +--- +title: "Thorngate Media" +description: "Thorngate Media — cultural content producer based in Crown's Hollow, north reach" +slug: thorngate-media +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Crown's Hollow (GJ 661A) +tags: [cultural, north_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Thorngate Media + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Crown's Hollow (GJ 661A) + +Thorngate Media is a cultural content producer operating out of Crown's Hollow (GJ 661A). Details to be expanded. diff --git a/wiki/corporations/tongyeong-drive.md b/wiki/corporations/tongyeong-drive.md new file mode 100644 index 000000000..a901e0345 --- /dev/null +++ b/wiki/corporations/tongyeong-drive.md @@ -0,0 +1,24 @@ +--- +title: "Tongyeong Drive" +description: "Tongyeong Drive — precision technology manufacturer based in Miryang, east reach" +slug: tongyeong-drive +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Miryang (GJ 754) +tags: [tech_premium, east_reach, tractus, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Tongyeong Drive + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Miryang (GJ 754) + +Tongyeong Drive is a precision technology manufacturer operating out of Miryang (GJ 754). Details to be expanded. diff --git a/wiki/corporations/transit-library.md b/wiki/corporations/transit-library.md new file mode 100644 index 000000000..33bb1f985 --- /dev/null +++ b/wiki/corporations/transit-library.md @@ -0,0 +1,24 @@ +--- +title: "Transit Library" +description: "Transit Library — media platform and catalogue service based in Groombridge, core" +slug: transit-library +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [platform_catalogue, core, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Transit Library + +**Type:** Corporation — Media Platform And Catalogue Service +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Transit Library is a media platform and catalogue service operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/trek-standard.md b/wiki/corporations/trek-standard.md new file mode 100644 index 000000000..86c63f30b --- /dev/null +++ b/wiki/corporations/trek-standard.md @@ -0,0 +1,24 @@ +--- +title: "Trek Standard" +description: "Trek Standard — consumer goods manufacturer based in Groombridge, core" +slug: trek-standard +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Groombridge (GJ 380) +tags: [commodity_branded, core, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Trek Standard + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — core operations +**Headquarters:** Groombridge (GJ 380) + +Trek Standard is a consumer goods manufacturer operating out of Groombridge (GJ 380). Details to be expanded. diff --git a/wiki/corporations/veldfontein-botanical.md b/wiki/corporations/veldfontein-botanical.md new file mode 100644 index 000000000..a746ec909 --- /dev/null +++ b/wiki/corporations/veldfontein-botanical.md @@ -0,0 +1,24 @@ +--- +title: "Veldfontein Botanical" +description: "Veldfontein Botanical — regional specialty producer based in Inhambane, south reach" +slug: veldfontein-botanical +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Inhambane (GJ 54) +tags: [terroir, south_reach, tractus, scarcity_class_rare] +decision_refs: [D-189] +cross_refs: [] +--- + +# Veldfontein Botanical + +**Type:** Corporation — Regional Specialty Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Inhambane (GJ 54) + +Veldfontein Botanical is a regional specialty producer operating out of Inhambane (GJ 54). Details to be expanded. diff --git a/wiki/corporations/vlaams-atelier.md b/wiki/corporations/vlaams-atelier.md new file mode 100644 index 000000000..04835a51a --- /dev/null +++ b/wiki/corporations/vlaams-atelier.md @@ -0,0 +1,24 @@ +--- +title: "Vlaams Atelier" +description: "Vlaams Atelier — design and furniture manufacturer based in Bestevaer, west reach" +slug: vlaams-atelier +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Bestevaer (GJ 103) +tags: [design_heritage, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Vlaams Atelier + +**Type:** Corporation — Design And Furniture Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Bestevaer (GJ 103) + +Vlaams Atelier is a design and furniture manufacturer operating out of Bestevaer (GJ 103). Details to be expanded. diff --git a/wiki/corporations/vlaanderen-optica.md b/wiki/corporations/vlaanderen-optica.md new file mode 100644 index 000000000..e8dc337d9 --- /dev/null +++ b/wiki/corporations/vlaanderen-optica.md @@ -0,0 +1,24 @@ +--- +title: "Vlaanderen Optica" +description: "Vlaanderen Optica — precision technology manufacturer based in Dokkum, west reach" +slug: vlaanderen-optica +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Dokkum (GJ 506) +tags: [tech_premium, west_reach, mark, electronics] +decision_refs: [D-189] +cross_refs: [] +--- + +# Vlaanderen Optica + +**Type:** Corporation — Precision Technology Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Dokkum (GJ 506) + +Vlaanderen Optica is a precision technology manufacturer operating out of Dokkum (GJ 506). Details to be expanded. diff --git a/wiki/corporations/vuma-sound.md b/wiki/corporations/vuma-sound.md new file mode 100644 index 000000000..276a8af8d --- /dev/null +++ b/wiki/corporations/vuma-sound.md @@ -0,0 +1,24 @@ +--- +title: "Vuma Sound" +description: "Vuma Sound — cultural content producer based in Matamba, south reach" +slug: vuma-sound +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Matamba (GJ 884) +tags: [cultural, south_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Vuma Sound + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Matamba (GJ 884) + +Vuma Sound is a cultural content producer operating out of Matamba (GJ 884). Details to be expanded. diff --git a/wiki/corporations/westfield-common.md b/wiki/corporations/westfield-common.md new file mode 100644 index 000000000..704f1899e --- /dev/null +++ b/wiki/corporations/westfield-common.md @@ -0,0 +1,24 @@ +--- +title: "Westfield Common" +description: "Westfield Common — consumer goods manufacturer based in Neustadt, west reach" +slug: westfield-common +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Neustadt (GJ 526) +tags: [commodity_branded, west_reach, mark, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Westfield Common + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Neustadt (GJ 526) + +Westfield Common is a consumer goods manufacturer operating out of Neustadt (GJ 526). Details to be expanded. diff --git a/wiki/corporations/wolkenbruch-cinema.md b/wiki/corporations/wolkenbruch-cinema.md new file mode 100644 index 000000000..280d8cbea --- /dev/null +++ b/wiki/corporations/wolkenbruch-cinema.md @@ -0,0 +1,24 @@ +--- +title: "Wolkenbruch Cinema" +description: "Wolkenbruch Cinema — cultural content producer based in Neustadt, west reach" +slug: wolkenbruch-cinema +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Neustadt (GJ 526) +tags: [cultural, west_reach, mark, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Wolkenbruch Cinema + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — west reach operations +**Headquarters:** Neustadt (GJ 526) + +Wolkenbruch Cinema is a cultural content producer operating out of Neustadt (GJ 526). Details to be expanded. diff --git a/wiki/corporations/workshift-apparel.md b/wiki/corporations/workshift-apparel.md new file mode 100644 index 000000000..341e065ec --- /dev/null +++ b/wiki/corporations/workshift-apparel.md @@ -0,0 +1,24 @@ +--- +title: "Workshift Apparel" +description: "Workshift Apparel — consumer goods manufacturer based in Ashfield, north reach" +slug: workshift-apparel +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Ashfield (GJ 178) +tags: [commodity_branded, north_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Workshift Apparel + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — north reach operations +**Headquarters:** Ashfield (GJ 178) + +Workshift Apparel is a consumer goods manufacturer operating out of Ashfield (GJ 178). Details to be expanded. diff --git a/wiki/corporations/xing-yun-films.md b/wiki/corporations/xing-yun-films.md new file mode 100644 index 000000000..057869a58 --- /dev/null +++ b/wiki/corporations/xing-yun-films.md @@ -0,0 +1,24 @@ +--- +title: "Xing Yun Films" +description: "Xing Yun Films — cultural content producer based in Songjiang, east reach" +slug: xing-yun-films +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Songjiang (GJ 625) +tags: [cultural, east_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Xing Yun Films + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — east reach operations +**Headquarters:** Songjiang (GJ 625) + +Xing Yun Films is a cultural content producer operating out of Songjiang (GJ 625). Details to be expanded. diff --git a/wiki/corporations/zindua-records.md b/wiki/corporations/zindua-records.md new file mode 100644 index 000000000..ae5f68ea1 --- /dev/null +++ b/wiki/corporations/zindua-records.md @@ -0,0 +1,24 @@ +--- +title: "Zindua Records" +description: "Zindua Records — cultural content producer based in Zenzele, south reach" +slug: zindua-records +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Zenzele (GJ 1111) +tags: [cultural, south_reach, tractus, entertainment] +decision_refs: [D-189] +cross_refs: [] +--- + +# Zindua Records + +**Type:** Corporation — Cultural Content Producer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Zenzele (GJ 1111) + +Zindua Records is a cultural content producer operating out of Zenzele (GJ 1111). Details to be expanded. diff --git a/wiki/corporations/zulu-consumer.md b/wiki/corporations/zulu-consumer.md new file mode 100644 index 000000000..9f83d9943 --- /dev/null +++ b/wiki/corporations/zulu-consumer.md @@ -0,0 +1,24 @@ +--- +title: "Zulu Consumer" +description: "Zulu Consumer — consumer goods manufacturer based in Zenzele, south reach" +slug: zulu-consumer +category: corporation +status: canonical +created: 2026-04-19 +updated: 2026-04-19 +scope: regional +faction_type: economic +headquarters: Zenzele (GJ 1111) +tags: [commodity_branded, south_reach, tractus, consumer_goods] +decision_refs: [D-189] +cross_refs: [] +--- + +# Zulu Consumer + +**Type:** Corporation — Consumer Goods Manufacturer +**Status:** Canonical +**Scope:** Regional — south reach operations +**Headquarters:** Zenzele (GJ 1111) + +Zulu Consumer is a consumer goods manufacturer operating out of Zenzele (GJ 1111). Details to be expanded. diff --git a/wiki/economics/corporations/brands.toml b/wiki/economics/corporations/brands.toml index ef357024e..771e0c1e5 100644 --- a/wiki/economics/corporations/brands.toml +++ b/wiki/economics/corporations/brands.toml @@ -281,3 +281,6502 @@ quantity = 1.50 # commercial-grade quarrying — volume demand node brand_product_id = "bifrost-commercial-volume" commodity_id = "chemicals" quantity = 0.30 + + +# ========================================================================== +# SATO MEDICAL SYSTEMS (east_reach — tech_premium, timeless) +# Medical goods manufacturer and diagnostic equipment supplier. GJ 848 (Shimanami). +# Inputs: medical_goods + electronics + chemicals. +# ========================================================================== + +[[brand_products]] +brand_product_id = "sato-diagnostic-suite-halo" +corp_id = "sato-medical" +product_name = "Sato Diagnostic Suite" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "diagnostic_equipment" +base_premium_multiplier = 8.5 +premium_floor = 0.60 +origin_system = "GJ 848" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "sato-diagnostic-suite-halo" +commodity_id = "medical_goods" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "sato-diagnostic-suite-halo" +commodity_id = "electronics" +quantity = 0.15 + +[[brand_inputs]] +brand_product_id = "sato-diagnostic-suite-halo" +commodity_id = "chemicals" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "sato-oshima-standard-volume" +corp_id = "sato-medical" +product_name = "Oshima Medical Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "diagnostic_equipment" +base_premium_multiplier = 2.8 +premium_floor = 0.20 +origin_system = "GJ 848" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "sato-diagnostic-suite-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "sato-oshima-standard-volume" +commodity_id = "medical_goods" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "sato-oshima-standard-volume" +commodity_id = "chemicals" +quantity = 0.25 + + +# ========================================================================== +# TAKAMORI LATTICE WORKS (east_reach — tech_premium, timeless) +# Neural lattice substrate and drive core manufacturer. GJ 136 (Dài Lộ). +# Inputs: lattice_substrate + advanced_alloys + drive_cores. +# ========================================================================== + +[[brand_products]] +brand_product_id = "takamori-lattice-standard-halo" +corp_id = "takamori-lattice-works" +product_name = "Takamori Lattice Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "neural_lattice_substrate" +base_premium_multiplier = 9.0 +premium_floor = 0.70 +origin_system = "GJ 136" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "takamori-lattice-standard-halo" +commodity_id = "lattice_substrate" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "takamori-lattice-standard-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "takamori-lattice-standard-halo" +commodity_id = "advanced_alloys" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "takamori-tlw-drive-volume" +corp_id = "takamori-lattice-works" +product_name = "TLW Drive Core Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "drive_core_components" +base_premium_multiplier = 3.5 +premium_floor = 0.30 +origin_system = "GJ 136" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "takamori-lattice-standard-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "takamori-tlw-drive-volume" +commodity_id = "drive_cores" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "takamori-tlw-drive-volume" +commodity_id = "advanced_alloys" +quantity = 0.30 + + +# ========================================================================== +# THALASSA RESORT GROUP (inner_core — service_premium, timeless) +# Luxury resort hospitality network. GJ 244A (Sirius / Gateway). +# Inputs: hospitality + consumer_goods. +# ========================================================================== + +[[brand_products]] +brand_product_id = "thalassa-grand-halo" +corp_id = "thalassa-resort-group" +product_name = "Thalassa Grand" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "luxury_resort" +base_premium_multiplier = 14.0 +premium_floor = 0.90 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "thalassa-grand-halo" +commodity_id = "hospitality" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "thalassa-grand-halo" +commodity_id = "consumer_goods" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "thalassa-transit-volume" +corp_id = "thalassa-resort-group" +product_name = "Thalassa Transit" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "transit_hospitality" +base_premium_multiplier = 3.8 +premium_floor = 0.25 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "thalassa-grand-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "thalassa-transit-volume" +commodity_id = "hospitality" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "thalassa-transit-volume" +commodity_id = "consumer_goods" +quantity = 0.40 + + +# ========================================================================== +# SOMATIC FUTURES (inner_core — service_premium, timeless) +# Medical re-embodiment programs and continuity services. GJ 144 (Ran). +# Inputs: medical_goods + medical_services + implant_hardware. +# ========================================================================== + +[[brand_products]] +brand_product_id = "somatic-renewal-halo" +corp_id = "somatic-futures" +product_name = "Futures Renewal Program" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "re_embodiment_program" +base_premium_multiplier = 24.0 +premium_floor = 1.40 +origin_system = "GJ 144" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "somatic-renewal-halo" +commodity_id = "medical_goods" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "somatic-renewal-halo" +commodity_id = "medical_services" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "somatic-renewal-halo" +commodity_id = "implant_hardware" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "somatic-clean-slate-volume" +corp_id = "somatic-futures" +product_name = "Clean Slate Protocol" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "continuity_assessment" +base_premium_multiplier = 6.5 +premium_floor = 0.45 +origin_system = "GJ 144" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "somatic-renewal-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "somatic-clean-slate-volume" +commodity_id = "medical_goods" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "somatic-clean-slate-volume" +commodity_id = "medical_services" +quantity = 0.60 + + +# ========================================================================== +# HANYANG PRECISION SYSTEMS (east_reach — tech_premium, timeless) +# Gate calibration instruments and precision measurement equipment. GJ 860B (Changwon). +# Inputs: electronics + advanced_alloys. +# ========================================================================== + +[[brand_products]] +brand_product_id = "hanyang-navigator-halo" +corp_id = "hanyang-precision" +product_name = "Hanyang Navigator Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "gate_calibration_instruments" +base_premium_multiplier = 11.0 +premium_floor = 0.75 +origin_system = "GJ 860B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "hanyang-navigator-halo" +commodity_id = "electronics" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "hanyang-navigator-halo" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "hanyang-changwon-std-volume" +corp_id = "hanyang-precision" +product_name = "Changwon Calibration Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "calibration_standards" +base_premium_multiplier = 3.2 +premium_floor = 0.22 +origin_system = "GJ 860B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hanyang-navigator-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "hanyang-changwon-std-volume" +commodity_id = "electronics" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "hanyang-changwon-std-volume" +commodity_id = "advanced_alloys" +quantity = 0.45 + + +# ========================================================================== +# THE REGISTRY (inner_core — service_premium, timeless) +# Intelligence and commercial information services. GJ 380 (Groombridge / Lendel). +# Inputs: electronics + legal_services. +# ========================================================================== + +[[brand_products]] +brand_product_id = "registry-deep-trace-halo" +corp_id = "the-registry" +product_name = "Registry Deep Trace" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "intelligence_service" +base_premium_multiplier = 16.0 +premium_floor = 1.00 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "registry-deep-trace-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "registry-deep-trace-halo" +commodity_id = "legal_services" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "registry-standard-report-volume" +corp_id = "the-registry" +product_name = "Registry Standard Report" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "commercial_intelligence" +base_premium_multiplier = 4.0 +premium_floor = 0.28 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "registry-deep-trace-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "registry-standard-report-volume" +commodity_id = "electronics" +quantity = 0.60 + +[[brand_inputs]] +brand_product_id = "registry-standard-report-volume" +commodity_id = "legal_services" +quantity = 1.00 + + +# ========================================================================== +# MERIDIAN RISK PARTNERS (inner_core — service_premium, timeless) +# Risk underwriting and cargo insurance. GJ 380 (Groombridge / Lendel). +# Inputs: insurance + legal_services. +# ========================================================================== + +[[brand_products]] +brand_product_id = "meridian-risk-pool-halo" +corp_id = "meridian-risk" +product_name = "Meridian Risk Pool" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "risk_underwriting" +base_premium_multiplier = 10.0 +premium_floor = 0.65 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "meridian-risk-pool-halo" +commodity_id = "insurance" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "meridian-risk-pool-halo" +commodity_id = "legal_services" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "meridian-reach-std-volume" +corp_id = "meridian-risk" +product_name = "Reach Standard Cover" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "cargo_insurance" +base_premium_multiplier = 1.8 +premium_floor = 0.10 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "meridian-risk-pool-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "meridian-reach-std-volume" +commodity_id = "insurance" +quantity = 2.00 + +[[brand_inputs]] +brand_product_id = "meridian-reach-std-volume" +commodity_id = "legal_services" +quantity = 0.30 + + +# ========================================================================== +# DESTILARIA CONFLUÊNCIA / LENTO (south_reach — terroir, appreciating) +# Portuguese rum and aguardente, GJ 566B (Confluência). Slow-aged reserve category. +# Inputs: agricultural_produce (sugar cane) + water. +# ========================================================================== + +[[brand_products]] +brand_product_id = "lento-reserve-halo" +corp_id = "destilaria-confluencia" +product_name = "Lento Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "aged_spirits" +base_premium_multiplier = 15.0 +premium_floor = 0.80 +origin_system = "GJ 566B" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "lento-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.14 + +[[brand_inputs]] +brand_product_id = "lento-reserve-halo" +commodity_id = "water" +quantity = 0.06 + +[[brand_products]] +brand_product_id = "confluencia-blend-volume" +corp_id = "destilaria-confluencia" +product_name = "Confluência Blend" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "aged_spirits" +base_premium_multiplier = 4.2 +premium_floor = 0.28 +origin_system = "GJ 566B" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "volume" +halo_brand_id = "lento-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "confluencia-blend-volume" +commodity_id = "agricultural_produce" +quantity = 0.60 + +[[brand_inputs]] +brand_product_id = "confluencia-blend-volume" +commodity_id = "water" +quantity = 0.25 + + +# ========================================================================== +# VELDFONTEIN BOTANICAL (south_reach — terroir/heritage_craft, timeless) +# Botanical preparations and herbal distillates, GJ 54 (Inhambane). +# Inputs: organic_compounds (endemic plants) + agricultural_produce. +# ========================================================================== + +[[brand_products]] +brand_product_id = "veldfontein-reserve-halo" +corp_id = "veldfontein-botanical" +product_name = "Veldfontein Reserve Collection" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "botanical_distillate" +base_premium_multiplier = 11.0 +premium_floor = 0.65 +origin_system = "GJ 54" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "veldfontein-reserve-halo" +commodity_id = "organic_compounds" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "veldfontein-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "veldfontein-standard-volume" +corp_id = "veldfontein-botanical" +product_name = "Veldfontein Standard Botanical" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "botanical_distillate" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 54" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "veldfontein-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "veldfontein-standard-volume" +commodity_id = "organic_compounds" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "veldfontein-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.30 + + +# ========================================================================== +# COMPTOIR LENDEL (inner_core — terroir/service_premium, timeless) +# Fine provisions trading house and distribution network. GJ 380 (Groombridge). +# Inputs: agricultural_produce + hospitality + transport_vehicles. +# ========================================================================== + +[[brand_products]] +brand_product_id = "lendel-select-halo" +corp_id = "comptoir-lendel" +product_name = "Lendel Select" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "fine_provisions" +base_premium_multiplier = 13.0 +premium_floor = 0.75 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "lendel-select-halo" +commodity_id = "agricultural_produce" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "lendel-select-halo" +commodity_id = "chemicals" +quantity = 0.05 + +[[brand_products]] +brand_product_id = "lendel-distribution-volume" +corp_id = "comptoir-lendel" +product_name = "Comptoir Distribution Service" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "provisions_distribution" +base_premium_multiplier = 2.5 +premium_floor = 0.15 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "lendel-select-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "lendel-distribution-volume" +commodity_id = "hospitality" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "lendel-distribution-volume" +commodity_id = "transport_vehicles" +quantity = 0.10 + + +# ========================================================================== +# MAISON CINQ (inner_core / Gateway — design_heritage, appreciating) +# Luxury fashion house and atelier. GJ 244A (Sirius). +# Inputs: textiles (fine-grade) + organic_compounds (dyes, finishes). +# ========================================================================== + +[[brand_products]] +brand_product_id = "maison-cinq-signature-halo" +corp_id = "maison-cinq" +product_name = "Cinq Signature Collection" +brand_category = "design_heritage" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "luxury_fashion" +base_premium_multiplier = 28.0 +premium_floor = 1.60 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "maison-cinq-signature-halo" +commodity_id = "textiles" +quantity = 0.15 + +[[brand_inputs]] +brand_product_id = "maison-cinq-signature-halo" +commodity_id = "organic_compounds" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "maison-cinq-atelier-volume" +corp_id = "maison-cinq" +product_name = "Cinq Atelier Line" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "premium_fashion" +base_premium_multiplier = 7.0 +premium_floor = 0.50 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = true +brand_tier = "volume" +halo_brand_id = "maison-cinq-signature-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "maison-cinq-atelier-volume" +commodity_id = "textiles" +quantity = 0.55 + +[[brand_inputs]] +brand_product_id = "maison-cinq-atelier-volume" +commodity_id = "organic_compounds" +quantity = 0.15 + + +# ========================================================================== +# MVG / MANIFATTURA VEICOLI GHERARDI (west_reach Italian — design_heritage, appreciating) +# Hand-built Italian-heritage luxury vehicles. GJ 453 (Freiholt). +# Inputs: transport_vehicles (chassis) + advanced_alloys + electronics. +# ========================================================================== + +[[brand_products]] +brand_product_id = "mvg-gherardi-edition-halo" +corp_id = "mastroianni-vehicle-group" +product_name = "Gherardi Edition" +brand_category = "design_heritage" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "luxury_vehicle" +base_premium_multiplier = 32.0 +premium_floor = 1.80 +origin_system = "GJ 453" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "mvg-gherardi-edition-halo" +commodity_id = "transport_vehicles" +quantity = 0.05 + +[[brand_inputs]] +brand_product_id = "mvg-gherardi-edition-halo" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "mvg-gherardi-edition-halo" +commodity_id = "electronics" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "mvg-standard-touring-volume" +corp_id = "mastroianni-vehicle-group" +product_name = "MVG Standard Touring" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "premium_vehicle" +base_premium_multiplier = 5.5 +premium_floor = 0.38 +origin_system = "GJ 453" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "mvg-gherardi-edition-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "mvg-standard-touring-volume" +commodity_id = "transport_vehicles" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "mvg-standard-touring-volume" +commodity_id = "advanced_alloys" +quantity = 0.60 + + +# ========================================================================== +# HIGASHIYAMA VEHICLE ENGINEERING (east_reach — tech_premium/design_heritage, appreciating) +# Precision vehicles with Japanese heritage. GJ 205 (Kurashiki). +# Inputs: transport_vehicles + advanced_alloys + electronics. +# ========================================================================== + +[[brand_products]] +brand_product_id = "higashiyama-series-zero-halo" +corp_id = "higashiyama-vehicle" +product_name = "Higashiyama Series Zero" +brand_category = "tech_premium" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "precision_vehicle" +base_premium_multiplier = 20.0 +premium_floor = 1.20 +origin_system = "GJ 205" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "higashiyama-series-zero-halo" +commodity_id = "transport_vehicles" +quantity = 0.04 + +[[brand_inputs]] +brand_product_id = "higashiyama-series-zero-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "higashiyama-series-zero-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "higashiyama-standard-volume" +corp_id = "higashiyama-vehicle" +product_name = "Higashiyama Standard" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "premium_vehicle" +base_premium_multiplier = 4.8 +premium_floor = 0.32 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "higashiyama-series-zero-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "higashiyama-standard-volume" +commodity_id = "transport_vehicles" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "higashiyama-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "higashiyama-standard-volume" +commodity_id = "electronics" +quantity = 0.25 + + +# ========================================================================== +# RIJDBAAR PERSONAL MOBILITY (west_reach / Compact — design_heritage, timeless) +# Dutch-heritage personal vehicles and cycles. GJ 395 (Confluent). +# Inputs: transport_vehicles + advanced_alloys. +# ========================================================================== + +[[brand_products]] +brand_product_id = "rijdbaar-signature-halo" +corp_id = "rijdbaar" +product_name = "Rijdbaar Signature" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "personal_mobility" +base_premium_multiplier = 9.5 +premium_floor = 0.55 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "rijdbaar-signature-halo" +commodity_id = "transport_vehicles" +quantity = 0.06 + +[[brand_inputs]] +brand_product_id = "rijdbaar-signature-halo" +commodity_id = "advanced_alloys" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "rijdbaar-everyday-volume" +corp_id = "rijdbaar" +product_name = "Rijdbaar Everyday" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "personal_mobility" +base_premium_multiplier = 2.4 +premium_floor = 0.15 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "rijdbaar-signature-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "rijdbaar-everyday-volume" +commodity_id = "transport_vehicles" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "rijdbaar-everyday-volume" +commodity_id = "advanced_alloys" +quantity = 0.45 + + +# ========================================================================== +# BYEOLBIT ENTERTAINMENT (east_reach — cultural/platform_catalogue, appreciating) +# K-pop and drama group, streaming platform. GJ 660A (Seongho). +# Inputs: entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "byeolbit-premium-archive-halo" +corp_id = "byeolbit-entertainment" +product_name = "Byeolbit Premium Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "pop_music_and_drama" +base_premium_multiplier = 10.0 +premium_floor = 0.55 +origin_system = "GJ 660A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "byeolbit-premium-archive-halo" +commodity_id = "entertainment" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "byeolbit-standard-stream-volume" +corp_id = "byeolbit-entertainment" +product_name = "Byeolbit Standard Stream" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "streaming_catalogue" +base_premium_multiplier = 1.4 +premium_floor = 0.08 +origin_system = "GJ 660A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "byeolbit-premium-archive-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "byeolbit-standard-stream-volume" +commodity_id = "entertainment" +quantity = 2.50 + + +# ========================================================================== +# LEERFELD RECORDS (west_reach / Compact — cultural, appreciating) +# German/Compact music label and catalogue. GJ 395 (Confluent). +# Inputs: entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "leerfeld-collector-halo" +corp_id = "leerfeld-records" +product_name = "Leerfeld Collector Series" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "music_catalogue" +base_premium_multiplier = 8.0 +premium_floor = 0.45 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "leerfeld-collector-halo" +commodity_id = "entertainment" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "leerfeld-catalogue-volume" +corp_id = "leerfeld-records" +product_name = "Leerfeld Catalogue Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "streaming_catalogue" +base_premium_multiplier = 1.8 +premium_floor = 0.10 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "leerfeld-collector-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "leerfeld-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.80 + + +# ========================================================================== +# VUMA SOUND (south_reach — cultural, appreciating) +# African music label, pan-south_reach catalogue. GJ 884 (Matamba). +# Inputs: entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "vuma-select-pressing-halo" +corp_id = "vuma-sound" +product_name = "Vuma Select Pressing" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "music_catalogue" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "vuma-select-pressing-halo" +commodity_id = "entertainment" +quantity = 0.12 + +[[brand_products]] +brand_product_id = "vuma-catalogue-volume" +corp_id = "vuma-sound" +product_name = "Vuma Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "streaming_catalogue" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "vuma-select-pressing-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "vuma-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.60 + + +# ========================================================================== +# RESONANCE PREMIUM (inner_core — platform_catalogue, timeless) +# Pan-corridor audio streaming platform. GJ 244A (Sirius). +# Inputs: electronics + entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "resonance-premier-tier-halo" +corp_id = "resonance-premium" +product_name = "Resonance Premier Tier" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "audio_streaming_platform" +base_premium_multiplier = 5.0 +premium_floor = 0.30 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "resonance-premier-tier-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "resonance-premier-tier-halo" +commodity_id = "entertainment" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "resonance-standard-volume" +corp_id = "resonance-premium" +product_name = "Resonance Standard" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "audio_streaming_platform" +base_premium_multiplier = 1.3 +premium_floor = 0.07 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "resonance-premier-tier-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "resonance-standard-volume" +commodity_id = "electronics" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "resonance-standard-volume" +commodity_id = "entertainment" +quantity = 3.00 + + +# ========================================================================== +# DALBIT SYSTEMS (east_reach — tech_premium/platform_catalogue, timeless) +# East_reach tech platform and developer infrastructure. GJ 660A (Seongho). +# Inputs: electronics + lattice_substrate. +# ========================================================================== + +[[brand_products]] +brand_product_id = "dalbit-core-platform-halo" +corp_id = "dalbit-systems" +product_name = "Dalbit Core Platform" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "developer_platform" +base_premium_multiplier = 12.0 +premium_floor = 0.70 +origin_system = "GJ 660A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "dalbit-core-platform-halo" +commodity_id = "electronics" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "dalbit-core-platform-halo" +commodity_id = "lattice_substrate" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "dalbit-standard-interface-volume" +corp_id = "dalbit-systems" +product_name = "Dalbit Standard Interface" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "developer_tools" +base_premium_multiplier = 2.2 +premium_floor = 0.14 +origin_system = "GJ 660A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "dalbit-core-platform-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "dalbit-standard-interface-volume" +commodity_id = "electronics" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "dalbit-standard-interface-volume" +commodity_id = "lattice_substrate" +quantity = 0.30 + + +# ========================================================================== +# ARCLAMP (inner_core — cultural/design_heritage, timeless) +# Cross-corridor cultural media and environmental lighting. GJ 380 (Groombridge). +# Inputs: electronics + entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "arclamp-signature-halo" +corp_id = "arclamp" +product_name = "Arclamp Signature Series" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "environmental_media" +base_premium_multiplier = 14.0 +premium_floor = 0.80 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "arclamp-signature-halo" +commodity_id = "electronics" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "arclamp-signature-halo" +commodity_id = "entertainment" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "arclamp-standard-volume" +corp_id = "arclamp" +product_name = "Arclamp Standard" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "cultural_media" +base_premium_multiplier = 3.0 +premium_floor = 0.18 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "arclamp-signature-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "arclamp-standard-volume" +commodity_id = "electronics" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "arclamp-standard-volume" +commodity_id = "entertainment" +quantity = 1.20 + + +# ========================================================================== +# KELLERVOLK (west_reach / Compact — cultural, appreciating) +# Compact electronic music label. GJ 3737 (Nyrheim). +# Inputs: entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "kellervolk-classic-halo" +corp_id = "kellervolk" +product_name = "Kellervolk Classic Compilation" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "electronic_music" +base_premium_multiplier = 7.0 +premium_floor = 0.40 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "kellervolk-classic-halo" +commodity_id = "entertainment" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "kellervolk-catalogue-volume" +corp_id = "kellervolk" +product_name = "Kellervolk Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "electronic_music" +base_premium_multiplier = 1.7 +premium_floor = 0.09 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kellervolk-classic-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kellervolk-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.40 + + +# ========================================================================== +# HANGANG STUDIO (east_reach — platform_catalogue, appreciating) +# East_reach film and animation studio. GJ 625 (Songjiang). +# Inputs: entertainment. +# ========================================================================== + +[[brand_products]] +brand_product_id = "hangang-original-halo" +corp_id = "hangang-studio" +product_name = "Hangang Original Collection" +brand_category = "platform_catalogue" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "film_animation_studio" +base_premium_multiplier = 9.0 +premium_floor = 0.52 +origin_system = "GJ 625" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "hangang-original-halo" +commodity_id = "entertainment" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "hangang-standard-stream-volume" +corp_id = "hangang-studio" +product_name = "Hangang Standard Stream" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "streaming_catalogue" +base_premium_multiplier = 1.4 +premium_floor = 0.08 +origin_system = "GJ 625" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hangang-original-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "hangang-standard-stream-volume" +commodity_id = "entertainment" +quantity = 2.20 + + +# ========================================================================== +# CULTURAL BRANDS — EAST REACH (8 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "haesungdan-archive-halo" +corp_id = "haesungdan-records" +product_name = "Haesungdan Original Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "pop_music_rnb" +base_premium_multiplier = 8.5 +premium_floor = 0.48 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "haesungdan-archive-halo" +commodity_id = "entertainment" +quantity = 0.18 + +[[brand_products]] +brand_product_id = "haesungdan-stream-volume" +corp_id = "haesungdan-records" +product_name = "Haesungdan Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "pop_music_rnb" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "haesungdan-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "haesungdan-stream-volume" +commodity_id = "entertainment" +quantity = 1.70 + +[[brand_products]] +brand_product_id = "mirai-collector-halo" +corp_id = "mirai-entertainment" +product_name = "Mirai Collector Series" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "pop_idol_management" +base_premium_multiplier = 9.0 +premium_floor = 0.50 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "mirai-collector-halo" +commodity_id = "entertainment" +quantity = 0.17 + +[[brand_products]] +brand_product_id = "mirai-standard-catalogue-volume" +corp_id = "mirai-entertainment" +product_name = "Mirai Standard Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "pop_idol_management" +base_premium_multiplier = 1.7 +premium_floor = 0.09 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "mirai-collector-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "mirai-standard-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.75 + +[[brand_products]] +brand_product_id = "xing-yun-directors-cut-halo" +corp_id = "xing-yun-films" +product_name = "Xing Yun Directors' Cut" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "film_studio" +base_premium_multiplier = 9.5 +premium_floor = 0.52 +origin_system = "GJ 625" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "xing-yun-directors-cut-halo" +commodity_id = "entertainment" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "xing-yun-catalogue-volume" +corp_id = "xing-yun-films" +product_name = "Xing Yun Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "film_studio" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 625" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "xing-yun-directors-cut-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "xing-yun-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.90 + +[[brand_products]] +brand_product_id = "ondori-premium-edition-halo" +corp_id = "ondori-interactive" +product_name = "Ondori Premium Edition" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "interactive_entertainment" +base_premium_multiplier = 7.0 +premium_floor = 0.38 +origin_system = "GJ 3728B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "ondori-premium-edition-halo" +commodity_id = "entertainment" +quantity = 0.22 + +[[brand_products]] +brand_product_id = "ondori-standard-release-volume" +corp_id = "ondori-interactive" +product_name = "Ondori Standard Release" +brand_category = "cultural" +value_trajectory = "depreciating" +scarcity_class = "scalable" +product_subcategory = "interactive_entertainment" +base_premium_multiplier = 1.4 +premium_floor = 0.07 +origin_system = "GJ 3728B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "ondori-premium-edition-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "ondori-standard-release-volume" +commodity_id = "entertainment" +quantity = 2.00 + +[[brand_products]] +brand_product_id = "namsan-collector-pressing-halo" +corp_id = "namsan-collective" +product_name = "Namsan Collector's Pressing" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "indie_music" +base_premium_multiplier = 6.5 +premium_floor = 0.36 +origin_system = "GJ 268" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "namsan-collector-pressing-halo" +commodity_id = "entertainment" +quantity = 0.12 + +[[brand_products]] +brand_product_id = "namsan-catalogue-volume" +corp_id = "namsan-collective" +product_name = "Namsan Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "indie_music" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 268" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "namsan-collector-pressing-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "namsan-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.30 + +[[brand_products]] +brand_product_id = "sungshin-collector-halo" +corp_id = "sungshin-music" +product_name = "Sungshin Collector Series" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "pop_entertainment_group" +base_premium_multiplier = 10.0 +premium_floor = 0.56 +origin_system = "GJ 848" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "sungshin-collector-halo" +commodity_id = "entertainment" +quantity = 0.22 + +[[brand_products]] +brand_product_id = "sungshin-standard-stream-volume" +corp_id = "sungshin-music" +product_name = "Sungshin Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "pop_entertainment_group" +base_premium_multiplier = 1.8 +premium_floor = 0.10 +origin_system = "GJ 848" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "sungshin-collector-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "sungshin-standard-stream-volume" +commodity_id = "entertainment" +quantity = 2.10 + +[[brand_products]] +brand_product_id = "hana-original-halo" +corp_id = "hana-creative" +product_name = "Hana Original Series" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "visual_arts_media" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 445" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "hana-original-halo" +commodity_id = "entertainment" +quantity = 0.16 + +[[brand_products]] +brand_product_id = "hana-standard-catalogue-volume" +corp_id = "hana-creative" +product_name = "Hana Standard Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "visual_arts_media" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 445" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hana-original-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "hana-standard-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.50 + + +# ========================================================================== +# CULTURAL BRANDS — WEST REACH (5 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "graben-archive-edition-halo" +corp_id = "graben-studio" +product_name = "Graben Archive Edition" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "electronic_music" +base_premium_multiplier = 7.0 +premium_floor = 0.40 +origin_system = "GJ 453" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "graben-archive-edition-halo" +commodity_id = "entertainment" +quantity = 0.14 + +[[brand_products]] +brand_product_id = "graben-catalogue-stream-volume" +corp_id = "graben-studio" +product_name = "Graben Catalogue Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "electronic_music" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 453" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "graben-archive-edition-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "graben-catalogue-stream-volume" +commodity_id = "entertainment" +quantity = 1.50 + +[[brand_products]] +brand_product_id = "nordschatten-original-halo" +corp_id = "nordschatten-records" +product_name = "Nordschatten Original Pressing" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "dark_ambient_industrial" +base_premium_multiplier = 6.5 +premium_floor = 0.36 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "nordschatten-original-halo" +commodity_id = "entertainment" +quantity = 0.11 + +[[brand_products]] +brand_product_id = "nordschatten-standard-stream-volume" +corp_id = "nordschatten-records" +product_name = "Nordschatten Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "dark_ambient_industrial" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "nordschatten-original-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "nordschatten-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.20 + +[[brand_products]] +brand_product_id = "wolkenbruch-director-series-halo" +corp_id = "wolkenbruch-cinema" +product_name = "Wolkenbruch Director Series" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "film_studio" +base_premium_multiplier = 8.0 +premium_floor = 0.44 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "wolkenbruch-director-series-halo" +commodity_id = "entertainment" +quantity = 0.18 + +[[brand_products]] +brand_product_id = "wolkenbruch-stream-catalogue-volume" +corp_id = "wolkenbruch-cinema" +product_name = "Wolkenbruch Stream Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "film_studio" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "wolkenbruch-director-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "wolkenbruch-stream-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.80 + +[[brand_products]] +brand_product_id = "fjeldtone-archive-halo" +corp_id = "fjeldtone-music" +product_name = "Fjeldtone Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "folk_acoustic_music" +base_premium_multiplier = 6.0 +premium_floor = 0.33 +origin_system = "GJ 624" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "fjeldtone-archive-halo" +commodity_id = "entertainment" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "fjeldtone-standard-volume" +corp_id = "fjeldtone-music" +product_name = "Fjeldtone Standard" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "folk_acoustic_music" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 624" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "fjeldtone-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "fjeldtone-standard-volume" +commodity_id = "entertainment" +quantity = 1.10 + +[[brand_products]] +brand_product_id = "maas-rijn-archive-halo" +corp_id = "maas-rijn-entertainment" +product_name = "Maas and Rijn Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "dutch_heritage_entertainment" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "maas-rijn-archive-halo" +commodity_id = "entertainment" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "maas-rijn-catalogue-volume" +corp_id = "maas-rijn-entertainment" +product_name = "Maas and Rijn Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "dutch_heritage_entertainment" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "maas-rijn-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "maas-rijn-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.50 + + +# ========================================================================== +# CULTURAL BRANDS — SOUTH REACH (4 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "zindua-collector-edition-halo" +corp_id = "zindua-records" +product_name = "Zindua Collector's Edition" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "swahili_music" +base_premium_multiplier = 7.0 +premium_floor = 0.39 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "zindua-collector-edition-halo" +commodity_id = "entertainment" +quantity = 0.13 + +[[brand_products]] +brand_product_id = "zindua-standard-stream-volume" +corp_id = "zindua-records" +product_name = "Zindua Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "swahili_music" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "zindua-collector-edition-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "zindua-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.30 + +[[brand_products]] +brand_product_id = "baia-fundo-archive-halo" +corp_id = "baia-fundo-productions" +product_name = "Baía Fundo Original Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "film_music_studio" +base_premium_multiplier = 8.0 +premium_floor = 0.44 +origin_system = "GJ 566B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "baia-fundo-archive-halo" +commodity_id = "entertainment" +quantity = 0.18 + +[[brand_products]] +brand_product_id = "baia-fundo-catalogue-volume" +corp_id = "baia-fundo-productions" +product_name = "Baía Fundo Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "film_music_studio" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 566B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "baia-fundo-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "baia-fundo-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.70 + +[[brand_products]] +brand_product_id = "mwanga-select-halo" +corp_id = "mwanga-media" +product_name = "Mwanga Select" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "swahili_media" +base_premium_multiplier = 7.0 +premium_floor = 0.38 +origin_system = "GJ 693" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "mwanga-select-halo" +commodity_id = "entertainment" +quantity = 0.14 + +[[brand_products]] +brand_product_id = "mwanga-standard-stream-volume" +corp_id = "mwanga-media" +product_name = "Mwanga Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "swahili_media" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 693" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "mwanga-select-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "mwanga-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.40 + +[[brand_products]] +brand_product_id = "quebrada-signature-halo" +corp_id = "quebrada-cultural" +product_name = "Quebrada Signature Collection" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "portuguese_african_arts" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "quebrada-signature-halo" +commodity_id = "entertainment" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "quebrada-standard-stream-volume" +corp_id = "quebrada-cultural" +product_name = "Quebrada Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "portuguese_african_arts" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "quebrada-signature-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "quebrada-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.50 + + +# ========================================================================== +# CULTURAL BRANDS — NORTH REACH (4 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "ashwick-archive-halo" +corp_id = "ashwick-broadcasting" +product_name = "Ashwick Archive Collection" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "broadcasting_media" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 178" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "ashwick-archive-halo" +commodity_id = "entertainment" +quantity = 0.16 + +[[brand_products]] +brand_product_id = "ashwick-standard-stream-volume" +corp_id = "ashwick-broadcasting" +product_name = "Ashwick Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "broadcasting_media" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 178" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "ashwick-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "ashwick-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.60 + +[[brand_products]] +brand_product_id = "ironbark-directors-cut-halo" +corp_id = "ironbark-films" +product_name = "Ironbark Directors' Cut" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "film_studio" +base_premium_multiplier = 8.5 +premium_floor = 0.47 +origin_system = "GJ 273" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "ironbark-directors-cut-halo" +commodity_id = "entertainment" +quantity = 0.18 + +[[brand_products]] +brand_product_id = "ironbark-stream-catalogue-volume" +corp_id = "ironbark-films" +product_name = "Ironbark Stream Catalogue" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "film_studio" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 273" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "ironbark-directors-cut-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "ironbark-stream-catalogue-volume" +commodity_id = "entertainment" +quantity = 1.70 + +[[brand_products]] +brand_product_id = "moorfield-collector-pressing-halo" +corp_id = "moorfield-records" +product_name = "Moorfield Collector's Pressing" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "folk_indie_music" +base_premium_multiplier = 6.0 +premium_floor = 0.33 +origin_system = "GJ 475" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "moorfield-collector-pressing-halo" +commodity_id = "entertainment" +quantity = 0.11 + +[[brand_products]] +brand_product_id = "moorfield-standard-volume" +corp_id = "moorfield-records" +product_name = "Moorfield Standard" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "folk_indie_music" +base_premium_multiplier = 1.5 +premium_floor = 0.08 +origin_system = "GJ 475" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "moorfield-collector-pressing-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "moorfield-standard-volume" +commodity_id = "entertainment" +quantity = 1.10 + +[[brand_products]] +brand_product_id = "thorngate-archive-halo" +corp_id = "thorngate-media" +product_name = "Thorngate Archive Collection" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "broadcasting_media" +base_premium_multiplier = 7.5 +premium_floor = 0.42 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "thorngate-archive-halo" +commodity_id = "entertainment" +quantity = 0.16 + +[[brand_products]] +brand_product_id = "thorngate-standard-stream-volume" +corp_id = "thorngate-media" +product_name = "Thorngate Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "broadcasting_media" +base_premium_multiplier = 1.6 +premium_floor = 0.09 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "thorngate-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "thorngate-standard-stream-volume" +commodity_id = "entertainment" +quantity = 1.60 + + +# ========================================================================== +# CULTURAL BRANDS — INNER CORE (2 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "reach-standard-premier-archive-halo" +corp_id = "reach-standard-media" +product_name = "Reach Standard Premier Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "pan_corridor_entertainment" +base_premium_multiplier = 8.0 +premium_floor = 0.45 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "reach-standard-premier-archive-halo" +commodity_id = "entertainment" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "reach-standard-stream-volume" +corp_id = "reach-standard-media" +product_name = "Reach Standard Stream" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "pan_corridor_entertainment" +base_premium_multiplier = 1.3 +premium_floor = 0.07 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "reach-standard-premier-archive-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "reach-standard-stream-volume" +commodity_id = "entertainment" +quantity = 3.50 + +[[brand_products]] +brand_product_id = "atrium-signature-archive-halo" +corp_id = "atrium-culture" +product_name = "Atrium Signature Archive" +brand_category = "cultural" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "prestige_arts_institution" +base_premium_multiplier = 18.0 +premium_floor = 1.00 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "atrium-signature-archive-halo" +commodity_id = "entertainment" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "atrium-standard-volume" +corp_id = "atrium-culture" +product_name = "Atrium Standard" +brand_category = "cultural" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "prestige_arts_institution" +base_premium_multiplier = 3.5 +premium_floor = 0.22 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "atrium-signature-archive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "atrium-standard-volume" +commodity_id = "entertainment" +quantity = 1.80 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — EAST REACH (5 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "kumho-navigator-elite-halo" +corp_id = "kumho-navigation" +product_name = "Kumho Navigator Elite" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "navigation_systems" +base_premium_multiplier = 9.0 +premium_floor = 0.55 +origin_system = "GJ 1125" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "kumho-navigator-elite-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "kumho-navigator-elite-halo" +commodity_id = "advanced_alloys" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "kumho-standard-navigator-volume" +corp_id = "kumho-navigation" +product_name = "Kumho Standard Navigator" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "navigation_systems" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 1125" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kumho-navigator-elite-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kumho-standard-navigator-volume" +commodity_id = "electronics" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "kumho-standard-navigator-volume" +commodity_id = "advanced_alloys" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "tongyeong-core-series-halo" +corp_id = "tongyeong-drive" +product_name = "Tongyeong Core Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "drive_core_components" +base_premium_multiplier = 10.0 +premium_floor = 0.65 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "tongyeong-core-series-halo" +commodity_id = "drive_cores" +quantity = 0.50 + +[[brand_inputs]] +brand_product_id = "tongyeong-core-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "tongyeong-standard-core-volume" +corp_id = "tongyeong-drive" +product_name = "Tongyeong Standard Core" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "drive_core_components" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "tongyeong-core-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "tongyeong-standard-core-volume" +commodity_id = "drive_cores" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "tongyeong-standard-core-volume" +commodity_id = "advanced_alloys" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "jeju-premium-lattice-halo" +corp_id = "jeju-lattice" +product_name = "Jeju Premium Lattice" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "neural_lattice_equipment" +base_premium_multiplier = 11.0 +premium_floor = 0.70 +origin_system = "GJ 268" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "jeju-premium-lattice-halo" +commodity_id = "lattice_substrate" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "jeju-premium-lattice-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "jeju-standard-lattice-volume" +corp_id = "jeju-lattice" +product_name = "Jeju Standard Lattice" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "neural_lattice_equipment" +base_premium_multiplier = 3.2 +premium_floor = 0.22 +origin_system = "GJ 268" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "jeju-premium-lattice-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "jeju-standard-lattice-volume" +commodity_id = "lattice_substrate" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "jeju-standard-lattice-volume" +commodity_id = "electronics" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "kaur-observatory-elite-halo" +corp_id = "kaur-observatory-equipment" +product_name = "Kaur Observatory Elite Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_instruments" +base_premium_multiplier = 9.5 +premium_floor = 0.60 +origin_system = "GJ 432A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "kaur-observatory-elite-halo" +commodity_id = "electronics" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "kaur-observatory-elite-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "kaur-standard-volume" +corp_id = "kaur-observatory-equipment" +product_name = "Kaur Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_instruments" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 432A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kaur-observatory-elite-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kaur-standard-volume" +commodity_id = "electronics" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "kaur-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.10 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — WEST REACH (4 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "bergkraft-elite-drive-halo" +corp_id = "bergkraft-antriebswerke" +product_name = "Bergkraft Elite Drive" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "drive_engineering" +base_premium_multiplier = 10.5 +premium_floor = 0.68 +origin_system = "GJ 505A" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "bergkraft-elite-drive-halo" +commodity_id = "drive_cores" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "bergkraft-elite-drive-halo" +commodity_id = "advanced_alloys" +quantity = 0.35 + +[[brand_products]] +brand_product_id = "bergkraft-standard-drive-volume" +corp_id = "bergkraft-antriebswerke" +product_name = "Bergkraft Standard Drive" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "drive_engineering" +base_premium_multiplier = 3.2 +premium_floor = 0.22 +origin_system = "GJ 505A" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "bergkraft-elite-drive-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "bergkraft-standard-drive-volume" +commodity_id = "drive_cores" +quantity = 1.40 + +[[brand_inputs]] +brand_product_id = "bergkraft-standard-drive-volume" +commodity_id = "advanced_alloys" +quantity = 0.80 + +[[brand_products]] +brand_product_id = "rheintal-master-series-halo" +corp_id = "rheintal-systems" +product_name = "Rheintal Master Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_machinery" +base_premium_multiplier = 9.5 +premium_floor = 0.62 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "rheintal-master-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "rheintal-master-series-halo" +commodity_id = "electronics" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "rheintal-standard-volume" +corp_id = "rheintal-systems" +product_name = "Rheintal Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_machinery" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "rheintal-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "rheintal-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.30 + +[[brand_inputs]] +brand_product_id = "rheintal-standard-volume" +commodity_id = "electronics" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "vlaanderen-elite-sensor-halo" +corp_id = "vlaanderen-optica" +product_name = "Vlaanderen Elite Sensor" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "optical_sensor_systems" +base_premium_multiplier = 11.0 +premium_floor = 0.72 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "vlaanderen-elite-sensor-halo" +commodity_id = "electronics" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "vlaanderen-elite-sensor-halo" +commodity_id = "rare_minerals" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "vlaanderen-standard-optics-volume" +corp_id = "vlaanderen-optica" +product_name = "Vlaanderen Standard Optics" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "optical_sensor_systems" +base_premium_multiplier = 3.2 +premium_floor = 0.22 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "vlaanderen-elite-sensor-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "vlaanderen-standard-optics-volume" +commodity_id = "electronics" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "vlaanderen-standard-optics-volume" +commodity_id = "rare_minerals" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "erzgebirge-masterwork-halo" +corp_id = "erzgebirge-instruments" +product_name = "Erzgebirge Masterwork" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_instruments" +base_premium_multiplier = 10.0 +premium_floor = 0.65 +origin_system = "GJ 3454" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "erzgebirge-masterwork-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "erzgebirge-masterwork-halo" +commodity_id = "electronics" +quantity = 0.35 + +[[brand_products]] +brand_product_id = "erzgebirge-standard-volume" +corp_id = "erzgebirge-instruments" +product_name = "Erzgebirge Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_instruments" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 3454" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "erzgebirge-masterwork-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "erzgebirge-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "erzgebirge-standard-volume" +commodity_id = "electronics" +quantity = 1.00 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — INNER CORE (2 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "meridional-tech-elite-halo" +corp_id = "meridional-technical" +product_name = "Meridional Elite System" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "cross_corridor_hardware" +base_premium_multiplier = 10.0 +premium_floor = 0.65 +origin_system = "GJ 674" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "meridional-tech-elite-halo" +commodity_id = "electronics" +quantity = 0.50 + +[[brand_inputs]] +brand_product_id = "meridional-tech-elite-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "meridional-tech-standard-volume" +corp_id = "meridional-technical" +product_name = "Meridional Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "cross_corridor_hardware" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 674" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "meridional-tech-elite-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "meridional-tech-standard-volume" +commodity_id = "electronics" +quantity = 1.80 + +[[brand_inputs]] +brand_product_id = "meridional-tech-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "alcyone-elite-platform-halo" +corp_id = "alcyone-tech" +product_name = "Alcyone Elite Platform" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "lattice_hardware_platform" +base_premium_multiplier = 11.0 +premium_floor = 0.70 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "alcyone-elite-platform-halo" +commodity_id = "lattice_substrate" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "alcyone-elite-platform-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "alcyone-standard-platform-volume" +corp_id = "alcyone-tech" +product_name = "Alcyone Standard Platform" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "lattice_hardware_platform" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "alcyone-elite-platform-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "alcyone-standard-platform-volume" +commodity_id = "lattice_substrate" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "alcyone-standard-platform-volume" +commodity_id = "electronics" +quantity = 0.90 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — SOUTH REACH (3 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "luanda-elite-series-halo" +corp_id = "luanda-fabrication" +product_name = "Luanda Elite Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "heavy_technical_manufacturing" +base_premium_multiplier = 9.0 +premium_floor = 0.58 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "luanda-elite-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.50 + +[[brand_inputs]] +brand_product_id = "luanda-elite-series-halo" +commodity_id = "heavy_equipment" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "luanda-standard-volume" +corp_id = "luanda-fabrication" +product_name = "Luanda Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "heavy_technical_manufacturing" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "luanda-elite-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "luanda-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.60 + +[[brand_inputs]] +brand_product_id = "luanda-standard-volume" +commodity_id = "heavy_equipment" +quantity = 0.60 + +[[brand_products]] +brand_product_id = "durban-master-systems-halo" +corp_id = "durban-engineering" +product_name = "Durban Master Systems" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "industrial_engineering" +base_premium_multiplier = 9.5 +premium_floor = 0.60 +origin_system = "GJ 905" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "durban-master-systems-halo" +commodity_id = "advanced_alloys" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "durban-master-systems-halo" +commodity_id = "heavy_equipment" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "durban-standard-volume" +corp_id = "durban-engineering" +product_name = "Durban Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "industrial_engineering" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 905" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "durban-master-systems-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "durban-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.40 + +[[brand_inputs]] +brand_product_id = "durban-standard-volume" +commodity_id = "heavy_equipment" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "pat-elite-series-halo" +corp_id = "porto-alegre-technical" +product_name = "PAT Elite Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_instruments" +base_premium_multiplier = 8.5 +premium_floor = 0.55 +origin_system = "GJ 896A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "pat-elite-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "pat-elite-series-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "pat-standard-volume" +corp_id = "porto-alegre-technical" +product_name = "PAT Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_instruments" +base_premium_multiplier = 2.6 +premium_floor = 0.16 +origin_system = "GJ 896A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "pat-elite-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "pat-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "pat-standard-volume" +commodity_id = "electronics" +quantity = 0.90 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — NORTH REACH (3 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "kinlochewe-master-series-halo" +corp_id = "kinlochewe-instruments" +product_name = "Kinlochewe Master Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_instruments" +base_premium_multiplier = 9.0 +premium_floor = 0.58 +origin_system = "GJ 475" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "kinlochewe-master-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "kinlochewe-master-series-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "kinlochewe-standard-volume" +corp_id = "kinlochewe-instruments" +product_name = "Kinlochewe Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_instruments" +base_premium_multiplier = 2.7 +premium_floor = 0.17 +origin_system = "GJ 475" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kinlochewe-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kinlochewe-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "kinlochewe-standard-volume" +commodity_id = "electronics" +quantity = 1.00 + +[[brand_products]] +brand_product_id = "grampian-elite-systems-halo" +corp_id = "grampian-systems" +product_name = "Grampian Elite Systems" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "engineering_systems" +base_premium_multiplier = 9.0 +premium_floor = 0.58 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "grampian-elite-systems-halo" +commodity_id = "advanced_alloys" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "grampian-elite-systems-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "grampian-standard-systems-volume" +corp_id = "grampian-systems" +product_name = "Grampian Standard Systems" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "engineering_systems" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "grampian-elite-systems-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "grampian-standard-systems-volume" +commodity_id = "advanced_alloys" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "grampian-standard-systems-volume" +commodity_id = "electronics" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "sunderland-master-series-halo" +corp_id = "sunderland-precision" +product_name = "Sunderland Master Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "precision_manufacturing" +base_premium_multiplier = 8.5 +premium_floor = 0.55 +origin_system = "GJ 873" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "sunderland-master-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "sunderland-master-series-halo" +commodity_id = "electronics" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "sunderland-standard-volume" +corp_id = "sunderland-precision" +product_name = "Sunderland Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "precision_manufacturing" +base_premium_multiplier = 2.6 +premium_floor = 0.16 +origin_system = "GJ 873" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "sunderland-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "sunderland-standard-volume" +commodity_id = "advanced_alloys" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "sunderland-standard-volume" +commodity_id = "electronics" +quantity = 0.80 + + +# ========================================================================== +# TECH_PREMIUM BRANDS — DEEP FRONTIER (1 corp) +# ========================================================================== + +[[brand_products]] +brand_product_id = "endymion-precision-series-halo" +corp_id = "endymion-instruments" +product_name = "Endymion Precision Series" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "frontier_instruments" +base_premium_multiplier = 7.0 +premium_floor = 0.40 +origin_system = "GJ 875" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "endymion-precision-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "endymion-precision-series-halo" +commodity_id = "electronics" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "endymion-field-standard-volume" +corp_id = "endymion-instruments" +product_name = "Endymion Field Standard" +brand_category = "tech_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "frontier_instruments" +base_premium_multiplier = 2.2 +premium_floor = 0.12 +origin_system = "GJ 875" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "endymion-precision-series-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "endymion-field-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "endymion-field-standard-volume" +commodity_id = "electronics" +quantity = 0.70 + + +# ========================================================================== +# TERROIR BRANDS — INVENTED (11 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "alentejo-grand-reserve-halo" +corp_id = "alentejo-partners" +product_name = "Alentejo Grand Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "fine_wine" +base_premium_multiplier = 11.0 +premium_floor = 0.65 +origin_system = "GJ 1002" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "alentejo-grand-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.16 + +[[brand_inputs]] +brand_product_id = "alentejo-grand-reserve-halo" +commodity_id = "water" +quantity = 0.05 + +[[brand_products]] +brand_product_id = "alentejo-partners-standard-volume" +corp_id = "alentejo-partners" +product_name = "Alentejo Partners Standard" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "fine_wine" +base_premium_multiplier = 3.0 +premium_floor = 0.20 +origin_system = "GJ 1002" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "alentejo-grand-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "alentejo-partners-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.65 + +[[brand_inputs]] +brand_product_id = "alentejo-partners-standard-volume" +commodity_id = "water" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "kyoto-valley-premium-reserve-halo" +corp_id = "kyoto-valley-estates" +product_name = "Kyoto Valley Premium Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "sake_rice_spirits" +base_premium_multiplier = 12.0 +premium_floor = 0.68 +origin_system = "GJ 205" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "kyoto-valley-premium-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.14 + +[[brand_inputs]] +brand_product_id = "kyoto-valley-premium-reserve-halo" +commodity_id = "water" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "kyoto-valley-standard-volume" +corp_id = "kyoto-valley-estates" +product_name = "Kyoto Valley Standard" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "sake_rice_spirits" +base_premium_multiplier = 3.2 +premium_floor = 0.22 +origin_system = "GJ 205" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kyoto-valley-premium-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kyoto-valley-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.55 + +[[brand_inputs]] +brand_product_id = "kyoto-valley-standard-volume" +commodity_id = "water" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "groot-karoo-reserve-halo" +corp_id = "groot-karoo-cellars" +product_name = "Groot Karoo Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "fine_wine" +base_premium_multiplier = 10.0 +premium_floor = 0.60 +origin_system = "GJ 222A" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "groot-karoo-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.15 + +[[brand_inputs]] +brand_product_id = "groot-karoo-reserve-halo" +commodity_id = "water" +quantity = 0.06 + +[[brand_products]] +brand_product_id = "groot-karoo-standard-volume" +corp_id = "groot-karoo-cellars" +product_name = "Groot Karoo Standard" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "fine_wine" +base_premium_multiplier = 2.8 +premium_floor = 0.18 +origin_system = "GJ 222A" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "groot-karoo-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "groot-karoo-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.60 + +[[brand_inputs]] +brand_product_id = "groot-karoo-standard-volume" +commodity_id = "water" +quantity = 0.22 + +[[brand_products]] +brand_product_id = "rheingold-reserve-halo" +corp_id = "rheingold-distillers" +product_name = "Rheingold Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "aged_spirits" +base_premium_multiplier = 14.0 +premium_floor = 0.78 +origin_system = "GJ 581" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = true +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "rheingold-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.13 + +[[brand_inputs]] +brand_product_id = "rheingold-reserve-halo" +commodity_id = "water" +quantity = 0.07 + +[[brand_products]] +brand_product_id = "rheingold-standard-volume" +corp_id = "rheingold-distillers" +product_name = "Rheingold Standard" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "aged_spirits" +base_premium_multiplier = 3.8 +premium_floor = 0.25 +origin_system = "GJ 581" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = true +brand_tier = "volume" +halo_brand_id = "rheingold-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "rheingold-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.55 + +[[brand_inputs]] +brand_product_id = "rheingold-standard-volume" +commodity_id = "water" +quantity = 0.28 + +[[brand_products]] +brand_product_id = "highland-select-reserve-halo" +corp_id = "highland-cooperative" +product_name = "Highland Select Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "aged_spirits" +base_premium_multiplier = 13.0 +premium_floor = 0.72 +origin_system = "GJ 661A" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "highland-select-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.15 + +[[brand_inputs]] +brand_product_id = "highland-select-reserve-halo" +commodity_id = "water" +quantity = 0.07 + +[[brand_products]] +brand_product_id = "highland-cooperative-blend-volume" +corp_id = "highland-cooperative" +product_name = "Highland Cooperative Blend" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "constrained" +product_subcategory = "aged_spirits" +base_premium_multiplier = 4.0 +premium_floor = 0.26 +origin_system = "GJ 661A" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "volume" +halo_brand_id = "highland-select-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "highland-cooperative-blend-volume" +commodity_id = "agricultural_produce" +quantity = 0.60 + +[[brand_inputs]] +brand_product_id = "highland-cooperative-blend-volume" +commodity_id = "water" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "incheon-premier-salt-halo" +corp_id = "incheon-salt" +product_name = "Incheon Premier Salt" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "artisanal_salt" +base_premium_multiplier = 8.0 +premium_floor = 0.42 +origin_system = "GJ 860B" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "incheon-premier-salt-halo" +commodity_id = "water" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "incheon-premier-salt-halo" +commodity_id = "chemicals" +quantity = 0.05 + +[[brand_products]] +brand_product_id = "incheon-standard-salt-volume" +corp_id = "incheon-salt" +product_name = "Incheon Standard Salt" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "artisanal_salt" +base_premium_multiplier = 2.2 +premium_floor = 0.12 +origin_system = "GJ 860B" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "incheon-premier-salt-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "incheon-standard-salt-volume" +commodity_id = "water" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "incheon-standard-salt-volume" +commodity_id = "chemicals" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "svanevann-spring-reserve-halo" +corp_id = "svanevann-waters" +product_name = "Svanevann Spring Reserve" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "artisanal_mineral_water" +base_premium_multiplier = 7.0 +premium_floor = 0.38 +origin_system = "GJ 3737" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "svanevann-spring-reserve-halo" +commodity_id = "water" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "svanevann-standard-volume" +corp_id = "svanevann-waters" +product_name = "Svanevann Standard" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "artisanal_mineral_water" +base_premium_multiplier = 1.8 +premium_floor = 0.10 +origin_system = "GJ 3737" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "svanevann-spring-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "svanevann-standard-volume" +commodity_id = "water" +quantity = 1.80 + +[[brand_products]] +brand_product_id = "algarve-reserve-botanical-halo" +corp_id = "algarve-botanics" +product_name = "Algarve Reserve Botanical" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "botanical_spirits" +base_premium_multiplier = 9.0 +premium_floor = 0.50 +origin_system = "GJ 54" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "algarve-reserve-botanical-halo" +commodity_id = "organic_compounds" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "algarve-reserve-botanical-halo" +commodity_id = "agricultural_produce" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "algarve-standard-botanical-volume" +corp_id = "algarve-botanics" +product_name = "Algarve Standard Botanical" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "botanical_spirits" +base_premium_multiplier = 2.6 +premium_floor = 0.16 +origin_system = "GJ 54" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "algarve-reserve-botanical-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "algarve-standard-botanical-volume" +commodity_id = "organic_compounds" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "algarve-standard-botanical-volume" +commodity_id = "agricultural_produce" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "schwarzwald-reserve-halo" +corp_id = "schwarzwald-gin" +product_name = "Schwarzwald Reserve Distillation" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "botanical_spirits" +base_premium_multiplier = 11.0 +premium_floor = 0.62 +origin_system = "GJ 615" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "schwarzwald-reserve-halo" +commodity_id = "organic_compounds" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "schwarzwald-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.12 + +[[brand_inputs]] +brand_product_id = "schwarzwald-reserve-halo" +commodity_id = "water" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "schwarzwald-standard-gin-volume" +corp_id = "schwarzwald-gin" +product_name = "Schwarzwald Standard Gin" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "botanical_spirits" +base_premium_multiplier = 3.2 +premium_floor = 0.20 +origin_system = "GJ 615" +terroir_locked = true +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "schwarzwald-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "schwarzwald-standard-gin-volume" +commodity_id = "organic_compounds" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "schwarzwald-standard-gin-volume" +commodity_id = "agricultural_produce" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "schwarzwald-standard-gin-volume" +commodity_id = "water" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "brindlewood-reserve-honey-halo" +corp_id = "brindlewood-honey" +product_name = "Brindlewood Reserve Honey" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "artisanal_honey" +base_premium_multiplier = 7.5 +premium_floor = 0.40 +origin_system = "GJ 178" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "brindlewood-reserve-honey-halo" +commodity_id = "agricultural_produce" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "brindlewood-reserve-honey-halo" +commodity_id = "organic_compounds" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "brindlewood-standard-volume" +corp_id = "brindlewood-honey" +product_name = "Brindlewood Standard" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "artisanal_honey" +base_premium_multiplier = 2.2 +premium_floor = 0.12 +origin_system = "GJ 178" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "brindlewood-reserve-honey-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "brindlewood-standard-volume" +commodity_id = "agricultural_produce" +quantity = 1.40 + +[[brand_inputs]] +brand_product_id = "brindlewood-standard-volume" +commodity_id = "organic_compounds" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "kaapse-baai-grand-reserve-halo" +corp_id = "kaapse-baai-wines" +product_name = "Kaapse Baai Grand Reserve" +brand_category = "terroir" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "fine_wine" +base_premium_multiplier = 10.5 +premium_floor = 0.62 +origin_system = "GJ 213" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "kaapse-baai-grand-reserve-halo" +commodity_id = "agricultural_produce" +quantity = 0.17 + +[[brand_inputs]] +brand_product_id = "kaapse-baai-grand-reserve-halo" +commodity_id = "water" +quantity = 0.05 + +[[brand_products]] +brand_product_id = "kaapse-baai-standard-volume" +corp_id = "kaapse-baai-wines" +product_name = "Kaapse Baai Standard" +brand_category = "terroir" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "fine_wine" +base_premium_multiplier = 2.5 +premium_floor = 0.15 +origin_system = "GJ 213" +terroir_locked = true +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kaapse-baai-grand-reserve-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kaapse-baai-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "kaapse-baai-standard-volume" +commodity_id = "water" +quantity = 0.18 + + +# ========================================================================== +# SERVICE_PREMIUM BRANDS — INVENTED (13 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "alcazar-grand-halo" +corp_id = "alcazar-hospitality" +product_name = "Alcazar Grand" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "resort_hospitality" +base_premium_multiplier = 12.0 +premium_floor = 0.70 +origin_system = "GJ 768" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "alcazar-grand-halo" +commodity_id = "hospitality" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "alcazar-grand-halo" +commodity_id = "consumer_goods" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "alcazar-standard-volume" +corp_id = "alcazar-hospitality" +product_name = "Alcazar Standard" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "resort_hospitality" +base_premium_multiplier = 3.5 +premium_floor = 0.22 +origin_system = "GJ 768" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "alcazar-grand-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "alcazar-standard-volume" +commodity_id = "hospitality" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "alcazar-standard-volume" +commodity_id = "consumer_goods" +quantity = 0.45 + +[[brand_products]] +brand_product_id = "nordhavn-wealth-management-halo" +corp_id = "nordhavn-financial" +product_name = "Nordhavn Wealth Management" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "financial_advisory" +base_premium_multiplier = 14.0 +premium_floor = 0.85 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "nordhavn-wealth-management-halo" +commodity_id = "financial_services" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "nordhavn-wealth-management-halo" +commodity_id = "legal_services" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "nordhavn-standard-advisory-volume" +corp_id = "nordhavn-financial" +product_name = "Nordhavn Standard Advisory" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "financial_advisory" +base_premium_multiplier = 3.5 +premium_floor = 0.22 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "nordhavn-wealth-management-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "nordhavn-standard-advisory-volume" +commodity_id = "financial_services" +quantity = 1.60 + +[[brand_inputs]] +brand_product_id = "nordhavn-standard-advisory-volume" +commodity_id = "legal_services" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "meridional-banking-premium-halo" +corp_id = "meridional-banking" +product_name = "Meridional Premium Account" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "financial_institution" +base_premium_multiplier = 10.0 +premium_floor = 0.62 +origin_system = "GJ 674" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "meridional-banking-premium-halo" +commodity_id = "financial_services" +quantity = 0.50 + +[[brand_inputs]] +brand_product_id = "meridional-banking-premium-halo" +commodity_id = "legal_services" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "meridional-banking-standard-volume" +corp_id = "meridional-banking" +product_name = "Meridional Standard Account" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "financial_institution" +base_premium_multiplier = 1.9 +premium_floor = 0.10 +origin_system = "GJ 674" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "meridional-banking-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "meridional-banking-standard-volume" +commodity_id = "financial_services" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "meridional-banking-standard-volume" +commodity_id = "legal_services" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "hartsteen-premium-counsel-halo" +corp_id = "hartsteen-legal" +product_name = "Hartsteen Premium Counsel" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "legal_services_brand" +base_premium_multiplier = 12.0 +premium_floor = 0.72 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "hartsteen-premium-counsel-halo" +commodity_id = "legal_services" +quantity = 0.45 + +[[brand_products]] +brand_product_id = "hartsteen-standard-brief-volume" +corp_id = "hartsteen-legal" +product_name = "Hartsteen Standard Brief" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "legal_services_brand" +base_premium_multiplier = 3.0 +premium_floor = 0.18 +origin_system = "GJ 395" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hartsteen-premium-counsel-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "hartsteen-standard-brief-volume" +commodity_id = "legal_services" +quantity = 1.80 + +[[brand_products]] +brand_product_id = "hakone-signature-halo" +corp_id = "hakone-hospitality" +product_name = "Hakone Signature" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "luxury_hospitality" +base_premium_multiplier = 13.0 +premium_floor = 0.78 +origin_system = "GJ 687" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "hakone-signature-halo" +commodity_id = "hospitality" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "hakone-signature-halo" +commodity_id = "agricultural_produce" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "hakone-standard-volume" +corp_id = "hakone-hospitality" +product_name = "Hakone Standard" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "luxury_hospitality" +base_premium_multiplier = 3.8 +premium_floor = 0.25 +origin_system = "GJ 687" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hakone-signature-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "hakone-standard-volume" +commodity_id = "hospitality" +quantity = 1.40 + +[[brand_inputs]] +brand_product_id = "hakone-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "calluna-premium-wellness-halo" +corp_id = "calluna-wellness" +product_name = "Calluna Premium Wellness" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "wellness_spa" +base_premium_multiplier = 10.0 +premium_floor = 0.60 +origin_system = "GJ 845" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "calluna-premium-wellness-halo" +commodity_id = "hospitality" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "calluna-premium-wellness-halo" +commodity_id = "organic_compounds" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "calluna-standard-program-volume" +corp_id = "calluna-wellness" +product_name = "Calluna Standard Program" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "wellness_spa" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 845" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "calluna-premium-wellness-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "calluna-standard-program-volume" +commodity_id = "hospitality" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "calluna-standard-program-volume" +commodity_id = "organic_compounds" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "coriolis-premium-exchange-halo" +corp_id = "coriolis-exchange" +product_name = "Coriolis Premium Exchange" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "financial_exchange" +base_premium_multiplier = 10.0 +premium_floor = 0.62 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "coriolis-premium-exchange-halo" +commodity_id = "financial_services" +quantity = 0.60 + +[[brand_inputs]] +brand_product_id = "coriolis-premium-exchange-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "coriolis-standard-volume" +corp_id = "coriolis-exchange" +product_name = "Coriolis Standard" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "financial_exchange" +base_premium_multiplier = 1.8 +premium_floor = 0.10 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "coriolis-premium-exchange-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "coriolis-standard-volume" +commodity_id = "financial_services" +quantity = 3.00 + +[[brand_inputs]] +brand_product_id = "coriolis-standard-volume" +commodity_id = "electronics" +quantity = 0.60 + +[[brand_products]] +brand_product_id = "spitsbergen-expedition-halo" +corp_id = "spitsbergen-retreat" +product_name = "Spitsbergen Expedition" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "wilderness_hospitality" +base_premium_multiplier = 15.0 +premium_floor = 0.90 +origin_system = "GJ 624" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "spitsbergen-expedition-halo" +commodity_id = "hospitality" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "spitsbergen-expedition-halo" +commodity_id = "transport_vehicles" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "spitsbergen-standard-lodge-volume" +corp_id = "spitsbergen-retreat" +product_name = "Spitsbergen Standard Lodge" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "wilderness_hospitality" +base_premium_multiplier = 4.5 +premium_floor = 0.28 +origin_system = "GJ 624" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "spitsbergen-expedition-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "spitsbergen-standard-lodge-volume" +commodity_id = "hospitality" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "spitsbergen-standard-lodge-volume" +commodity_id = "transport_vehicles" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "salud-priority-service-halo" +corp_id = "salud-alliance" +product_name = "Salud Alliance Priority Service" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "medical_distribution" +base_premium_multiplier = 8.0 +premium_floor = 0.50 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "institutional" + +[[brand_inputs]] +brand_product_id = "salud-priority-service-halo" +commodity_id = "medical_goods" +quantity = 0.45 + +[[brand_inputs]] +brand_product_id = "salud-priority-service-halo" +commodity_id = "transport_vehicles" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "salud-standard-distribution-volume" +corp_id = "salud-alliance" +product_name = "Salud Alliance Standard Distribution" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "medical_distribution" +base_premium_multiplier = 2.0 +premium_floor = 0.12 +origin_system = "GJ 884" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "salud-priority-service-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "salud-standard-distribution-volume" +commodity_id = "medical_goods" +quantity = 2.00 + +[[brand_inputs]] +brand_product_id = "salud-standard-distribution-volume" +commodity_id = "transport_vehicles" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "aldgate-premium-trust-halo" +corp_id = "aldgate-trust" +product_name = "Aldgate Premium Trust" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "fiduciary_trust_services" +base_premium_multiplier = 12.0 +premium_floor = 0.72 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "aldgate-premium-trust-halo" +commodity_id = "legal_services" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "aldgate-premium-trust-halo" +commodity_id = "financial_services" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "aldgate-standard-trust-volume" +corp_id = "aldgate-trust" +product_name = "Aldgate Standard Trust" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "fiduciary_trust_services" +base_premium_multiplier = 3.0 +premium_floor = 0.18 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "aldgate-premium-trust-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "aldgate-standard-trust-volume" +commodity_id = "legal_services" +quantity = 1.60 + +[[brand_inputs]] +brand_product_id = "aldgate-standard-trust-volume" +commodity_id = "financial_services" +quantity = 0.80 + +[[brand_products]] +brand_product_id = "lusaka-premium-analysis-halo" +corp_id = "lusaka-advisory" +product_name = "Lusaka Premium Analysis" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "economic_advisory" +base_premium_multiplier = 11.0 +premium_floor = 0.68 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "lusaka-premium-analysis-halo" +commodity_id = "legal_services" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "lusaka-premium-analysis-halo" +commodity_id = "financial_services" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "lusaka-standard-brief-volume" +corp_id = "lusaka-advisory" +product_name = "Lusaka Standard Brief" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "economic_advisory" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "lusaka-premium-analysis-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "lusaka-standard-brief-volume" +commodity_id = "legal_services" +quantity = 1.40 + +[[brand_inputs]] +brand_product_id = "lusaka-standard-brief-volume" +commodity_id = "financial_services" +quantity = 0.60 + +[[brand_products]] +brand_product_id = "saigon-premium-advisory-halo" +corp_id = "saigon-consulting" +product_name = "Saigon Premium Advisory" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "business_consulting" +base_premium_multiplier = 10.0 +premium_floor = 0.62 +origin_system = "GJ 17" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "saigon-premium-advisory-halo" +commodity_id = "legal_services" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "saigon-premium-advisory-halo" +commodity_id = "financial_services" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "saigon-standard-consulting-volume" +corp_id = "saigon-consulting" +product_name = "Saigon Standard Consulting" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "business_consulting" +base_premium_multiplier = 2.6 +premium_floor = 0.15 +origin_system = "GJ 17" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "saigon-premium-advisory-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "saigon-standard-consulting-volume" +commodity_id = "legal_services" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "saigon-standard-consulting-volume" +commodity_id = "financial_services" +quantity = 0.80 + +[[brand_products]] +brand_product_id = "nexus-way-premium-passage-halo" +corp_id = "nexus-way-express" +product_name = "Nexus Way Premium Passage" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "premium_transit" +base_premium_multiplier = 9.0 +premium_floor = 0.55 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "nexus-way-premium-passage-halo" +commodity_id = "transport_vehicles" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "nexus-way-premium-passage-halo" +commodity_id = "hospitality" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "nexus-way-standard-volume" +corp_id = "nexus-way-express" +product_name = "Nexus Way Standard" +brand_category = "service_premium" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "premium_transit" +base_premium_multiplier = 2.4 +premium_floor = 0.14 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "nexus-way-premium-passage-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "nexus-way-standard-volume" +commodity_id = "transport_vehicles" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "nexus-way-standard-volume" +commodity_id = "hospitality" +quantity = 0.40 + + +# ========================================================================== +# COMMODITY_BRANDED — INVENTED (17 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "trek-standard-pro-halo" +corp_id = "trek-standard" +product_name = "Trek Standard Pro Edition" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "general_equipment" +base_premium_multiplier = 2.5 +premium_floor = 0.14 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "trek-standard-pro-halo" +commodity_id = "consumer_goods" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "trek-standard-pro-halo" +commodity_id = "advanced_alloys" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "trek-standard-basic-volume" +corp_id = "trek-standard" +product_name = "Trek Standard Basic" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "general_equipment" +base_premium_multiplier = 1.3 +premium_floor = 0.06 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "trek-standard-pro-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "trek-standard-basic-volume" +commodity_id = "consumer_goods" +quantity = 1.50 + +[[brand_inputs]] +brand_product_id = "trek-standard-basic-volume" +commodity_id = "advanced_alloys" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "workshift-pro-series-halo" +corp_id = "workshift-apparel" +product_name = "Workshift Pro Series" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "utility_workwear" +base_premium_multiplier = 2.2 +premium_floor = 0.12 +origin_system = "GJ 178" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "workshift-pro-series-halo" +commodity_id = "textiles" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "workshift-pro-series-halo" +commodity_id = "chemicals" +quantity = 0.05 + +[[brand_products]] +brand_product_id = "workshift-standard-volume" +corp_id = "workshift-apparel" +product_name = "Workshift Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "utility_workwear" +base_premium_multiplier = 1.2 +premium_floor = 0.06 +origin_system = "GJ 178" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "workshift-pro-series-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "workshift-standard-volume" +commodity_id = "textiles" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "workshift-standard-volume" +commodity_id = "chemicals" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "commonstock-select-halo" +corp_id = "commonstock-foods" +product_name = "Commonstock Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "mass_food" +base_premium_multiplier = 1.8 +premium_floor = 0.09 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "commonstock-select-halo" +commodity_id = "agricultural_produce" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "commonstock-select-halo" +commodity_id = "processed_food" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "commonstock-standard-volume" +corp_id = "commonstock-foods" +product_name = "Commonstock Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "mass_food" +base_premium_multiplier = 1.2 +premium_floor = 0.05 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "commonstock-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "commonstock-standard-volume" +commodity_id = "agricultural_produce" +quantity = 2.00 + +[[brand_inputs]] +brand_product_id = "commonstock-standard-volume" +commodity_id = "processed_food" +quantity = 1.50 + +[[brand_products]] +brand_product_id = "fieldborn-premium-grade-halo" +corp_id = "fieldborn-grain" +product_name = "Fieldborn Premium Grade" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "agricultural_commodities" +base_premium_multiplier = 1.8 +premium_floor = 0.09 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "fieldborn-premium-grade-halo" +commodity_id = "agricultural_produce" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "fieldborn-standard-volume" +corp_id = "fieldborn-grain" +product_name = "Fieldborn Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "agricultural_commodities" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "fieldborn-premium-grade-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "fieldborn-standard-volume" +commodity_id = "agricultural_produce" +quantity = 3.50 + +[[brand_products]] +brand_product_id = "matosinhos-premium-catch-halo" +corp_id = "matosinhos-fishing" +product_name = "Matosinhos Premium Catch" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "fishery_produce" +base_premium_multiplier = 1.9 +premium_floor = 0.10 +origin_system = "GJ 4A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "matosinhos-premium-catch-halo" +commodity_id = "agricultural_produce" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "matosinhos-premium-catch-halo" +commodity_id = "processed_food" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "matosinhos-standard-volume" +corp_id = "matosinhos-fishing" +product_name = "Matosinhos Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "fishery_produce" +base_premium_multiplier = 1.2 +premium_floor = 0.05 +origin_system = "GJ 4A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "matosinhos-premium-catch-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "matosinhos-standard-volume" +commodity_id = "agricultural_produce" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "matosinhos-standard-volume" +commodity_id = "processed_food" +quantity = 0.80 + +[[brand_products]] +brand_product_id = "gronnmark-select-halo" +corp_id = "gronnmark-consumer" +product_name = "Grønnmark Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.7 +premium_floor = 0.08 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "gronnmark-select-halo" +commodity_id = "consumer_goods" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "gronnmark-standard-volume" +corp_id = "gronnmark-consumer" +product_name = "Grønnmark Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "gronnmark-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "gronnmark-standard-volume" +commodity_id = "consumer_goods" +quantity = 3.00 + +[[brand_products]] +brand_product_id = "koryo-premium-halo" +corp_id = "koryo-standard" +product_name = "Koryo Premium" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.7 +premium_floor = 0.08 +origin_system = "GJ 3728B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "koryo-premium-halo" +commodity_id = "consumer_goods" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "koryo-premium-halo" +commodity_id = "processed_food" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "koryo-standard-volume" +corp_id = "koryo-standard" +product_name = "Koryo Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 3728B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "koryo-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "koryo-standard-volume" +commodity_id = "consumer_goods" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "koryo-standard-volume" +commodity_id = "processed_food" +quantity = 1.00 + +[[brand_products]] +brand_product_id = "iberian-select-halo" +corp_id = "iberian-standard-foods" +product_name = "Iberian Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "iberian_food_commodities" +base_premium_multiplier = 1.9 +premium_floor = 0.10 +origin_system = "GJ 1002" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "iberian-select-halo" +commodity_id = "agricultural_produce" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "iberian-select-halo" +commodity_id = "processed_food" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "iberian-standard-volume" +corp_id = "iberian-standard-foods" +product_name = "Iberian Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "iberian_food_commodities" +base_premium_multiplier = 1.1 +premium_floor = 0.05 +origin_system = "GJ 1002" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "iberian-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "iberian-standard-volume" +commodity_id = "agricultural_produce" +quantity = 2.80 + +[[brand_inputs]] +brand_product_id = "iberian-standard-volume" +commodity_id = "processed_food" +quantity = 1.20 + +[[brand_products]] +brand_product_id = "plainfield-reserve-grade-halo" +corp_id = "plainfield-agricultural" +product_name = "Plainfield Reserve Grade" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "agricultural_commodities" +base_premium_multiplier = 1.8 +premium_floor = 0.09 +origin_system = "GJ 273" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "plainfield-reserve-grade-halo" +commodity_id = "agricultural_produce" +quantity = 0.55 + +[[brand_products]] +brand_product_id = "plainfield-standard-volume" +corp_id = "plainfield-agricultural" +product_name = "Plainfield Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "agricultural_commodities" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 273" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "plainfield-reserve-grade-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "plainfield-standard-volume" +commodity_id = "agricultural_produce" +quantity = 4.00 + +[[brand_products]] +brand_product_id = "gridsupply-pro-series-halo" +corp_id = "gridsupply-electronics" +product_name = "Gridsupply Pro Series" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "basic_electronics" +base_premium_multiplier = 1.8 +premium_floor = 0.09 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "gridsupply-pro-series-halo" +commodity_id = "electronics" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "gridsupply-standard-volume" +corp_id = "gridsupply-electronics" +product_name = "Gridsupply Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "basic_electronics" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "gridsupply-pro-series-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "gridsupply-standard-volume" +commodity_id = "electronics" +quantity = 3.50 + +[[brand_products]] +brand_product_id = "lowlands-select-halo" +corp_id = "lowlands-consumer" +product_name = "Lowlands Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "lowlands-select-halo" +commodity_id = "consumer_goods" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "lowlands-standard-volume" +corp_id = "lowlands-consumer" +product_name = "Lowlands Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 506" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "lowlands-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "lowlands-standard-volume" +commodity_id = "consumer_goods" +quantity = 3.00 + +[[brand_products]] +brand_product_id = "makuti-premium-halo" +corp_id = "makuti-consumer" +product_name = "Makuti Premium" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_cooperative" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 693" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "makuti-premium-halo" +commodity_id = "consumer_goods" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "makuti-premium-halo" +commodity_id = "agricultural_produce" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "makuti-standard-volume" +corp_id = "makuti-consumer" +product_name = "Makuti Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_cooperative" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 693" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "makuti-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "makuti-standard-volume" +commodity_id = "consumer_goods" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "makuti-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.80 + +[[brand_products]] +brand_product_id = "zulu-premium-select-halo" +corp_id = "zulu-consumer" +product_name = "Zulu Premium Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "zulu-premium-select-halo" +commodity_id = "consumer_goods" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "zulu-premium-select-halo" +commodity_id = "agricultural_produce" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "zulu-standard-volume" +corp_id = "zulu-consumer" +product_name = "Zulu Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 1111" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "zulu-premium-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "zulu-standard-volume" +commodity_id = "consumer_goods" +quantity = 2.50 + +[[brand_inputs]] +brand_product_id = "zulu-standard-volume" +commodity_id = "agricultural_produce" +quantity = 0.60 + +[[brand_products]] +brand_product_id = "westfield-common-select-halo" +corp_id = "westfield-common" +product_name = "Westfield Common Select" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "westfield-common-select-halo" +commodity_id = "consumer_goods" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "westfield-common-standard-volume" +corp_id = "westfield-common" +product_name = "Westfield Common Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "consumer_goods_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 526" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "westfield-common-select-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "westfield-common-standard-volume" +commodity_id = "consumer_goods" +quantity = 2.80 + +[[brand_products]] +brand_product_id = "eastbay-premium-halo" +corp_id = "eastbay-trading" +product_name = "Eastbay Premium" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "commodity_trading_brand" +base_premium_multiplier = 1.6 +premium_floor = 0.08 +origin_system = "GJ 53A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "eastbay-premium-halo" +commodity_id = "consumer_goods" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "eastbay-standard-volume" +corp_id = "eastbay-trading" +product_name = "Eastbay Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "commodity_trading_brand" +base_premium_multiplier = 1.1 +premium_floor = 0.04 +origin_system = "GJ 53A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "eastbay-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "eastbay-standard-volume" +commodity_id = "consumer_goods" +quantity = 3.00 + +[[brand_products]] +brand_product_id = "reach-transport-premium-halo" +corp_id = "reach-transport" +product_name = "Reach Transport Premium" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "standardized_transport" +base_premium_multiplier = 1.8 +premium_floor = 0.09 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "reach-transport-premium-halo" +commodity_id = "transport_vehicles" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "reach-transport-standard-volume" +corp_id = "reach-transport" +product_name = "Reach Transport Standard" +brand_category = "commodity_branded" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "standardized_transport" +base_premium_multiplier = 1.2 +premium_floor = 0.05 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "reach-transport-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "reach-transport-standard-volume" +commodity_id = "transport_vehicles" +quantity = 2.00 + + +# ========================================================================== +# DESIGN_HERITAGE — INVENTED (7 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "steinbach-signature-collection-halo" +corp_id = "steinbach-furniture" +product_name = "Steinbach Signature Collection" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "furniture_design" +base_premium_multiplier = 16.0 +premium_floor = 0.90 +origin_system = "GJ 454" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "steinbach-signature-collection-halo" +commodity_id = "timber" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "steinbach-signature-collection-halo" +commodity_id = "advanced_alloys" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "steinbach-atelier-series-volume" +corp_id = "steinbach-furniture" +product_name = "Steinbach Atelier Series" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "furniture_design" +base_premium_multiplier = 4.5 +premium_floor = 0.28 +origin_system = "GJ 454" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "steinbach-signature-collection-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "steinbach-atelier-series-volume" +commodity_id = "timber" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "steinbach-atelier-series-volume" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "kyoei-master-collection-halo" +corp_id = "kyoei-design" +product_name = "Kyōei Master Collection" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "industrial_design" +base_premium_multiplier = 15.0 +premium_floor = 0.85 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "kyoei-master-collection-halo" +commodity_id = "advanced_alloys" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "kyoei-master-collection-halo" +commodity_id = "electronics" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "kyoei-standard-series-volume" +corp_id = "kyoei-design" +product_name = "Kyōei Standard Series" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "industrial_design" +base_premium_multiplier = 4.0 +premium_floor = 0.25 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kyoei-master-collection-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "kyoei-standard-series-volume" +commodity_id = "advanced_alloys" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "kyoei-standard-series-volume" +commodity_id = "electronics" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "vlaams-atelier-master-halo" +corp_id = "vlaams-atelier" +product_name = "Vlaams Master Edition" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "flemish_design_tradition" +base_premium_multiplier = 14.0 +premium_floor = 0.80 +origin_system = "GJ 103" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "vlaams-atelier-master-halo" +commodity_id = "textiles" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "vlaams-atelier-master-halo" +commodity_id = "timber" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "vlaams-atelier-standard-volume" +corp_id = "vlaams-atelier" +product_name = "Vlaams Standard" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "flemish_design_tradition" +base_premium_multiplier = 3.8 +premium_floor = 0.24 +origin_system = "GJ 103" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "vlaams-atelier-master-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "vlaams-atelier-standard-volume" +commodity_id = "textiles" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "vlaams-atelier-standard-volume" +commodity_id = "timber" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "sertanejo-signature-halo" +corp_id = "sertanejo-design" +product_name = "Sertanejo Signature" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "brazilian_industrial_design" +base_premium_multiplier = 13.0 +premium_floor = 0.75 +origin_system = "GJ 67" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "sertanejo-signature-halo" +commodity_id = "timber" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "sertanejo-signature-halo" +commodity_id = "advanced_alloys" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "sertanejo-standard-volume" +corp_id = "sertanejo-design" +product_name = "Sertanejo Standard" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "brazilian_industrial_design" +base_premium_multiplier = 3.5 +premium_floor = 0.22 +origin_system = "GJ 67" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "sertanejo-signature-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "sertanejo-standard-volume" +commodity_id = "timber" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "sertanejo-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "cape-modern-signature-halo" +corp_id = "cape-modern" +product_name = "Cape Modern Signature" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "south_african_modernist_design" +base_premium_multiplier = 13.0 +premium_floor = 0.75 +origin_system = "GJ 213" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "cape-modern-signature-halo" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "cape-modern-signature-halo" +commodity_id = "stone" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "cape-modern-standard-volume" +corp_id = "cape-modern" +product_name = "Cape Modern Standard" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "south_african_modernist_design" +base_premium_multiplier = 3.5 +premium_floor = 0.22 +origin_system = "GJ 213" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "cape-modern-signature-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "cape-modern-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "cape-modern-standard-volume" +commodity_id = "stone" +quantity = 0.60 + +[[brand_products]] +brand_product_id = "calloway-workshop-signature-halo" +corp_id = "calloway-workshop" +product_name = "Calloway Workshop Signature" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "anglo_craft_furniture" +base_premium_multiplier = 12.0 +premium_floor = 0.68 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "flagship" + +[[brand_inputs]] +brand_product_id = "calloway-workshop-signature-halo" +commodity_id = "timber" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "calloway-workshop-signature-halo" +commodity_id = "stone" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "calloway-workshop-standard-volume" +corp_id = "calloway-workshop" +product_name = "Calloway Workshop Standard" +brand_category = "design_heritage" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "anglo_craft_furniture" +base_premium_multiplier = 3.2 +premium_floor = 0.20 +origin_system = "GJ 3325" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "calloway-workshop-signature-halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "calloway-workshop-standard-volume" +commodity_id = "timber" +quantity = 1.20 + +[[brand_inputs]] +brand_product_id = "calloway-workshop-standard-volume" +commodity_id = "stone" +quantity = 0.40 + + +# ========================================================================== +# HERITAGE_CRAFT — INVENTED (11 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "orkney-master-series-halo" +corp_id = "orkney-ceramics" +product_name = "Orkney Master Series" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "island_ceramics" +base_premium_multiplier = 9.0 +premium_floor = 0.52 +origin_system = "GJ 845" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "orkney-master-series-halo" +commodity_id = "stone" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "orkney-master-series-halo" +commodity_id = "chemicals" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "orkney-standard-volume" +corp_id = "orkney-ceramics" +product_name = "Orkney Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "island_ceramics" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 845" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "orkney-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "orkney-standard-volume" +commodity_id = "stone" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "orkney-standard-volume" +commodity_id = "chemicals" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "norrland-master-series-halo" +corp_id = "norrland-woodcraft" +product_name = "Norrland Master Series" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "nordic_woodworking" +base_premium_multiplier = 9.5 +premium_floor = 0.55 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "norrland-master-series-halo" +commodity_id = "timber" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "norrland-standard-volume" +corp_id = "norrland-woodcraft" +product_name = "Norrland Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "nordic_woodworking" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 3737" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "norrland-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "norrland-standard-volume" +commodity_id = "timber" +quantity = 1.50 + +[[brand_products]] +brand_product_id = "hangil-master-celadon-halo" +corp_id = "hangil-celadon" +product_name = "Hangil Master Celadon" +brand_category = "heritage_craft" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "korean_celadon_ceramics" +base_premium_multiplier = 12.0 +premium_floor = 0.68 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "hangil-master-celadon-halo" +commodity_id = "stone" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "hangil-master-celadon-halo" +commodity_id = "chemicals" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "hangil-standard-celadon-volume" +corp_id = "hangil-celadon" +product_name = "Hangil Standard Celadon" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "korean_celadon_ceramics" +base_premium_multiplier = 3.0 +premium_floor = 0.18 +origin_system = "GJ 754" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "hangil-master-celadon-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "hangil-standard-celadon-volume" +commodity_id = "stone" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "hangil-standard-celadon-volume" +commodity_id = "chemicals" +quantity = 0.25 + +[[brand_products]] +brand_product_id = "shetland-master-collection-halo" +corp_id = "shetland-wool" +product_name = "Shetland Master Collection" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "heritage_wool_knit" +base_premium_multiplier = 8.5 +premium_floor = 0.48 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "shetland-master-collection-halo" +commodity_id = "textiles" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "shetland-master-collection-halo" +commodity_id = "organic_compounds" +quantity = 0.08 + +[[brand_products]] +brand_product_id = "shetland-standard-volume" +corp_id = "shetland-wool" +product_name = "Shetland Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "heritage_wool_knit" +base_premium_multiplier = 2.5 +premium_floor = 0.14 +origin_system = "GJ 661A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "shetland-master-collection-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "shetland-standard-volume" +commodity_id = "textiles" +quantity = 0.90 + +[[brand_inputs]] +brand_product_id = "shetland-standard-volume" +commodity_id = "organic_compounds" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "lusitanian-master-glass-halo" +corp_id = "lusitanian-glass" +product_name = "Lusitanian Master Glass" +brand_category = "heritage_craft" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "portuguese_glass_tradition" +base_premium_multiplier = 10.0 +premium_floor = 0.58 +origin_system = "GJ 1002" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "lusitanian-master-glass-halo" +commodity_id = "stone" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "lusitanian-master-glass-halo" +commodity_id = "chemicals" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "lusitanian-standard-volume" +corp_id = "lusitanian-glass" +product_name = "Lusitanian Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "portuguese_glass_tradition" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 1002" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "lusitanian-master-glass-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "lusitanian-standard-volume" +commodity_id = "stone" +quantity = 0.70 + +[[brand_inputs]] +brand_product_id = "lusitanian-standard-volume" +commodity_id = "chemicals" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "sendai-master-forge-halo" +corp_id = "sendai-forge" +product_name = "Sendai Master Forge" +brand_category = "heritage_craft" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "japanese_metalwork" +base_premium_multiplier = 14.0 +premium_floor = 0.80 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "sendai-master-forge-halo" +commodity_id = "advanced_alloys" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "sendai-master-forge-halo" +commodity_id = "stone" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "sendai-standard-volume" +corp_id = "sendai-forge" +product_name = "Sendai Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "japanese_metalwork" +base_premium_multiplier = 3.2 +premium_floor = 0.20 +origin_system = "GJ 205" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "sendai-master-forge-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "sendai-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.80 + +[[brand_inputs]] +brand_product_id = "sendai-standard-volume" +commodity_id = "stone" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "kalahari-master-collection-halo" +corp_id = "kalahari-leatherworks" +product_name = "Kalahari Master Collection" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "southern_african_leather" +base_premium_multiplier = 9.0 +premium_floor = 0.52 +origin_system = "GJ 222A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "kalahari-master-collection-halo" +commodity_id = "organic_compounds" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "kalahari-master-collection-halo" +commodity_id = "textiles" +quantity = 0.10 + +[[brand_products]] +brand_product_id = "kalahari-standard-volume" +corp_id = "kalahari-leatherworks" +product_name = "Kalahari Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "southern_african_leather" +base_premium_multiplier = 2.6 +premium_floor = 0.15 +origin_system = "GJ 222A" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "kalahari-master-collection-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "kalahari-standard-volume" +commodity_id = "organic_compounds" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "kalahari-standard-volume" +commodity_id = "textiles" +quantity = 0.30 + +[[brand_products]] +brand_product_id = "bavarian-master-series-halo" +corp_id = "bavarian-craft" +product_name = "Bavarian Master Series" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "bavarian_technical_craft" +base_premium_multiplier = 9.5 +premium_floor = 0.55 +origin_system = "GJ 505A" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "bavarian-master-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.20 + +[[brand_inputs]] +brand_product_id = "bavarian-master-series-halo" +commodity_id = "timber" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "bavarian-standard-craft-volume" +corp_id = "bavarian-craft" +product_name = "Bavarian Standard Craft" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "bavarian_technical_craft" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 505A" +terroir_locked = false +currency_denomination = "mark" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "bavarian-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "bavarian-standard-craft-volume" +commodity_id = "advanced_alloys" +quantity = 0.65 + +[[brand_inputs]] +brand_product_id = "bavarian-standard-craft-volume" +commodity_id = "timber" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "pembrokeshire-master-series-halo" +corp_id = "pembrokeshire-smithy" +product_name = "Pembrokeshire Master Series" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "capped" +product_subcategory = "anglo_metalworking" +base_premium_multiplier = 9.0 +premium_floor = 0.52 +origin_system = "GJ 194B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "pembrokeshire-master-series-halo" +commodity_id = "refined_metals" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "pembrokeshire-master-series-halo" +commodity_id = "advanced_alloys" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "pembrokeshire-standard-volume" +corp_id = "pembrokeshire-smithy" +product_name = "Pembrokeshire Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "anglo_metalworking" +base_premium_multiplier = 2.5 +premium_floor = 0.14 +origin_system = "GJ 194B" +terroir_locked = false +currency_denomination = "tractus" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "pembrokeshire-master-series-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "pembrokeshire-standard-volume" +commodity_id = "refined_metals" +quantity = 1.00 + +[[brand_inputs]] +brand_product_id = "pembrokeshire-standard-volume" +commodity_id = "advanced_alloys" +quantity = 0.40 + +[[brand_products]] +brand_product_id = "iznik-master-collection-halo" +corp_id = "iznik-atelier" +product_name = "Iznik Master Collection" +brand_category = "heritage_craft" +value_trajectory = "appreciating" +scarcity_class = "capped" +product_subcategory = "ottoman_tile_ceramics" +base_premium_multiplier = 13.0 +premium_floor = 0.75 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = true +brand_tier = "halo" +price_tier = "luxury" + +[[brand_inputs]] +brand_product_id = "iznik-master-collection-halo" +commodity_id = "stone" +quantity = 0.30 + +[[brand_inputs]] +brand_product_id = "iznik-master-collection-halo" +commodity_id = "chemicals" +quantity = 0.12 + +[[brand_products]] +brand_product_id = "iznik-standard-volume" +corp_id = "iznik-atelier" +product_name = "Iznik Standard" +brand_category = "heritage_craft" +value_trajectory = "timeless" +scarcity_class = "constrained" +product_subcategory = "ottoman_tile_ceramics" +base_premium_multiplier = 3.2 +premium_floor = 0.20 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "iznik-master-collection-halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "iznik-standard-volume" +commodity_id = "stone" +quantity = 1.10 + +[[brand_inputs]] +brand_product_id = "iznik-standard-volume" +commodity_id = "chemicals" +quantity = 0.35 + + +# ========================================================================== +# PLATFORM_CATALOGUE — INVENTED (3 corps) +# ========================================================================== + +[[brand_products]] +brand_product_id = "open-corridor-premium-halo" +corp_id = "open-corridor-stream" +product_name = "Open Corridor Premium" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "cross_corridor_streaming" +base_premium_multiplier = 2.8 +premium_floor = 0.16 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "open-corridor-premium-halo" +commodity_id = "entertainment" +quantity = 0.35 + +[[brand_inputs]] +brand_product_id = "open-corridor-premium-halo" +commodity_id = "electronics" +quantity = 0.15 + +[[brand_products]] +brand_product_id = "open-corridor-standard-volume" +corp_id = "open-corridor-stream" +product_name = "Open Corridor Standard" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "cross_corridor_streaming" +base_premium_multiplier = 1.2 +premium_floor = 0.06 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "open-corridor-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "open-corridor-standard-volume" +commodity_id = "entertainment" +quantity = 2.80 + +[[brand_inputs]] +brand_product_id = "open-corridor-standard-volume" +commodity_id = "electronics" +quantity = 0.50 + +[[brand_products]] +brand_product_id = "reach-archive-premium-access-halo" +corp_id = "reach-archive-standard" +product_name = "Reach Archive Premium Access" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "digital_catalogue_archive" +base_premium_multiplier = 3.0 +premium_floor = 0.18 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "reach-archive-premium-access-halo" +commodity_id = "entertainment" +quantity = 0.40 + +[[brand_inputs]] +brand_product_id = "reach-archive-premium-access-halo" +commodity_id = "electronics" +quantity = 0.20 + +[[brand_products]] +brand_product_id = "reach-archive-standard-volume" +corp_id = "reach-archive-standard" +product_name = "Reach Archive Standard" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "digital_catalogue_archive" +base_premium_multiplier = 1.2 +premium_floor = 0.06 +origin_system = "GJ 244A" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "reach-archive-premium-access-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "reach-archive-standard-volume" +commodity_id = "entertainment" +quantity = 3.20 + +[[brand_inputs]] +brand_product_id = "reach-archive-standard-volume" +commodity_id = "electronics" +quantity = 0.70 + +[[brand_products]] +brand_product_id = "transit-library-premium-halo" +corp_id = "transit-library" +product_name = "Transit Library Premium" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "scalable" +product_subcategory = "transit_content_catalogue" +base_premium_multiplier = 2.5 +premium_floor = 0.14 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "halo" +price_tier = "premium" + +[[brand_inputs]] +brand_product_id = "transit-library-premium-halo" +commodity_id = "entertainment" +quantity = 0.25 + +[[brand_inputs]] +brand_product_id = "transit-library-premium-halo" +commodity_id = "electronics" +quantity = 0.12 + +[[brand_products]] +brand_product_id = "transit-library-standard-volume" +corp_id = "transit-library" +product_name = "Transit Library Standard" +brand_category = "platform_catalogue" +value_trajectory = "timeless" +scarcity_class = "unlimited" +product_subcategory = "transit_content_catalogue" +base_premium_multiplier = 1.2 +premium_floor = 0.06 +origin_system = "GJ 380" +terroir_locked = false +currency_denomination = "mixed" +shadow_viable = false +brand_tier = "volume" +halo_brand_id = "transit-library-premium-halo" +price_tier = "mass" + +[[brand_inputs]] +brand_product_id = "transit-library-standard-volume" +commodity_id = "entertainment" +quantity = 2.00 + +[[brand_inputs]] +brand_product_id = "transit-library-standard-volume" +commodity_id = "electronics" +quantity = 0.40