Projects
With the following endpoints you can add and get projects.
The project creation via API is used for mass imports. The usual procedure is that we create projects and these can then be accessed via the API. Please coordinate the addition of projects via API with your successmanager. One of the reasons for this is possible naming conventions.
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
The prefix assigned in each case must be used as the product name. The product name consists of "prefix_productname" (e.g. KKP_TESTAB) whereby TESTAB can be freely selected.
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