Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VASPInformation

Mandatory and optional elements for transmitting information about the VASPs involved in the virtual asset transfer.

Hierarchy

  • VASPInformation

Index

Properties

Properties

address

address: { adrline?: undefined | string; country: string; number?: undefined | string; postcode: string; street?: undefined | string; town: string }

Postal address

Type declaration

  • Optional adrline?: undefined | string

    Address line. Alternative to street/number

  • country: string

    Country. ISO 3166-1 alpha-2 code

  • Optional number?: undefined | string

    Building number

  • postcode: string

    Post code

  • Optional street?: undefined | string

    Street name

  • town: string

    Town name

Optional bic

bic: undefined | string

BIC. ISO 9362 Bank Identifier Code

Optional birth

birth: undefined | { birthcity: string; birthcountry: string; birthdate: string }

Date / place of birth

id

id: string

VASP identity. Ethereum address of VASP contract

Optional jur

jur: undefined | { jurid: string; jurid_country?: undefined | string; jurid_issuer?: undefined | string; jurid_type: JuridicalPersonIdType }

Juridical person ID

name

name: string

Name. Legal name

Optional nat

nat: undefined | { natid: string; natid_country?: undefined | string; natid_issuer?: undefined | string; natid_type: NaturalPersonIdType }

Natural person ID

pk

pk: string

VASP public key. Ethereum public key

Generated using TypeDoc