Advertisement
ariswb22

CollateralLinks

Jul 5th, 2022
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. # ContractId - Fdr..Contracts
  2. {
  3.     "type": "ContractId",
  4.     "parameters": [
  5.         {
  6.             "type": "Trim",
  7.             "comment": "Removes all leading and trailing white-space characters.",
  8.             "parameter": {
  9.                 "type": "Map",
  10.                 "fromProperty": "InstrumentId"
  11.             }
  12.         },
  13.         {
  14.             "type": "Map",
  15.             "fromProperty": "ReportingDate"
  16.         },
  17.         {
  18.             "type": "FixedValue",
  19.             "fromValue": "BRX_LOAN_DEPOSIT"
  20.         }
  21.     ]
  22. }
  23.  
  24. ----- # ContractId - Fdr..CollateralContracts
  25. {
  26.     "type": "Array",
  27.     "fromProperty": "CONTRACTS",
  28.     "array": [
  29.         {
  30.             "toProperty": "ContractId",
  31.             "transformations": [
  32.                 {
  33.                     "type": "ContractId",
  34.                     "parameters": [
  35.                         {
  36.                             "type": "Trim",
  37.                             "comment": "Removes all leading and trailing white-space characters.",
  38.                             "parameter": {
  39.                                 "type": "Map",
  40.                                 "fromProperty": "OriginContract",
  41.                                 "comment": ""
  42.                             }
  43.                         },
  44.                         {
  45.                             "type": "Map",
  46.                             "fromProperty": "parent.ReportingDate"
  47.                         },
  48.                         {
  49.                             "type": "FixedValue",
  50.                             "fromValue": "BRX_LOAN_DEPOSIT"
  51.                         }
  52.                     ]
  53.                 }
  54.             ]
  55.         }
  56.     ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement