Skip to main content

Form8995AMap

Struct Form8995AMap 

Source
pub struct Form8995AMap {
Show 20 fields pub form: String, pub year: i32, pub identity: IdentityCells, pub line27: MoneyCell, pub line28: MoneyCell, pub line29: MoneyCell, pub line30: MoneyCell, pub line31: MoneyCell, pub line32: MoneyCell, pub line33: MoneyCell, pub line34: MoneyCell, pub line35: MoneyCell, pub line36: MoneyCell, pub line37: MoneyCell, pub line38: MoneyCell, pub line39: MoneyCell, pub line40: MoneyCell, pub part1_row_a: Form8995APartIRowACells, pub part2_col_a: Form8995APartIiCells, pub part3_col_a: Form8995APartIiiCells,
}
Expand description

The Form 8995 (QBI deduction, simplified) field map for one tax year.

The Part I trade/business table (rows 1i–1v) and line 3 are deliberately unmapped: v1’s only QBI is §199A REIT dividends, so there is no business to list. Lines 2/4/5 ARE filled, at zero.

Lines 7, 16 and 17 are PARENTHESIZED boxes — the form prints the minus sign, so the value must be a POSITIVE MAGNITUDE. qbi::Form8995Lines guarantees that. Form 8995-A (§G-28/B1a) — Part IV only. See forms/2024/f8995a.map.toml for the scope note and for how the field assignment was corroborated rather than assumed.

Fields§

§form: String

"f8995a".

§year: i32

Tax year.

§identity: IdentityCells

Name + SSN. REQUIRED — a schedule that does not name its taxpayer is not filable.

§line27: MoneyCell

Part IV lines 27-40, in the form’s own numbering. See forms/2024/f8995a.map.toml for how the assignment was corroborated (column partition, the inset (loss) pair, and monotonic y) rather than assumed from field order.

§line28: MoneyCell§line29: MoneyCell

Parenthesized — the box supplies the minus sign, so a POSITIVE MAGNITUDE is written.

§line30: MoneyCell§line31: MoneyCell§line32: MoneyCell§line33: MoneyCell§line34: MoneyCell§line35: MoneyCell§line36: MoneyCell§line37: MoneyCell§line38: MoneyCell

DPAD — mapped so the cell is authorized, but written only if a value ever exists. btctax fills no Schedule D (Form 8995-A), so today it is always blank.

§line39: MoneyCell§line40: MoneyCell

Parenthesized — POSITIVE MAGNITUDE.

§part1_row_a: Form8995APartIRowACells

§G-28/B1b — Part I row A’s five columns. See the map TOML for how (b)/(c)/(d)/(e) were assigned by x-position: the dump lists the checkboxes c1_3, c1_1, c1_2, so reading field order would transpose “specified service” with “patron”.

§part2_col_a: Form8995APartIiCells

§G-28/B1b — Part II lines 2-16, COLUMN A (the first widget of each row triple).

§part3_col_a: Form8995APartIiiCells

§G-28/B1b — Part III lines 17-26. Lines 20-24 are the single Ln entry boxes, NOT column A.

Implementations§

Source§

impl Form8995AMap

Source

pub fn ty2024() -> Self

The bundled TY2024 map.

Trait Implementations§

Source§

impl Clone for Form8995AMap

Source§

fn clone(&self) -> Form8995AMap

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for Form8995AMap

Source§

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

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Form8995AMap

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. 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> CloneToUninit for T
where T: Clone,

Source§

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

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

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> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

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

Uses borrowed data to replace owned data, usually by cloning. Read more
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