| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| id | String | ||
| name | String | ||
| investment_value | Float | ||
| current_value | Float | ||
| currency_code | String | ||
| plan_info | SipPlanInformation | ||
| investment_info | SipInvestmentInformation | ||
| holder | Holder | ||
| transactions | Boolean |
require 'mydatamyconsent'
instance = MyDataMyConsent::FinancialAccountSip.new(
type: Sip,
id: null,
name: null,
investment_value: null,
current_value: null,
currency_code: null,
plan_info: null,
investment_info: null,
holder: null,
transactions: null
)