CalibrationSignalReport

Struct CalibrationSignalReport 

#[non_exhaustive]
pub struct CalibrationSignalReport {
Show 26 fields pub kind: FinanceSignalKind, pub status: FinanceSignalStatus, pub payload_present: bool, pub diagnostics: Vec<FinanceDiagnostic>, pub summary: String, pub trend_regime: Option<TrendRegimeLabel>, pub jump_detected: Option<bool>, pub jump_warning_level: Option<JumpWarningLevel>, pub dominant_volatility_label: Option<String>, pub imf_dominant_period: Option<f64>, pub imf_cycle_confidence: Option<ImfCycleConfidence>, pub imf_count: Option<usize>, pub imf_top_two_energy_share_ratio: Option<f64>, pub coherence_max: Option<f64>, pub coherence_lead_lag_periods: Option<i32>, pub dominant_band_label: Option<String>, pub cwt_dominant_period: Option<f64>, pub cwt_lead_lag: Option<f64>, pub cwt_dominant_coherence: Option<f64>, pub hurst_value: Option<f64>, pub hurst_interpretation: Option<HurstInterpretation>, pub hurst_is_significant: Option<bool>, pub is_multifractal: Option<bool>, pub multifractality_index: Option<f64>, pub liquidity_warning: Option<LiquidityWarningLevel>, pub multifractal_mode: Option<MultifractalMode>,
}

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
§kind: FinanceSignalKind§status: FinanceSignalStatus§payload_present: bool§diagnostics: Vec<FinanceDiagnostic>§summary: String§trend_regime: Option<TrendRegimeLabel>§jump_detected: Option<bool>§jump_warning_level: Option<JumpWarningLevel>§dominant_volatility_label: Option<String>§imf_dominant_period: Option<f64>§imf_cycle_confidence: Option<ImfCycleConfidence>§imf_count: Option<usize>§imf_top_two_energy_share_ratio: Option<f64>§coherence_max: Option<f64>§coherence_lead_lag_periods: Option<i32>§dominant_band_label: Option<String>§cwt_dominant_period: Option<f64>§cwt_lead_lag: Option<f64>§cwt_dominant_coherence: Option<f64>§hurst_value: Option<f64>§hurst_interpretation: Option<HurstInterpretation>§hurst_is_significant: Option<bool>§is_multifractal: Option<bool>§multifractality_index: Option<f64>§liquidity_warning: Option<LiquidityWarningLevel>§multifractal_mode: Option<MultifractalMode>

Trait Implementations§

§

impl Clone for CalibrationSignalReport

§

fn clone(&self) -> CalibrationSignalReport

1.0.0§

fn clone_from(&mut self, source: &Self)

§

impl Debug for CalibrationSignalReport

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

§

impl PartialEq for CalibrationSignalReport

§

fn eq(&self, other: &CalibrationSignalReport) -> bool

1.0.0§

fn ne(&self, other: &Rhs) -> bool

§

impl StructuralPartialEq for CalibrationSignalReport

Auto Trait Implementations§

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

§

impl<T> CloneToUninit for T
where T: Clone,

§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
§

impl<T> From<T> for T

§

fn from(t: T) -> T

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

§

impl<T> IntoEither for T

§

fn into_either(self, into_left: bool) -> Either<Self, Self>

§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

§

impl<T> Pointable for T

§

const ALIGN: usize

§

type Init = T

§

unsafe fn init(init: <T as Pointable>::Init) -> usize

§

unsafe fn deref<'a>(ptr: usize) -> &'a T

§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

§

unsafe fn drop(ptr: usize)

§

impl<T> Same for T

§

type Output = T

§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

§

fn to_subset(&self) -> Option<SS>

§

fn is_in_subset(&self) -> bool

§

fn to_subset_unchecked(&self) -> SS

§

fn from_subset(element: &SS) -> SP

§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

§

fn to_owned(&self) -> T

§

fn clone_into(&self, target: &mut T)

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

§

impl<T> Scalar for T
where T: 'static + Clone + PartialEq + Debug,