global: snapshot

This commit is contained in:
nym21
2026-01-10 18:43:18 +01:00
parent 3bc0615000
commit 6f45ec13f3
311 changed files with 6916 additions and 7664 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ use brk_traversable::Traversable;
/// |------|-------|--------|----------|
/// | `Data` | Computer top-level | `PricingData` | `()` |
/// | `PriceRef<'a>` | Function params | `&price::Vecs` | `()` |
/// | `ComputedDollarsHeight` | Value wrappers (Height) | `ComputedBlock<Dollars>` | `()` |
/// | `ComputedDollarsHeight` | Value wrappers (Height) | `ComputedFromHeight<Dollars>` | `()` |
/// | `ComputedDollarsDateIndex` | Value wrappers (DateIndex) | `ComputedVecsDate<Dollars>` | `()` |
/// | `StdDevBandsUsd` | StdDev USD bands | `StdDevBandsUsdData` | `()` |
/// | `RatioUsd` | Ratio USD variants | `RatioUsdData` | `()` |