Task/extend user settings in test files (#5836)

* Extend user settings by performance calculation type
pull/5891/head
Thomas Kaul 4 months ago committed by GitHub
parent 60bfe1eaa6
commit e5550a4322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,5 +14,11 @@
"type": "BUY",
"unitPrice": 100.0
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -14,5 +14,11 @@
"type": "BUY",
"unitPrice": 100.0
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -14,5 +14,11 @@
"type": "BUY",
"unitPrice": 100.0
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -14,5 +14,11 @@
"type": "BUY",
"unitPrice": 100.0
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -14,5 +14,11 @@
"type": "<invalid>",
"unitPrice": 100.0
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -15,5 +15,11 @@
"date": "1990-01-01T00:00:00.000Z",
"symbol": "MSFT"
}
]
],
"user": {
"settings": {
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -6019,7 +6019,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -23,7 +23,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -36,7 +36,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -23,7 +23,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -31,7 +31,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -27,7 +27,8 @@
],
"user": {
"settings": {
"currency": "CHF"
"currency": "CHF",
"performanceCalculationType": "ROAI"
}
}
}

@ -27,7 +27,8 @@
],
"user": {
"settings": {
"currency": "CHF"
"currency": "CHF",
"performanceCalculationType": "ROAI"
}
}
}

@ -47,7 +47,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -147,7 +147,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -40,7 +40,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

@ -47,7 +47,8 @@
],
"user": {
"settings": {
"currency": "USD"
"currency": "USD",
"performanceCalculationType": "ROAI"
}
}
}

Loading…
Cancel
Save