Skip to content
Open
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
[
{
"group": "security-lending",
"name": "Execution Cash",
"description": "Security Lending",
"inputFile": "cdm-sample-files/functions/sec-lending/execution/execution-cash-input.json",
"expectedOutputFile": "cdm-sample-files/functions/sec-lending/execution/execution-cash-output.json",
"markDownFile" : "cdm-sample-files/functions/sec-lending/execution/execution-cash.md",
"executableFunctionClass": "cdm.event.common.functions.Create_BusinessEvent",
"nativeFunction": true
},
{
"group": "security-lending",
"name": "Execution Cash Benchmark",
"description": "Security Lending",
"inputFile": "cdm-sample-files/functions/sec-lending/execution/execution-cash-benchmark-input.json",
"expectedOutputFile": "cdm-sample-files/functions/sec-lending/execution/execution-cash-benchmark-output.json",
"markDownFile" : "cdm-sample-files/functions/sec-lending/execution/execution-cash-benchmark.md",
"executableFunctionClass": "cdm.event.common.functions.Create_BusinessEvent",
"nativeFunction": true
},
{
"group": "security-lending",
"name": "Execution Non-Cash",
"description": "Security Lending",
"inputFile": "cdm-sample-files/functions/sec-lending/execution/execution-noncash-portfolio-input.json",
"expectedOutputFile": "cdm-sample-files/functions/sec-lending/execution/execution-noncash-portfolio-output.json",
"markDownFile" : "cdm-sample-files/functions/sec-lending/execution/execution-noncash-portfolio.md",
"executableFunctionClass": "cdm.event.common.functions.Create_BusinessEvent",
"nativeFunction": true
},
{
"group": "security-lending",
"name": "Allocation",
Expand Down
Loading