pub type SpecSources = IndexMap<(String, EffectiveDate), String>;
Spec sources keyed by (name, effective_from).
pub struct SpecSources { /* private fields */ }