Investments
Each investment represents a contract between the issuer of a product and the investor.
Investments can only be created by distribution platform via the Distributor API
Retrieving investments
You have access to all investments create by all distribution platforms via the distributor API your product is listed.
You can use the /investments endpoint together with your product_id to receive all investment_ids for such a product.
Retrieving investment details
With an investment_id you can receive all necessary information of an investment by calling /investments/{id}. This is the list of data you are able to access:
Campaign_id
status
Units
Disagio
Accured_interest
Investment_amount
Payment_total
Remaining_amount
signed_at
accepted_at
paid_at
delivered_at
cancellation_date
cancellation_reason
payment_details
bank_account
communcation
natural_person
legal_person
securities_deposit_account
tax_information
exemption_order_amount
Status field codes
The status field of an investment may have one of the following values:
Last updated