Traceability matrix from Binance Pro methods to CCXT unified structures.
The matrix is derived from lib/ccxt/pro_manifest.json and
priv/ccxt_structures/binance_pro_structures.json. It tracks whether a Pro
method emits a structure, whether raw retention applies, and which persistence
tables receive normalized attrs.
Summary
Types
@type row() :: %{ method: String.t(), ts_method: String.t() | nil, origin: :typescript | :runtime_facade, category: String.t(), structure: String.t() | nil, status: status(), reason: String.t() | nil, raw_kind: Ccxt.RawPayload.kind() | nil, raw_table: String.t() | nil, tables: [String.t()], operations: [Ccxt.StructurePersistence.operation()], persistence: boolean(), normalizer: boolean() }
@type status() :: :covered | :not_applicable | :unclassified