Projects
With the following endpoints you can add and get projects.
Add Project
POST https://demo2.api.concedus.com/v2/compliance/project
Headers
Authorization*
String
Bearer token
Request Body
{}Get Project
GET https://demo2.api.concedus.com/v2/compliance/project/{projectKey}
Path Parameters
projectKey*
String
project.key
Headers
Authorization*
String
Bearer token
{
"productName": "TestProjekt",
"productAbbreviation": "TP1",
"nominalValue": 1,
"minimumInvestment": 10,
"maximumInvestment": 10000,
"productNumber": "12345",
"type": "Watches",
"startDate": "2021-08-01T12:03:03Z0",
"endDate": "2021-08-01T12:03:03Z0",
"key": "PROD_22c24c4b-814b-4595-9dc6-8ac1af091119",
"modified": "2021-08-01T12:03:03Z0"
}Data Format
productName
string
required
Corresponds to the product abbreviation on contract (needs to match)
Needs to be empty as the product name will be shared by CONCEDUS
productAbbreviation
string
optional
Product Abbreviation
nominalValue
number
required
minimumInvestment
integer
depends on legal requirement
Minimal volume the customer has to invest
maximumInvestment
integer
depends on legal requirement
Maximal volume the customer can invest
productNumber
string
optional
type
string
depends on legal requirement
startdate
string
optional
enddate
string
optional
isin
string
optional
International Securities Identification Number
wkn
string
optional
Wertpapier-Kennnummer
Last updated