Skip to content

Pangura Module Library

Every analytical capability in Pangura is a module (a node on the Canvas). Modules are organized in a 5-layer architecture:

LayerDescriptionExamples
Layer 0Atomic inputsprice_factor, macro_factor, sentiment_factor
Layer 1Composite indicatorsmfle_regime, contagion_sim_v1, reflexivity_detector_v1
Layer 2Signal generatorsbull_agent_v1, blcv_equity_scan_v1, fama_french_v1
Layer 3Strategy vesselscasa_strategy_v1, institution_composite, portfolio_optimization_v1
Layer 4Meta-strategymeta_strategy

What a module reference card includes

  • What — what the module does (one-liner)
  • How — how to use (node params, when to pick it)
  • Why — research lineage (paper citation + URL + role)
  • Assumptions — core assumptions and applicability
  • Formulas — core formulas (LaTeX)
  • Contract — input / output schemas
  • Code — implementation path
  • Golden test — cross-validated reference (Bloomberg / Excel / statsmodels / ...)

Browse

INFO

Initially most module pages are stubs produced by scripts/cangjie-scaffold.ts. Content (citations, formulas, golden-test links) is filled in progressively during beta.

Pangura · The Intelligence Engine for Modern Finance