Risk assessment provides a way for companies to be able to assess their suppliers and their plots for compliance with EUDR and document the actions they have taken against these.
Note: only your business can see risk statuses and the associated notes both for suppliers and plots. Your suppliers cannot see these.
Prerequisites
Risk is a premium feature in TradeAware. To use this functionality, your account must be enabled for this. If you do not have this enabled, contact your Customer Success Manager.
Risk Assessment for Suppliers
Supplier risk assessments can have the following statuses in addition to notes:
New - The default status when you connect with a supplier for the first time.
Under review - When you have started looking at the data provided by the supplier.
Ready for assessment - Where the supplier has provided their data and is ready to assess.
CMS assessment requested - Where you have a relevant TradeAware package with CMS support, a request to CMS to assess the provided data.
CMS assessment completed - Where you have a relevant TradeAware package with CMS support, CMS have completed their assessment.
In risk mitigation - Where a risk assessment has been completed and risk mitigation actions are ongoing.
EUDR compliant - Where a supplier has been assessed as being compliant with EUDR.
EUDR non-compliant - Where a supplier has been assessed as being non-compliant with EUDR.
Create a Supplier Risk Assessment
You can create a risk assessment for a supplier with following request. To do this you will need to include the supplierId in the request you want to create.
Both the status and notes are optional allowing you to add notes without changing the status and also to update the status without notes. By default the status is "NEW". Other status options are UNDER_REVIEW, READY_FOR_ASSESSMENT, CMS_ASSESSMENT_REQUESTED, CMS_ASSESSMENT_COMPLETED, IN_RISK_MITIGATION, EUDR_COMPLIANT and EUDR_NON_COMPLIANT
When successfully created you will see a response like the following. This includes an id for the supplier risk assessment.
If we take the previous example, the response would look similar to the following:
{
"id": "22cd2eab-ce2a-47e3-9dad-aae40735711c",
"status": "UNDER_REVIEW",
"notes": "I have the data now and we can start to investigate.",
"createdAt": "2025-05-13T15:13:48.801Z",
"updatedAt": "2025-05-13T15:18:01.173Z",
"supplierId": "1cdaa481-2136-4b4d-b2cc-e996a49c24d0",
"buyerId": "9d78ac05-038b-49c0-a35c-6295669138d8"
}
Retrieve Supplier Risk Assessments
You can retrieve one supplier assessment using the following request by adding the supplier risk assessment id.
If we take the previous example, this will give us the following response:
{
"id": "22cd2eab-ce2a-47e3-9dad-aae40735711c",
"status": "UNDER_REVIEW",
"notes": "I have the data now and we can start to investigate.",
"createdAt": "2025-05-13T15:13:48.801Z",
"updatedAt": "2025-05-13T15:18:01.173Z",
"supplierId": "1cdaa481-2136-4b4d-b2cc-e996a49c24d0",
"buyerId": "9d78ac05-038b-49c0-a35c-6295669138d8"
}
You can also retrieve all supplier assessments by using the following request:
This will return all current supplier risk assessments in one go.
Retrieve the History
The previous examples only show the existing status and note but you can retrieve the full history by using the id for a supplier assessment with the following request:
Both the status and notes are optional allowing you to add notes without changing the status and also to update the status without notes. By default the status is "NEW". Other status options are UNDER_REVIEW, IN_RISK_MITIGATION, EUDR_COMPLIANT and EUDR_NON_COMPLIANT
Update a Plot Risk Assessment
Likewise, you can update a plot risk assessment with the following request using the plot risk assessment id: