Class FinTaxExemption
Holds the data of a single withholding tax exemption record (Freistellungsdaten).
(HIFRD)
Inheritance
FinTaxExemption
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinTaxExemption
Constructors
FinTaxExemption(FinSegment)
Declaration
public FinTaxExemption(FinSegment aHIFRD)
Parameters
Properties
ExemptAmount
The maximum amount of capital gain that may be exempted from withholding tax
deductions.
Declaration
public SwiftAmt ExemptAmount { get; }
Property Value
ExemptionType
Declaration
public FinTaxExemptionType ExemptionType { get; }
Property Value
OrderID
Declaration
public string OrderID { get; }
Property Value
RemainingAmount
Amount that is still available for exemption from tax deductions.
Declaration
public SwiftAmt RemainingAmount { get; }
Property Value
Type |
Description |
SwiftAmt |
This value is optional and may not be provided by the bank.
|
SubmissionDate
Declaration
public DateTime SubmissionDate { get; }
Property Value
UsedAmount
Portion of the ExemptAmount that has already been exempted from tax
deduction.
Declaration
public SwiftAmt UsedAmount { get; }
Property Value
Type |
Description |
SwiftAmt |
This value is optional and may not be provided by the bank.
|
ValidFrom
Declaration
public DateTime ValidFrom { get; }
Property Value
ValidTill
Declaration
public DateTime ValidTill { get; }
Property Value