public static final class GVRWPDepotList.Entry.Gattung extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GVRWPDepotList.Entry.Gattung.SubSaldo
Untersaldoinformationen, das heiÃt Informationen über die Zusammensetzung
des Saldos einer Wertpapiergattung.
|
| Modifier and Type | Field and Description |
|---|---|
String |
branche
Branchenschlüssel gemäà WM GD 200 (optional)
|
String |
countryEmittent
Land des Emittenten (Country-Code wie in Kontodaten) (optional)
|
String |
curr
Depotwährung (optional)
|
int |
days
Anzahl der aufgelaufenen Tage (optional)
|
BigDecimalValue |
depotwert
Kurswert zum Gesamtsaldo
saldo (optional) |
BigDecimalValue |
einstandspreis
Einstandspreis/-kurs (optional).
|
Date |
faellig
Fälligkeitsdatum (optional)
|
String |
isin
ISIN des Wertpapiers (optional)
|
Date |
kauf
Kaufdatum (optional)
|
BigDecimalValue |
kontraktbasispreis |
int |
kontraktsize |
int |
kontrakttype |
Date |
kontraktverfall |
int |
kontraktversion |
String |
name
Wertpapierbezeichnung
|
BigDecimalValue |
price
Preis pro Einheit (optional).
|
static int |
PRICE_QUALIF_HINT |
static int |
PRICE_QUALIF_MRKT |
static int |
PRICE_TYPE_PRCT |
static int |
PRICE_TYPE_VALUE |
int |
pricequalifier
Hinweise zum Preis
price (optional). |
int |
pricetype
Gibt den Typ des Preises
price an (optional). |
BigDecimalValue |
saldo
Gesamtsaldo dieser Gattung.
|
int |
saldo_type
Typ des Gesamtsaldos.
|
int |
source
Herkunft von Preis/Kurs (optional).
|
String |
source_comment
Bemerkungen zur Herkunft von Preis/Kurs
source (optional). |
static int |
SOURCE_LOC |
static int |
SOURCE_SELLER |
static int |
SOURCE_THEOR |
BigDecimalValue |
stueckzinsbetrag
Betrag der Stückzinsen (optional)
|
String |
symbol |
Date |
timestamp_price
Zeitpunkt, wann
price notiert wurde (optional). |
String |
underlyingisin |
String |
underlyingwkn |
String |
wkn
WKN des Wertpapiers (optional)
|
String |
wptype
Wertpapierart gemäà WM GD 195 (optional)
|
String |
xchg_cur1 |
String |
xchg_cur2 |
double |
xchg_kurs |
long |
zinssatz
Zinssatz als Prozentangabe bei verzinslichen Papieren (optional)
|
| Constructor and Description |
|---|
Gattung() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubSaldo(GVRWPDepotList.Entry.Gattung.SubSaldo subsaldo) |
GVRWPDepotList.Entry.Gattung.SubSaldo[] |
getEntries()
Gibt alle Unter-Saldoinformationen in einem Array zurück.
|
String |
toString() |
public static final int PRICE_TYPE_PRCT
public static final int PRICE_TYPE_VALUE
public static final int PRICE_QUALIF_MRKT
public static final int PRICE_QUALIF_HINT
public static final int SOURCE_LOC
public static final int SOURCE_THEOR
public static final int SOURCE_SELLER
public String isin
public String wkn
public String name
public int pricetype
price an (optional).
PRICE_TYPE_PRCT - Preis ist ein ProzentsatzPRICE_TYPE_VALUE - Preis ist ein Geldbetragpublic int pricequalifier
price (optional).
PRICE_QUALIF_MRKT - Marktpreis (z.B. aktueller Börsenkurs)PRICE_QUALIF_HINT - Hinweispreis (rechnerischer bzw. ermittelter Preis)public BigDecimalValue price
pricetype=PRICE_TYPE_PRCT auf "%" gesetzt.public int source
SOURCE_LOC - lokale BörseSOURCE_THEOR - theoretischer WertSOURCE_SELLER - Verkäufer als Quellepublic String source_comment
source (optional).
Bei source=SOURCE_LOC kann der Name der Börse
als MIC angegeben werdenpublic int saldo_type
GVRWPDepotList.Entry.SALDO_TYPE_STCK - Saldo ist eine
StückzahlGVRWPDepotList.Entry.SALDO_TYPE_WERT - Saldo ist ein Betragpublic BigDecimalValue saldo
public int days
public BigDecimalValue depotwert
saldo (optional)public BigDecimalValue stueckzinsbetrag
public String xchg_cur1
public String xchg_cur2
public double xchg_kurs
public String curr
public String wptype
public String branche
public String countryEmittent
public Date kauf
public Date faellig
public BigDecimalValue einstandspreis
public long zinssatz
public int kontrakttype
public Date kontraktverfall
public int kontraktversion
public int kontraktsize
public String symbol
public String underlyingwkn
public String underlyingisin
public BigDecimalValue kontraktbasispreis
public void addSubSaldo(GVRWPDepotList.Entry.Gattung.SubSaldo subsaldo)
public GVRWPDepotList.Entry.Gattung.SubSaldo[] getEntries()
null, das Array kann aber
die Länge 0 haben.Copyright © 2020. All rights reserved.