Package org.kapott.hbci.GV_Result
Class GVRWPDepotUms.Entry.FinancialInstrument.Transaction
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRWPDepotUms.Entry.FinancialInstrument.Transaction
-
- Enclosing class:
- GVRWPDepotUms.Entry.FinancialInstrument
public static class GVRWPDepotUms.Entry.FinancialInstrument.Transaction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description TypedValueanzahlAnzahl/Betrag der Papiere im UmsatzBigDecimalValuebetragBetrag des UmsatzesintbezahlungGegen Bezahlung oder frei? (siehe Konstanten BEZAHLUNG*)static intBEZAHLUNG_FREIThe transaction is free of payment.static intBEZAHLUNG_GEGEN_ZAHLUNGThe transaction is versus payment.booleanccp_eligibilityThe transaction was initiated by CCP.A.java.util.DatedatumEffektives Datum der Transaktionjava.util.Datedatum_valutaValutadatum der Transaktionjava.lang.Stringfreitext_detailsFreitext mit Transaktionsdetailsjava.lang.StringgegenparteiGegenpartei der Transaktionstatic intINDICATOR_CORPORATE_ACTIONThe transaction relates to corporate action.static intINDICATOR_KAPITALMASSNAHMEDeprecated.static intINDICATOR_LEIHETransaktion im Zusammenhang mit Leihestatic intINDICATOR_SETTLEMENT_CLEARINGThe transaction relates to settlement and clearingstatic intINDICATOR_SICHERHEITENTransaktion im Zusammenhang mit Sicherheitenjava.lang.StringkundenreferenzKundenreferenznummerintrichtungLieferung oder Erhalt? (siehe Konstanten RICHTUNG*)static intRICHTUNG_ERHALTThe transaction is a receipt.static intRICHTUNG_LIEFERUNGThe transaction is a delivery.booleanstornoTransaktion ist ein Storno einer anderen Transaktionintstueckzins_tageAnzahl der aufgelaufenen Tage für StückzinsenBigDecimalValuestueckzinsenBetrag der Stueckzinseninttransaction_indicatorArt der Transaktion (siehe Konstanten INDICATOR*)
-
Constructor Summary
Constructors Constructor Description Transaction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
INDICATOR_SETTLEMENT_CLEARING
public static final int INDICATOR_SETTLEMENT_CLEARING
The transaction relates to settlement and clearing- See Also:
- Constant Field Values
-
INDICATOR_CORPORATE_ACTION
public static final int INDICATOR_CORPORATE_ACTION
The transaction relates to corporate action.- See Also:
- Constant Field Values
-
INDICATOR_KAPITALMASSNAHME
@Deprecated public static final int INDICATOR_KAPITALMASSNAHME
Deprecated.- See Also:
- Constant Field Values
-
INDICATOR_LEIHE
public static final int INDICATOR_LEIHE
Transaktion im Zusammenhang mit Leihe- See Also:
- Constant Field Values
-
INDICATOR_SICHERHEITEN
public static final int INDICATOR_SICHERHEITEN
Transaktion im Zusammenhang mit Sicherheiten- See Also:
- Constant Field Values
-
RICHTUNG_LIEFERUNG
public static final int RICHTUNG_LIEFERUNG
The transaction is a delivery.- See Also:
- Constant Field Values
-
RICHTUNG_ERHALT
public static final int RICHTUNG_ERHALT
The transaction is a receipt.- See Also:
- Constant Field Values
-
BEZAHLUNG_GEGEN_ZAHLUNG
public static final int BEZAHLUNG_GEGEN_ZAHLUNG
The transaction is versus payment.- See Also:
- Constant Field Values
-
BEZAHLUNG_FREI
public static final int BEZAHLUNG_FREI
The transaction is free of payment.- See Also:
- Constant Field Values
-
kundenreferenz
public java.lang.String kundenreferenz
Kundenreferenznummer
-
anzahl
public TypedValue anzahl
Anzahl/Betrag der Papiere im Umsatz
-
betrag
public BigDecimalValue betrag
Betrag des Umsatzes
-
stueckzinsen
public BigDecimalValue stueckzinsen
Betrag der Stueckzinsen
-
stueckzins_tage
public int stueckzins_tage
Anzahl der aufgelaufenen Tage für Stückzinsen
-
transaction_indicator
public int transaction_indicator
Art der Transaktion (siehe Konstanten INDICATOR*)
-
richtung
public int richtung
Lieferung oder Erhalt? (siehe Konstanten RICHTUNG*)
-
bezahlung
public int bezahlung
Gegen Bezahlung oder frei? (siehe Konstanten BEZAHLUNG*)
-
ccp_eligibility
public boolean ccp_eligibility
The transaction was initiated by CCP.A.
-
datum
public java.util.Date datum
Effektives Datum der Transaktion
-
datum_valuta
public java.util.Date datum_valuta
Valutadatum der Transaktion
-
storno
public boolean storno
Transaktion ist ein Storno einer anderen Transaktion
-
gegenpartei
public java.lang.String gegenpartei
Gegenpartei der Transaktion
-
freitext_details
public java.lang.String freitext_details
Freitext mit Transaktionsdetails
-
-