-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathactus-dictionary-contract-reference.json
105 lines (104 loc) · 3.89 KB
/
actus-dictionary-contract-reference.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version": {
"Version": "1.4",
"Date": "2023-12-08"
},
"contractReference": {
"object": {
"identifier": "object",
"name": "Object",
"acronym": "OBJ",
"description": "The referencing object",
"type": "Varchar",
"allowedValues": []
},
"role": {
"identifier": "role",
"name": "Reference Role",
"acronym": "RRL",
"description": "The role of the referencing object",
"type": "Enum",
"allowedValues": [
{
"option": "0",
"identifier": "underlying",
"name": "Underlying",
"acronym": "UDL",
"description": "The reference represents a simple underlyer contract\r"
},
{
"option": "1",
"identifier": "firstLeg",
"name": "First Leg",
"acronym": "FIL",
"description": "The reference represents the first leg contract\r"
},
{
"option": "2",
"identifier": "secondLeg",
"name": "Second Leg",
"acronym": "SEL",
"description": "The reference represents the second leg contract\r"
},
{
"option": "3",
"identifier": "coveredContract",
"name": "Covered Contract",
"acronym": "COVE",
"description": "The reference represents a contract that is covered under the parent contract\r"
},
{
"option": "4",
"identifier": "coveringContract",
"name": "Covering Contract",
"acronym": "COVI",
"description": "The reference represents a contract that covers for covering contracts under the parent contract Contract"
}
]
},
"type": {
"identifier": "type",
"name": "Reference Type",
"acronym": "RTP",
"description": "The type of the referencing object",
"type": "Enum",
"allowedValues": [
{
"option": "0",
"identifier": "contract",
"name": "Contract",
"acronym": "CNT",
"description": "The reference represents an actual contract\r"
},
{
"option": "1",
"identifier": "contractIdentifier",
"name": "Contract Identifier",
"acronym": "CID",
"description": "The reference represents an identifier of an actual contract\r"
},
{
"option": "2",
"identifier": "marketObjectIdentifier",
"name": "Market Object Identifier",
"acronym": "MOC",
"description": "The reference represents the identifier of a market object\r"
},
{
"option": "3",
"identifier": "legalEntityIdentifier",
"name": "Legal Entity Identifier",
"acronym": "EID",
"description": "The reference represents the identifier of a legal entity\r"
},
{
"option": "4",
"identifier": "contractStructure",
"name": "Contract Structure",
"acronym": "CST",
"description": "The reference represents a ContractStructure"
}
]
}
}
}