CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

IntermediaryVASP(IntermediaryVASP)

The VASP in a serial chain that receives and retransmits a VA transfer on behalf of the originating VASP and the beneficiary VASP, or another intermediary VASP.

{
    "intermediaryVASP": {
        "legalPerson": {
            "name": {
                "nameIdentifier": [
                    {
                        "legalPersonName": "AliceCoin, Ltd",
                        "legalPersonNameTypeCode": "LEGL"
                    }
                ],
                "geographicAddress": [
                    {
                        "addressType": "BIZZ",
                        "streetName": "Main Street",
                        "buildingNumber": 123,
                        "townName": "Charleston",
                        "countrySubDivision": "KY",
                        "postCode": 51220,
                        "country": "US"
                    }
                ],
                "nationalIdentification": {
                    "nationalIdentifier": "5IVG006EPHCVSF9WXV86",
                    "nationalIdentifierType": "LEIX"
                },
                "countryOfRegistration": "US"
            }
        }
    },
    "sequence": 1
}
Built with