pub enum EstimationComplexity {
Simple,
Moderate,
Complex,
}Expand description
Complexity of the underlying estimate per ISA 540.
Only populated for ScotTransactionType::Estimation SCOTs.
Variants§
Simple
Straightforward estimation with observable inputs (e.g. straight-line depreciation).
Moderate
Moderate complexity — some unobservable inputs or model uncertainty (e.g. ECL provisioning with internal historical data).
Complex
Highly complex — significant unobservable inputs, multiple methodologies possible, or high sensitivity to assumptions (e.g. pension obligations, level-3 fair value).
Trait Implementations§
Source§impl Clone for EstimationComplexity
impl Clone for EstimationComplexity
Source§fn clone(&self) -> EstimationComplexity
fn clone(&self) -> EstimationComplexity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EstimationComplexity
impl Debug for EstimationComplexity
Source§impl<'de> Deserialize<'de> for EstimationComplexity
impl<'de> Deserialize<'de> for EstimationComplexity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EstimationComplexity
impl Display for EstimationComplexity
Source§impl Hash for EstimationComplexity
impl Hash for EstimationComplexity
Source§impl PartialEq for EstimationComplexity
impl PartialEq for EstimationComplexity
Source§impl Serialize for EstimationComplexity
impl Serialize for EstimationComplexity
impl Copy for EstimationComplexity
impl Eq for EstimationComplexity
impl StructuralPartialEq for EstimationComplexity
Auto Trait Implementations§
impl Freeze for EstimationComplexity
impl RefUnwindSafe for EstimationComplexity
impl Send for EstimationComplexity
impl Sync for EstimationComplexity
impl Unpin for EstimationComplexity
impl UnsafeUnpin for EstimationComplexity
impl UnwindSafe for EstimationComplexity
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.