class

Plaid::AssetReportInvestmentSecurity

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Investment security associated with the account.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, security_id : String | Nil = nil, name : String | Nil = nil, ticker_symbol : String | Nil = nil, _type : String | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

_type

The security type of the holding. Valid security types are: cash: Cash, currency, and money market funds cryptocurrency: Digital or virtual currencies derivative: Options, warrants, and other derivative instruments equity: Domestic and foreign equities etf: Multi-asset exchange-traded investment funds fixed income: Bonds and certificates of deposit (CDs) loan: Loans and loan receivables mutual fund: Open- and closed-end vehicles pooling funds of multiple investors other: Unknown or other investment types

Source
_type=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
name

A descriptive name for the security, suitable for display.

Source
name=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned

Source
security_id

A unique, Plaid-specific identifier for the security, used to associate securities with holdings. Like all Plaid identifiers, the security_id is case sensitive. The security_id may change if inherent details of the security change due to a corporate action, for example, in the event of a ticker symbol change or CUSIP change.

Source
security_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] security_id Object to be assigned

Source
ticker_symbol

The security’s trading symbol for publicly traded securities, and otherwise a short identifier if available.

Source
ticker_symbol=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] ticker_symbol Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source