Investors
This section has operations to manage investors, i.e. showing, adding, encrypting, and removing investors
Last updated
This section has operations to manage investors, i.e. showing, adding, encrypting, and removing investors
Last updated
POST
https://api.bws.ninja/v1/call
Use this operation to retrieve all investors.
Name | Type | Description |
---|---|---|
POST
https://api.bws.ninja/v1/call
Use this operation to generate investor identifiers, for cases where they need to random and not personally identifiable information (PII).
POST
https://api.bws.ninja/v1/call
Use this operation to generate an encryption, used to encrypt and decrypt personally identiable infomation (PII) in the data repository of ESG.Credits.
POST
https://api.bws.ninja/v1/call
Use this operation to create investors stored in ESG.Credits. Is also used to alter already existing investor data.
POST
https://api.bws.ninja/v1/call
Use this operation to remove investors from the ESG.Credits data repository.
Parameter | Type/Format | Required | Description |
---|---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type/Format | Required | Description |
---|---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type/Format | Required | Description |
---|---|---|---|
solution*
string
BWS.ESG.Credits
operation*
string
getInvestors
parameters
JSON
check Operation parameters
depryption_key
string
no
For decrypting personally identifiable information
user_identifier
string
no
For limiting the output to the investors that the user has access to
solution*
string
BWS.ESG.Credits
operation*
string
generateInvestorIdentifier
solution*
string
BWS.ESG.Credits
operation*
string
generateEncryptionKey
solution*
string
BWS.ESG.Credits
operation*
string
addInvestor
parameters*
JSON
check Operation parameters
investor_identifier
string
yes
String identifier for an investor, potentially personally identifiable information (subject to encryption)
investor_name
string
yes
Personally identiable information (subject to encryption)
investor_currency_code
string
yes
Currency code of the investor, as per getCurrencies (currently not utilized)
investor_email
string
no
For investor correspondence e.g investor reports
encryption_key
string
no
For encrypting personally identifiable information
solution*
string
BWS.ESG.Creditd
operation*
string
removeInvestor
parameters*
JSON
check Operation parameters
investor_identifier
string
yes
String identifier for an investor