MyDataMyConsent::FinancialAccountEquity Properties Name Type Description Notes type String id String name String issuer_name String exchange String isin String units Integer investment_value Float current_value Float currency_code String holder Holder transactions Boolean Example require 'mydatamyconsent' instance = MyDataMyConsent::FinancialAccountEquity.new( type: Equity, id: null, name: null, issuer_name: null, exchange: null, isin: null, units: null, investment_value: null, current_value: null, currency_code: null, holder: null, transactions: null )