You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Hub Operator
I want to be able to define if position should be automatically reset on settlement model level
so that upon settling a settlement, positions are updated according to the settlement model configuration
Tasks:
Add settlementModel.autoPositionReset db column [@ggrg]
Fix POST /settlementModel to plural /settlementModels [@ggrg]
Update POST /settlementModels admin api to require and populate the newly added column [@ggrg]
Enhance updateSettlementById handler to use the newly added config, so that when autoPositionReset is set to false, settlement transfer is not created [@ggrg]
Acceptance Criteria:
Designs are up-to date
Unit Tests pass
Integration Tests pass
Code Style & Coverage meets standards
Changes made to config (default.json) are broadcast to team and follow-up tasks added to update helm charts and other deployment config.
Whether positions are to be automatically reset /adjusted upon Settling or not, can be set using config at deployment time by Hub Operators.
Goal:
As a Hub Operator
I want to be able to define if position should be automatically reset on settlement model level
so that upon settling a settlement, positions are updated according to the settlement model configuration
Tasks:
Update GET /settlementModels and GET /settlementModels/{name} to report autoPositionReset config(moved to Implement settlementModels management - GET and PUT operations #1207)Acceptance Criteria:
Designs are up-to dateChanges made to config (default.json) are broadcast to team and follow-up tasks added to update helm charts and other deployment config.Pull Requests:
Follow-up:
Dependencies:
Accountability:
The text was updated successfully, but these errors were encountered: