OptimalPortfolio
Properties
Name | Type | Description | Notes |
---|---|---|---|
acctName | String | Account path | [optional] |
excludeZero | Boolean | Exclude zero | [optional] |
archiveDate | String | Archive date | [optional] |
ifAcctExists | IfAcctExistsEnum | Archive action if account exists | [optional] |
ifOfdbDateExists | IfOfdbDateExistsEnum | Action if ofdb date exists | [optional] |
Enum: IfAcctExistsEnum
Name | Value |
---|---|
ABORT | "abort" |
OVERWRITE | "overwrite" |
APPENDDATE | "appendDate" |
Enum: IfOfdbDateExistsEnum
Name | Value |
---|---|
ABORT | "abort" |
REPLACEDATE | "replaceDate" |
APPENDSECURITIES | "appendSecurities" |
Implemented Interfaces
- Serializable