vortexasdk.api.corporation

Corporation

Corporation(*, id: str, name: typing.Optional[str],
            corporate_entity_type: typing.Optional[typing.List[str]],
            ref_type: typing.Optional[str], leaf: typing.Optional[bool],
            parent: typing.Optional[typing.List[str]])

Represent a Corporation reference record returned by the API.

model_config

CorporateEntity

CorporateEntity(*, id: str, probability: typing.Optional[float],
                source: typing.Optional[str],
                layer: typing.Optional[str],
                label: typing.Optional[str])

Represents a relationship between a corporation and another entity like a vessel.

Corporate Entity Further Documentation

model_config