Skip to content

Commit

Permalink
Merge pull request #10030 from vegaprotocol/0019-MCAL-027
Browse files Browse the repository at this point in the history
feat: update AC 0019-MCAL-027, 0019-MCAL-030
  • Loading branch information
Jiajia-Cui authored Nov 9, 2023
2 parents e1f1379 + 2bd395e commit dfddfdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Feature: Test funding margin for Perps market

And the markets:
| id | quote name | asset | risk model | margin calculator | auction duration | fees | price monitoring | data source config | linear slippage factor | quadratic slippage factor | position decimal places | market type | sla params |
| ETH/DEC19 | ETH | USD | default-simple-risk-model-3 | default-margin-calculator | 1 | default-none | default-none | perp-oracle | 1e6 | 1e6 | -3 | perp | default-futures |
| ETH/DEC19 | ETH | USD | default-simple-risk-model-3 | default-margin-calculator | 1 | default-none | default-none | perp-oracle | 1e6 | 0 | -3 | perp | default-futures |

And the following network parameters are set:
| name | value |
| market.auction.minimumDuration | 1 |
| limits.markets.maxPeggedOrders | 2 |

@Perpetual
Scenario: (0019-MCAL-020, 0019-MCAL-021) check funding margin for Perps market when clumps are 0.1 and 0.15
Scenario: (0019-MCAL-027, 0019-MCAL-030) check funding margin for Perps market when clumps are 0.1 and 0.15
Given the following network parameters are set:
| name | value |
| network.markPriceUpdateMaximumFrequency | 5s |
Expand Down

0 comments on commit dfddfdf

Please sign in to comment.