Skip to content

Instantly share code, notes, and snippets.

@thakursaurabh1998
Last active June 14, 2020 09:49
Show Gist options
  • Save thakursaurabh1998/34bb413cb53747bed17b0616c9184584 to your computer and use it in GitHub Desktop.
Save thakursaurabh1998/34bb413cb53747bed17b0616c9184584 to your computer and use it in GitHub Desktop.
{
"status": "AVAILABLE",
"offerCode": "FREE_AWI",
"includedScids": ["SCAW_0001"],
"endDate": ISODate("2020-03-13T10:00:00.000Z"),
"startDate": ISODate("2020-02-23T18:30:00.000Z"),
"discount": {
"type": "percentage",
"value": 1.0
},
"eligibility": {
"model": "User",
"operation": "count",
"query": "{\"broker.userId\":\"<%=brokeruserId%>\",\"investedSmallcases\":[]}",
"type": "query",
"expectedResult": 1.0
},
"redemption": {
"model": "Order",
"operation": "count",
"query": "{\"brokeruserId\":\"<%=brokeruserId%>\", scid: \"SCAW_0001\", \"batchId\":\"<%=batchId%>\", \"date\":{\"$gte\":\"<%=startDate%>\"}",
"type": "query",
"expectedResult": 1.0
},
"invalidation": {
"model": "Order",
"operation": "count",
"query": "{\"brokeruserId\":\"<%=brokeruserId%>\",\"batchId\":\"<%=batchId%>\",\"date\":{\"$gte\":\"<%=startDate%>\"},\"buyAmount\":{\"$gt\":0},\"originalLabel\":\"BUY\"}",
"type": "query",
"expectedResult": 1.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment