The vessel-related data.
Fields
Name | Type | Description |
---|---|---|
activitiesByType | [Activity] | Returns information on activities by type, timeframe, and location. Parameters: type: ActivityTypes! timeRange: DateTimeRange polygonType: [String!] |
buildYear | PositiveInt | The vessel build year. |
callSign | String | The vessel transmitted call sign |
class | String | The vessel class. |
complianceRisk | ComplianceVesselRisk! | The risk of the ship not complying with sanction programs. |
timeRange | ClosedDateTimeRangeInput | The period for which the vessel information applies. |
deadweight | NonNegativeInt | The vessel deadweight. |
draught | Float | Latest reported draft. |
flag | String | The vessel flag. |
grosstonnage | PositiveInt | The molded volume of all the enclosed spaces in the ship converted to metric tons. |
historicalNames | [String] | The vessel's historical names. |
id | ObjectId | The vessel's unique Windward assigned ID. |
imo | PositiveInt | The vessel International Maritime Organization number. |
insurer | String | The firm insuring the vessel. |
lastPortCall | Activity | Most recent Port Call prior to the transmission. |
lastPos | Blip | Last position prior to the transmission. |
length | NonNegativeInt | The vessel length. |
mmsi | NonNegativeInt | The Vessel Maritime Mobile Service Identity number. |
name | String | The Vessel name. |
pscInspections | [PSCInspection!] | The Port State Control inspections performed on the vessel. |
reportedPort | ReportedPort | The vessel transmitted destination. |
riskAssessment | VesselRiskAssessment! | The different risks the vessel is exposed to. |
smugglingRisk | SmugglingVesselRisk! | The smuggling risks the vessel is exposed to. |
status | String | The vessel status: "DEAD": The vessel was reported DEAD by an external source. "NOT_AVAILABLE": The vessel was reported dead by an external source, but it did transmit in the past 30 days. |
subClass | String | The vessel sub-class. |