Deals
As far as the API is concerned, a deal can be thought of as an investment template that a business can configure and then share with clients.
For example, if you are a PPM trying to raise money for an investment, you can create a deal on our platform. You would then submit the deal for review to AET. After the deal is approved, it can be shared with potential investors. The investors can be new or existing AET clients. The client can review the deal on our platform. After the client invests, dividends can be paid to the investor.
Deal lifecycle
Creating your deal and getting it approved
- Create a deal
- Update your deal with the appropriate documents
- Submit the deal for review - AET staff will then review your deal to make sure that it is appropriate for our platform.
- Get the status of the deal to understand if the deal is approved (
Active) or needs updating (On Hold For Correction) - If the deal is
On Hold For Correction, get the deal notes to understand AET's concerns - Update the deal if need be
- Once the deal is updated appropriately, you can re-submit the deal for review
Sharing a deal
Once the deal status is Active, use the get deal to retrieve a deal's invite_token.
You can then pass the token via the API to perform either of the following:
- Create an investment
- Create a new user (if the client does not already have one)
If a new user is created using the invite_token with the create user api call, this will associate a deal invite to the user record. You can see all deal invites for a specific client using the API call that we will create called something like users/USER_ID/deal_invites.
Paying investors
To pay deal investors, you will need to provide the ID of the asset representing their investment in the deal. Payment is split between principal and interest. Once you have gathered this information, you can validate payments details. If validation is successful, you can pass the same payload to Pay deal investors.
Statuses
The following are the possible statuses for deals
Closed- deal is no longer accepting funding but can still pay investorsActive- deal is currently accepting new investors (you can create new invites) and you can pay investorsOn Hold For Correction- our team has found issues with your deal and you need to check the deal notes to understand what the issue is. The deal can be re-submitted for review in this stateDraft- The deal has not been submitted for review
Deal limits
You can specify either a date or funding limit for a deal.
Funding deadline
When setting a funding deadline
- You offer the ability to purchase shares until a date
- After this date you shut off the ability to submit new investments
- New invites cannot be created after the funding date
- You can still pay dividends to an investor after the funding deadline date
Funding cap
Funding caps are similar to funding deadlines, however, instead of the limit being a set time period, the limit is a set number of shares. After the limit on the number of shares is reached, similar to the funding date, new invites and investments cannot be made, however you can still pay dividends to investors.
Updated 14 days ago
