File size: 3,607 Bytes
ea270a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
export const DARK_FLEET_VESSELS = [
  {
    id: 'DFE-001',
    name: 'PACIFIC MERIDIAN',
    imo: '9821045',
    flag: 'Unknown',
    type: 'VLCC',
    dwt: 300000,
    gapDuration: '14h 22m',
    lastPosition: '26.1°N 55.8°E — Persian Gulf',
    aisGapStart: '2026-04-14 02:14 UTC',
    suspicionScore: 94,
    cargoEstimate: {
      commodity: 'Crude Oil',
      volumeMT: 285000,
      pricePerMT: 530,
      totalValue: 151050000,
    },
    insuranceExposure: {
      hullValue: 85000000,
      cargoInsurance: 151050000,
      liabilityP_I: 1000000000,
      totalExposure: 1236050000,
      sanctionsVoidRisk: true,
    },
    sanctionsPenalty: {
      usTreasury: 1280000,
      euRegulation: 940000,
      ukOfsi: 760000,
      totalPotentialFine: 2980000,
      criminalExposure: true,
    },
    status: 'Critical',
    darkFleetFlag: true,
    priorSanctionedPorts: ['Bandar Abbas', 'Kharg Island'],
  },
  {
    id: 'DFE-002',
    name: 'URAL SEA QUEEN',
    imo: '9654321',
    flag: 'Comoros',
    type: 'Suezmax',
    dwt: 160000,
    gapDuration: '9h 11m',
    lastPosition: '37.8°N 23.1°E — Black Sea exit',
    aisGapStart: '2026-04-14 06:45 UTC',
    suspicionScore: 81,
    cargoEstimate: {
      commodity: 'Crude Oil (Russian)',
      volumeMT: 145000,
      pricePerMT: 420,
      totalValue: 60900000,
    },
    insuranceExposure: {
      hullValue: 48000000,
      cargoInsurance: 60900000,
      liabilityP_I: 500000000,
      totalExposure: 608900000,
      sanctionsVoidRisk: true,
    },
    sanctionsPenalty: {
      usTreasury: 840000,
      euRegulation: 610000,
      ukOfsi: 480000,
      totalPotentialFine: 1930000,
      criminalExposure: false,
    },
    status: 'High',
    darkFleetFlag: true,
    priorSanctionedPorts: ['Novorossiysk', 'Primorsk'],
  },
  {
    id: 'DFE-003',
    name: 'ORIENT MIRAGE',
    imo: '9112233',
    flag: 'Palau',
    type: 'Aframax',
    dwt: 115000,
    gapDuration: '6h 55m',
    lastPosition: '3.1°N 103.4°E — South China Sea',
    aisGapStart: '2026-04-14 08:30 UTC',
    suspicionScore: 73,
    cargoEstimate: {
      commodity: 'Petrochemicals',
      volumeMT: 98000,
      pricePerMT: 680,
      totalValue: 66640000,
    },
    insuranceExposure: {
      hullValue: 32000000,
      cargoInsurance: 66640000,
      liabilityP_I: 300000000,
      totalExposure: 398640000,
      sanctionsVoidRisk: false,
    },
    sanctionsPenalty: {
      usTreasury: 410000,
      euRegulation: 280000,
      ukOfsi: 210000,
      totalPotentialFine: 900000,
      criminalExposure: false,
    },
    status: 'Medium',
    darkFleetFlag: false,
    priorSanctionedPorts: [],
  },
  {
    id: 'DFE-004',
    name: 'GUINEA MARINER',
    imo: '9445566',
    flag: 'Cameroon',
    type: 'Handysize Tanker',
    dwt: 48000,
    gapDuration: '21h 05m',
    lastPosition: '-1.3°N 8.7°E — Gulf of Guinea',
    aisGapStart: '2026-04-13 17:20 UTC',
    suspicionScore: 88,
    cargoEstimate: {
      commodity: 'Unknown / Refined Products',
      volumeMT: 40000,
      pricePerMT: 590,
      totalValue: 23600000,
    },
    insuranceExposure: {
      hullValue: 15000000,
      cargoInsurance: 23600000,
      liabilityP_I: 200000000,
      totalExposure: 238600000,
      sanctionsVoidRisk: false,
    },
    sanctionsPenalty: {
      usTreasury: 210000,
      euRegulation: 160000,
      ukOfsi: 130000,
      totalPotentialFine: 500000,
      criminalExposure: false,
    },
    status: 'High',
    darkFleetFlag: true,
    priorSanctionedPorts: ['Lomé'],
  },
];

export type DarkFleetVessel = (typeof DARK_FLEET_VESSELS)[0];