ft-webplatform/test/data/en-gb/gw.caveats.json
Martin Donnelly 76920442b1 init
2017-09-28 13:04:16 +01:00

100 lines
2.5 KiB
JSON

{
"caveats": [
{
"name": "test-caveat-1",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementA",
"funds": "DISPLAY-ALL",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementA all funds</p>"
}
},
{
"name": "test-caveat-2",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementA, PlacementC",
"funds": "DISPLAY-ALL",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementA and PlacementC all funds</p>"
}
},
{
"name": "test-caveat-3",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementA",
"funds": "12904",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementA fund 12904</p>"
}
},
{
"name": "test-caveat-4",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementB",
"funds": "111, 333",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementB fund 111 and 333</p>"
}
},
{
"name": "test-caveat-5",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementB",
"funds": "DISPLAY-ALL",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementB all funds</p>"
}
},
{
"name": "test-caveat-6",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementA",
"funds": "444",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementA fund 444</p>"
}
},
{
"name": "test-caveat-7",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementC, PlacementB",
"funds": "111, 12904",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementB and PlacementC, funds 111 and 12904</p>"
}
},
{
"name": "test-caveat-8",
"type": "FOOTNOTE",
"segments": "DISPLAY-ALL",
"placement": "PlacementC, PlacementB",
"funds": "888",
"asset-class": "",
"investment-vehicle": "",
"content": {
"footnote": "<p>Test footnote PlacementB and PlacementC, funds 888</p>"
}
}
]
}