Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 901 Bytes

File metadata and controls

41 lines (23 loc) · 901 Bytes

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