Trade Capture

Create new CDM-compliant trade records

Product Type
Trade Details
Fixed Leg
Floating Leg
Counterparties
Party A (Fixed Payer)
Party B (Float Receiver)
CDM JSON Preview
CDM Trade Objectjson
1{
2 "trade": {
3 "tradeIdentifier": [
4 {
5 "identifier": {
6 "value": "TRD-MLMUF05O-ZKJQ"
7 }
8 }
9 ],
10 "tradeDate": {
11 "value": "2026-02-14"
12 },
13 "product": {
14 "contractualProduct": {
15 "economicTerms": {
16 "payout": {
17 "interestRatePayout": [
18 {
19 "payerReceiver": {
20 "payer": "Party1",
21 "receiver": "Party2"
22 },
23 "rateSpecification": {
24 "fixedRate": {
25 "rateSchedule": {
26 "price": {
27 "value": 0.0325
28 }
29 }
30 }
31 },
32 "dayCountFraction": "30/360",
33 "calculationPeriodDates": {
34 "effectiveDate": {
35 "adjustableDate": {
36 "unadjustedDate": "2026-02-18"
37 }
38 },
39 "terminationDate": {
40 "adjustableDate": {
41 "unadjustedDate": "2031-02-18"
42 }
43 },
44 "calculationPeriodFrequency": {
45 "period": "M",
46 "periodMultiplier": 6
47 }
48 },
49 "paymentDates": {
50 "paymentFrequency": {
51 "period": "M",
52 "periodMultiplier": 6
53 }
54 },
55 "priceQuantity": {
56 "quantitySchedule": {
57 "value": 50000000
58 },
59 "unitOfAmount": {
60 "currency": {
61 "value": "USD"
62 }
63 }
64 }
65 },
66 {
67 "payerReceiver": {
68 "payer": "Party2",
69 "receiver": "Party1"
70 },
71 "rateSpecification": {
72 "floatingRate": {
73 "floatingRateIndex": "SOFR",
74 "spreadSchedule": {
75 "value": 0
76 }
77 }
78 },
79 "dayCountFraction": "ACT/360",
80 "calculationPeriodDates": {
81 "effectiveDate": {
82 "adjustableDate": {
83 "unadjustedDate": "2026-02-18"
84 }
85 },
86 "terminationDate": {
87 "adjustableDate": {
88 "unadjustedDate": "2031-02-18"
89 }
90 }
91 }
92 }
93 ]
94 }
95 }
96 }
97 },
98 "party": [
99 {
100 "name": {
101 "value": "Goldman Sachs International"
102 },
103 "partyId": [
104 {
105 "identifier": {
106 "value": "W22LROWP2IHZNBB6K528"
107 },
108 "identifierType": "LEI"
109 }
110 ]
111 },
112 {
113 "name": {
114 "value": "Barclays Bank PLC"
115 },
116 "partyId": [
117 {
118 "identifier": {
119 "value": "G5GSEF7VJP5I7OUK5573"
120 },
121 "identifierType": "LEI"
122 }
123 ]
124 }
125 ]
126 }
127}