VIEW THIS AS

Auto mode follows the Route Engine until you choose a viewpoint.

YOU ARE HERE

ROUTE CHECK

CONNECTED TO

WHAT NEXT

Use the canonical route for this room, or HELP if you are unsure.

FinanceOS Runtime Ontology — Glossary + Register Index (Almost-Code)

Summary (LOCK)

This page is the compact index that makes FinanceOS executable to humans + LLMs: all registers, sensors, rules, playbooks, and required output contracts in one place with frozen identifiers.

Publish this as the ontology anchor and link every FinanceOS page back here.


0) Coordinate Grammar (LOCK)

All records follow:

Place×Lane×Zoom×Role×Type×ID

Where:

  • Place: ISO-alpha-3 or GLB
  • Lane: FIN (FinanceOS) | COM (CompanyOS) | PRT (PortfolioOS)
  • Zoom: Z0–Z6
  • Role: V | O | OP
  • Type: see Type Directory below
  • ID: immutable token

1) Type Directory (Registers)

FIN Types

  • ASSET — tradable instrument definition (Z1)
  • VENUE — exchange/broker/custody venue (Z1)
  • ISSUER — issuer identity (optional duplication with COM for binds) (Z2)
  • EVENT — normalized shock/event record (Z4/Z5)
  • DATA — observed datapoint (macro, spreads, metrics) (Z4)
  • RISK — named risk mechanism (Z3)
  • CHANNEL — propagation edge (Z3)
  • SENSOR — computed state (Z6)
  • VERIF — verification circuit (Z6)
  • CLAIM — phase-stamped testable statement (Z6)
  • ASSUMP — named assumption (Z6)
  • TEST — disconfirm test record (Z6)
  • PATCH — correction/fix log (Z6)

COM Types

  • ISSUER — issuer capability root (Z2)
  • ORG — capability organ (Z2)
  • DEP — dependency / coupling edge (Z3)
  • FM — failure mode (Z2/Z3)
  • SENSOR — issuer/organ computed state (Z6)

PRT Types

  • PORT — portfolio object (Z6)
  • POSITION — holding/exposure record (Z6)
  • LIMIT — constraint (Z6)
  • BUDGET — risk budget (Z6)
  • RULE — permission/control logic (Z6)
  • PLAYBOOK — truncation/stitching procedures (Z6)
  • PATCH — post-mortem / near-miss fix (Z6)

2) Sensor Directory (Canonical Sensors)

FIN Sensors

  • FIN-SENSOR-TTC — Time-to-Core {A,B,C,D}
  • FIN-SENSOR-VOL — Volatility state {V0–V3}
  • FIN-SENSOR-CMS — Coupling map shift {C0–C3}
  • FIN-SENSOR-SIS — Source integrity {S0–S3}
  • FIN-SENSOR-LGI — Liquidity gap {L0–L3}
  • FIN-SENSOR-NOI — Narrative overhang {N0–N3} (optional)

COM Sensors

  • COM-SENSOR-OV — Organ vitality {OV0–OV3}
  • COM-SENSOR-DC — Dependency concentration {D0–D3}
  • COM-SENSOR-RL — Repair latency {RLA–RLD}
  • COM-SENSOR-SA — Substitution availability {S0–S3}
  • COM-SENSOR-GEQ — Governance execution quality {G0–G3}

PRT Sensors

  • PRT-SENSOR-PTTC — Portfolio TTC (min TTC after coupling)
  • PRT-SENSOR-BUDGET — Budget status {ok|warning|breach}

3) Verification Directory (VERIF Pack)

  • VERIF-01 Two-source triangulation
  • VERIF-02 Z-Separation gate (Z5-only capped at P1)
  • VERIF-03 Evidence serialization gate (must create EVENT/DATA/ISSUER update)
  • VERIF-04 Revision awareness gate (revisable data must declare revision_state)
  • VERIF-05 Contradiction injection (P3 requires disconfirm tests)
  • VERIF-06 TTC safety gate (danger raises phase requirements or forces truncation)

4) Phase Directory (P0–P3)

  • P0 Unverified (no action)
  • P1 Plausible/weak (monitor or EXP probe only if pre-budgeted)
  • P2 Verified/actionable (trades allowed within limits)
  • P3 Robust/stressable (allocations/scaling allowed)

Hard law: Actions must declare phase stamp.


5) Control Rule Directory (Rules)

Global Controls

  • RULE-D Downgrade/Escalation policy (Phase control)
  • RULE-T Truncation trigger rules (TTC=D, VOL=V3, CMS≥C2, budget breach)
  • RULE-S Stitching rebuild rules (VOL≤V1 & CMS≤C1 & verification restored)

Portfolio Controls

  • RULE-LIQ Liquidity gate (LGI-based)
  • RULE-SL Stop-loss suite (SL-THESIS, SL-TIME, SL-LIQ)
  • RULE-EXP Experimental lane constraints (budget + expiry + patch)

Hard Constraints

  • RULE-Z5-0 No Z5-only trading (narrative cannot trigger action)

6) Playbook Directory (Procedures)

  • PLAYBOOK-TRUNCATE freeze + reduce risk + de-lever + downgrade Z5
  • PLAYBOOK-STITCH rebuild slowly under P2/P3 gates
  • PLAYBOOK-NEWS rumor handling (SIS-first, triangulate, serialize)
  • PLAYBOOK-INCIDENT exchange/ops incidents (counterparty + TTC)

7) Required Register Fields (Minimum Sets)

ASSET (FIN)

Must include:

  • contract_spec
  • settlement_spec
  • liquidity_profile
  • risk_bindings

EVENT (FIN)

Must include:

  • event_type
  • event_time
  • impacted_assets / impacted_issuers
  • verification_state
  • propagation_channels (if known)

DATA (FIN)

Must include:

  • series_name
  • timestamp
  • value
  • revision_state (if applicable)
  • source_grade

ORG (COM)

Must include:

  • throughput_proxy
  • degradation_signals
  • repair_actions
  • binds_to_risks/events/data

POSITION (PRT)

Must include:

  • linked_claim_id (P2+) OR EXP tag
  • stop-loss + expiry
  • phase_gate

8) Model Output Contract (I/O) (LOCK)

Every model run must output:

  1. IDs created/updated (register diffs)
  2. Sensor summary (TTC, VOL, CMS, SIS, LGI)
  3. VERIF summary (pass/fail per gate)
  4. CLAIM block (phase-stamped)
  5. Action permission (allowed / blocked + why)
  6. Controls invoked (TRUNCATE/STITCH/etc.)
  7. Expiry time (revalidation schedule)

If missing → treat as P1 commentary; block actions.


9) Copy-Paste Index Blocks (for internal linking)

FinanceOS Index

  • FinanceOS Directory + Sensor Pack
  • Asset Register
  • Verification Circuits & Phase Rules
  • Analyst Workflow Playbook
  • Runtime Ontology Index (this page)

CompanyOS Bridge

  • Issuer Capability Organs Map

PortfolioOS

  • Allocation & Exposure Controls

10) Failure Mode Trace (required)

Ontology missing → outputs stay as prose → no serialization → no gates → action slips in at P0/P1 → TTC collapse → forced errors → blame narrative.
Repair: enforce index + schema + claim contract before any action.


Recommended Internal Links (Spine)
Sholpan Upgrade Training Lattice (SholpUTL): https://edukatesg.com/sholpan-upgrade-training-lattice-sholputl/
https://edukatesg.com/human-regenerative-lattice-3d-geometry-of-civilisation/
https://edukatesg.com/new-york-z2-institutional-lattice-civos-index-page-master-hub/
https://edukatesg.com/civilisation-lattice/
https://edukatesg.com/civ-os-classification/
https://edukatesg.com/civos-classification-systems/
https://edukatesg.com/how-civilization-works/
https://edukatesg.com/civos-lattice-coordinates-of-students-worldwide/
https://edukatesg.com/civos-worldwide-student-lattice-case-articles-part-1/
https://edukatesg.com/new-york-z2-institutional-lattice-civos-index-page-master-hub/
https://edukatesg.com/advantages-of-using-civos-start-here-stack-z0-z3-for-humans-ai/
Education OS (How Education Works): https://edukatesg.com/education-os-how-education-works-the-regenerative-machine-behind-learning/
Tuition OS: https://edukatesg.com/tuition-os-edukateos-civos/
Civilisation OS kernel: https://edukatesg.com/civilisation-os/
Root definition: What is Civilisation?
Control mechanism: Civilisation as a Control System
First principles index: Index: First Principles of Civilisation
Regeneration Engine: The Full Education OS Map
The Civilisation OS Instrument Panel (Sensors & Metrics) + Weekly Scan + Recovery Schedule (30 / 90 / 365)
Inversion Atlas Super Index: Full Inversion CivOS Inversion
Start Here: 
https://edukatesg.com/government-os-general-government-lane-almost-code-canonical/
https://edukatesg.com/healthcare-os-general-healthcare-lane-almost-code-canonical/
https://edukatesg.com/education-os-general-education-lane-almost-code-canonical/
https://edukatesg.com/finance-os-general-finance-banking-lane-almost-code-canonical/
https://edukatesg.com/transport-os-general-transport-transit-lane-almost-code-canonical/
https://edukatesg.com/food-os-general-food-supply-chain-lane-almost-code-canonical/
https://edukatesg.com/security-os-general-security-justice-rule-of-law-lane-almost-code-canonical/
https://edukatesg.com/housing-os-general-housing-urban-operations-lane-almost-code-canonical/
https://edukatesg.com/community-os-general-community-third-places-social-cohesion-lane-almost-code-canonical/
https://edukatesg.com/energy-os-general-energy-power-grid-lane-almost-code-canonical/
https://edukatesg.com/community-os-general-community-third-places-social-cohesion-lane-almost-code-canonical/
https://edukatesg.com/water-os-general-water-wastewater-lane-almost-code-canonical/
https://edukatesg.com/communications-os-general-telecom-internet-information-transport-lane-almost-code-canonical/
https://edukatesg.com/media-os-general-media-information-integrity-narrative-coordination-lane-almost-code-canonical/
https://edukatesg.com/waste-os-general-waste-sanitation-public-cleanliness-lane-almost-code-canonical/
https://edukatesg.com/manufacturing-os-general-manufacturing-production-systems-lane-almost-code-canonical/
https://edukatesg.com/logistics-os-general-logistics-warehousing-supply-routing-lane-almost-code-canonical/
https://edukatesg.com/construction-os-general-construction-built-environment-delivery-lane-almost-code-canonical/
https://edukatesg.com/science-os-general-science-rd-knowledge-production-lane-almost-code-canonical/
https://edukatesg.com/religion-os-general-religion-meaning-systems-moral-coordination-lane-almost-code-canonical/
https://edukatesg.com/finance-os-general-finance-money-credit-coordination-lane-almost-code-canonical/
https://edukatesg.com/family-os-general-family-household-regenerative-unit-almost-code-canonical/