MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ClaError

Enum ClaError

crates/openquant/src/cla.rs:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(Debug, PartialEq)]
5pub enum ClaError {
6 MissingInputs,
7 InvalidAssetPrices(&'static str),
8 UnknownReturns(String),
9 UnknownSolution(String),
10 DimensionMismatch,
11 IndexError,
12 NoData,
13}
14
15#[derive(Clone)]
16pub struct AssetPrices {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected