Skip to main content

TaxYearReport

Struct TaxYearReport 

Source
pub struct TaxYearReport {
    pub outcome: TaxOutcome,
    pub advisory: Option<String>,
    pub schedule_d: ScheduleDTotals,
    pub gift_advisory: Option<String>,
    pub schedule_se: Option<String>,
    pub donation_appraisal: Option<String>,
    pub tranche_advisory: Option<String>,
    pub dual_report: Option<String>,
    pub pseudo_contributed: PseudoDisclosure,
}
Expand description

The full report --tax-year bundle, in print order. A NAMED STRUCT (was a 7-tuple) so a new field can never silently transpose with an existing one at a call site (Fable IMPL-P4 r1 N1, p4-r1-n1).

Fields§

§outcome: TaxOutcome

The frozen crypto-DELTA engine’s outcome for the year.

§advisory: Option<String>

M4 carryforward-consistency advisory (non-gating).

§schedule_d: ScheduleDTotals

RAW pre-netting Schedule D part totals.

§gift_advisory: Option<String>

Standalone Form 709 gift advisory.

§schedule_se: Option<String>

Standalone Schedule SE §1401 section.

§donation_appraisal: Option<String>

§170(f)(11)(F) year-aggregate donation appraisal advisory.

§tranche_advisory: Option<String>

Conservative-filing (D-9) advisory: per-disposal tranche dip lines + per-wallet method-inversion warnings. Provenance-neutral; non-gating (never affects the outcome or exit code).

§dual_report: Option<String>

The §6 dual-report block (absolute filed return + crypto delta + the P5 advisories). Some only for a ReturnInputs-provenance year; None on the delta-only path.

§pseudo_contributed: PseudoDisclosure

UX-P4-1: the pseudo-disclosure channel for this year’s figures — the full §3.1 predicate (pseudo_active() OR PseudoPlaceholder, Synthetic-wins). Drives the banner + [PSEUDO] suffix on every number-bearing surface (delta report, dual-report absolute totals, TUI Tax tab) and the fail-closed --write-carryover gate; None when the figures are not pseudo-contributed.

Trait Implementations§

Source§

impl Debug for TaxYearReport

Source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

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

Source§

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

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

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

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

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

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

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

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

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

Source§

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

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

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

Source§

fn vzip(self) -> V