Class CashDividend
java.lang.Object
markets.alpaca.client.openapi.data.model.CashDividend
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CashDividend
extends Object
implements Serializable
Cash dividend.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumSub-type of the cash dividend. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondueBillOffDate(LocalDate dueBillOffDate) dueBillOnDate(LocalDate dueBillOnDate) booleanstatic CashDividendCreate an instance of CashDividend given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The ISO 4217 currency code associated with the corporate action.getCusip()Get cusipGet dueBillOffDateGet dueBillOnDateThe ex-date marks the cutoff point for shareholders to be credited.Get foreigngetId()The internal Alpaca identifier of the corporate action.getIsin()International Securities Identification Number (ISIN) as defined by ISO 6166.The date when the corporate action benefit is paid or distributed.The date when the corporate action is processed by Alpaca.getRate()Get rateThe date shareholders must own shares to receive the benefit.Get specialSub-type of the cash dividend.Get symbolinthashCode()payableDate(LocalDate payableDate) processDate(LocalDate processDate) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.recordDate(LocalDate recordDate) voidsetCurrency(String currency) voidvoidsetDueBillOffDate(LocalDate dueBillOffDate) voidsetDueBillOnDate(LocalDate dueBillOnDate) voidvoidsetForeign(Boolean foreign) voidvoidvoidsetPayableDate(LocalDate payableDate) voidsetProcessDate(LocalDate processDate) voidvoidsetRecordDate(LocalDate recordDate) voidsetSpecial(Boolean special) voidsetSubType(CashDividend.SubTypeEnum subType) voidsubType(CashDividend.SubTypeEnum subType) toJson()Convert an instance of CashDividend to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_CUSIP
- See Also:
-
SERIALIZED_NAME_DUE_BILL_OFF_DATE
- See Also:
-
SERIALIZED_NAME_DUE_BILL_ON_DATE
- See Also:
-
SERIALIZED_NAME_EX_DATE
- See Also:
-
SERIALIZED_NAME_FOREIGN
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_ISIN
- See Also:
-
SERIALIZED_NAME_PAYABLE_DATE
- See Also:
-
SERIALIZED_NAME_PROCESS_DATE
- See Also:
-
SERIALIZED_NAME_RATE
- See Also:
-
SERIALIZED_NAME_RECORD_DATE
- See Also:
-
SERIALIZED_NAME_SPECIAL
- See Also:
-
SERIALIZED_NAME_SUB_TYPE
- See Also:
-
SERIALIZED_NAME_SYMBOL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CashDividend
public CashDividend()
-
-
Method Details
-
currency
-
getCurrency
The ISO 4217 currency code associated with the corporate action. Empty value can mean USD, non-applicable (e.g. for name changes) or unknown (can change later to a valid currency).- Returns:
- currency
-
setCurrency
-
cusip
-
getCusip
Get cusip- Returns:
- cusip
-
setCusip
-
dueBillOffDate
-
getDueBillOffDate
Get dueBillOffDate- Returns:
- dueBillOffDate
-
setDueBillOffDate
-
dueBillOnDate
-
getDueBillOnDate
Get dueBillOnDate- Returns:
- dueBillOnDate
-
setDueBillOnDate
-
exDate
-
getExDate
The ex-date marks the cutoff point for shareholders to be credited.- Returns:
- exDate
-
setExDate
-
foreign
-
getForeign
Get foreign- Returns:
- foreign
-
setForeign
-
id
-
getId
The internal Alpaca identifier of the corporate action.- Returns:
- id
-
setId
-
isin
-
getIsin
International Securities Identification Number (ISIN) as defined by ISO 6166. May be empty for US corporate actions.- Returns:
- isin
-
setIsin
-
payableDate
-
getPayableDate
The date when the corporate action benefit is paid or distributed.- Returns:
- payableDate
-
setPayableDate
-
processDate
-
getProcessDate
The date when the corporate action is processed by Alpaca.- Returns:
- processDate
-
setProcessDate
-
rate
-
getRate
Get rate- Returns:
- rate
-
setRate
-
recordDate
-
getRecordDate
The date shareholders must own shares to receive the benefit.- Returns:
- recordDate
-
setRecordDate
-
special
-
getSpecial
Get special- Returns:
- special
-
setSpecial
-
subType
-
getSubType
Sub-type of the cash dividend.- Returns:
- subType
-
setSubType
-
symbol
-
getSymbol
Get symbol- Returns:
- symbol
-
setSymbol
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CashDividend instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CashDividend
-
fromJson
Create an instance of CashDividend given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CashDividend
- Throws:
IOException- if the JSON string is invalid with respect to CashDividend
-
toJson
Convert an instance of CashDividend to an JSON string- Returns:
- JSON string
-