Bourse.OptionReadiness.Vocabulary (bourse v0.1.0)

Copy Markdown View Source

Compile-time vocabulary shared across the option-readiness modules.

Leaf module with no struct dependencies: VenueRow and Baseline read the venue and cell lists at compile time, while Bourse.OptionReadiness needs their structs — routing the shared lists through the parent deadlocks a cold parallel build.

Summary

Functions

Evidence cells collected per venue.

Venues covered by the readiness matrix.

Functions

cells()

@spec cells() :: [atom()]

Evidence cells collected per venue.

venues()

@spec venues() :: [String.t()]

Venues covered by the readiness matrix.