| Bookmark Name | Actions |
|---|
APIs
This section covers the details of the APIs supported by Due Diligence microservices.
To view the Swagger Spec of the Due Diligence microservice APIs, click here.
To learn about Reference data and APIs, see the Reference APIs section.
POST/party/parties/{partyId}/assessmentEvents
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/assessmentEvents{
"assessmentEvents": [
{
"eventType": "AML",
"triggerType": "Automatic",
"triggerDate": "2020-01-01",
"triggerSourceReason": "AdverseMedia",
"triggerUser": "AMLUser",
"triggerBusinessArea": "",
"triggerComments": "",
"riskScoringMethodology": "4th EU AML Directive",
"externalEventReference": "AML12345678",
"conclusionDate": "2030-01-01",
"decisionMakingBody": "FCA",
"decisionComments": "",
"level": "Secured",
"nature": "D",
"score": 7.1,
"status": "InProgress",
"nextAssessmentDate": "2020-12-25",
"expiryDate": "2030-12-25",
"extensionData": {}
}
]
}
{
"assessmentReference": "ASMT20355YT56J",
"status": "Success",
"message": "Completed Successfully"
}PUT/party/parties/{partyId}/assessmentEvents
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/assessmentEvents{
"assessmentEvents": [
{
"assessmentReference": "ASMT20355YT56J",
"triggerSourceReason": "AdverseMedia",
"triggerUser": "AMLUser",
"triggerBusinessArea": "",
"triggerComments": "",
"riskScoringMethodology": "4th EU AML Directive",
"externalEventReference": "AML12345678",
"conclusionDate": "2030-01-01",
"decisionMakingBody": "FCA",
"decisionComments": "",
"level": "Secured",
"nature": "D",
"score": 8,
"status": "InProgress",
"nextAssessmentDate": "2020-12-25",
"expiryDate": "2030-12-25",
"extensionData": {}
}
]
}
{
"assessmentReference": "ASMT20355YT56J",
"status": "Success",
"message": "Completed Successfully"
} GET/party/parties/{partyId}/assessmentEvents
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/assessmentEvents?eventType={eventType}&expiryDate={expiryDate}{
"assessmentEvents": [
{
"assessmentReference": "ASMT20355YT56J",
"partyId": "200722894",
"eventType": "AML",
"triggerType": "Automatic",
"triggerDate": "2020-01-01",
"triggerSourceReason": "AdverseMedia",
"triggerUser": "AMLUser",
"triggerBusinessArea": "",
"triggerComments": "",
"riskScoringMethodology": "4th EU AML Directive",
"externalEventReference": "AML12345678",
"conclusionDate": "2030-01-01",
"decisionMakingBody": "FCA",
"decisionComments": "",
"level": "Secured",
"nature": "D",
"score": 7.1,
"status": "InProgress",
"nextAssessmentDate": "2020-12-25",
"expiryDate": "2030-12-25",
"extensionData": {}
}
]
}
POST/party/parties/{partyId}/sourceOfFunds
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/sourceOfFunds{
"sourceOfFunds": [
{
"fundsType": "Capital",
"fundsSource": "Investor",
"sourceName": "Bill Gates",
"purpose": "CapitalIncrease",
"fundsCountry": "USA",
"fundsCurrency": "USD",
"fundsRange": "",
"fundsAmount": 10,
"fundsFrequency": "Yearly",
"isSourceVerified": true,
"comments": "",
"extensionData": {}
}
]
}
{
"sourceOfFundsReference": "FUND20355YT56J",
"status": "Success",
"message": "Completed Successfully"
} PUT/party/parties/{partyId}/sourceOfFunds
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/sourceOfFunds{
"sourceOfFunds": [
{
"sourceOfFundsReference": "FUND20355YT56J",
"sourceName": "Bill Gates",
"purpose": "CapitalIncrease",
"fundsCountry": "USA",
"fundsCurrency": "USD",
"fundsRange": "",
"fundsAmount": 10,
"fundsFrequency": "Yearly",
"isSourceVerified": true,
"comments": "",
"extensionData": {}
}
]
}
{
"sourceOfFundsReference": "FUND20355YT56J",
"status": "Success",
"message": "Completed Successfully"
} GET/party/parties/{partyId}/sourceOfFunds
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/sourceOfFunds?sourceOfFundsReference={sourceOfFundsReference}{
"sourceOfFunds": [
{
"partyId": "200722894",
"sourceOfFundsReference": "FUND20355YT56J",
"fundsType": "Capital",
"fundsSource": "Investor",
"sourceName": "Bill Gates",
"purpose": "CapitalIncrease",
"fundsCountry": "USA",
"fundsCurrency": "USD",
"fundsRange": "",
"fundsAmount": 10,
"fundsFrequency": "Yearly",
"isSourceVerified": true,
"comments": "",
"extensionData": {}
}
]
} POST/party/parties/{partyId}/intentions
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/intentions{
"intentions": [
{
"productNature": "Accounts",
"transactionType": "InternationalPayments",
"source": "Onboarding",
"sourceDate": "2020-09-26",
"purpose": "PaySalaries",
"intendedTransactionCountry": "UK",
"estimatedVolumeCurrency": "GBP",
"estimatedVolume": 50000,
"estimatedTransactionNumber": 20,
"frequency": "Monthly",
"comments": "",
"extensionData": {}
}
]
}
{
"intentionReference": "INTN20355YT56J",
"status": "Success",
"message": "Completed Successfully"
} PUT/party/parties/{partyId}/intentions
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/intentions{
"intentions": [
{
"intentionsReference": "INTN20355YT56J",
"purpose": "PaySalaries",
"intendedTransactionCountry": "UK",
"estimatedVolumeCurrency": "GBP",
"estimatedVolume": 50000,
"estimatedTransactionNumber": 20,
"frequency": "Monthly",
"comments": "",
"extensionData": {}
}
]
{
"intentionReference": "INTN20355YT56J",
"status": "Success",
"message": "Completed Successfully"
} GET/party/parties/{partyId}/intentions
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/intentions{
"intentions": [
{
"partyId": "200722894",
"intentionsReference": "INTN20355YT56J",
"productNature": "",
"transactionType": "InternationalPayments",
"source": "Onboarding",
"sourceDate": "",
"purpose": "PaySalaries",
"intendedTransactionCountry": "UK",
"estimatedVolumeCurrency": "GBP",
"estimatedVolume": 50000,
"estimatedTransactionNumber": 20,
"frequency": "Monthly",
"comments": "",
"extensionData": {}
}
]
} POST/party/parties/{partyId}/financialInformations
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/financialInformations{
"financialInformations": [
{
"financialType": "Profit",
"realisedInYear": 2019,
"currency": "EUR",
"estimateForNextYear": 10,
"realisedAmount": 50,
"comments": "",
"realisedCountryDetails": [
{
"realisedCountry": "Denmark",
"realisedCountryPercentage": 15,
"extensionData": {}
}
],
"extensionData": {}
}
]
}
{
"partyId": "2012345678",
"status": "Success",
"message": "Completed Successfully"
} PUT/party/parties/{partyId}/financialInformations
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/financialInformations{
"financialInformations": [
{
"financialType": "Profit",
"realisedInYear": 2019,
"currency": "EUR",
"estimateForNextYear": 10,
"realisedAmount": 50,
"comments": "",
"realisedCountryDetails": [
{
"realisedCountry": "Denmark",
"realisedCountryPercentage": 15,
"extensionData": {}
}
],
"extensionData": {}
}
]
}
{
"partyId": "2012345678",
"status": "Success",
"message": "Completed Successfully"
} GET/party/parties/{partyId}/financialInformations
http://localhost:8004/ms-duediligence-api/api/v1.0.0/party/parties/{partyId}/financialInformations{
"financialInformations": [
{
"partyId": "200722894",
"financialType": "Profit",
"realisedInYear": 2019,
"currency": "USD",
"estimateForNextYear": 10,
"realisedAmount": 50,
"comments": "",
"realisedCountryDetails": [
{
"realisedCountry": "Denmark",
"realisedCountryPercentage": 15,
"extensionData": {}
}
],
"extensionData": {}
}
]
} POST/reference/references/dueDiligence
http://localhost:8004/ms-duediligence-api/api/v1.0.0/reference/references/dueDiligence
{
"references": {
"Country": [
{
"countryCode": "US",
"countryName": "United States",
"numericCountryCode": 1,
"alpha3CountryCode": "USA",
"highRiskCountry": true,
"iddPrefix": 1
}
]
}
}
{
"id": "Country",
"status": "Success",
"message": "Completed Successfully"
} GET/reference/references/dueDiligence
http://localhost:8004/ms-duediligence-api/api/v1.0.0/reference/references/dueDiligence?type={type}{
"references": {
"Country": [
{
"id": "US",
"countryCode": "US",
"countryName": "United States",
"numericCountryCode": 1,
"alpha3CountryCode": "USA",
"highRiskCountry": true,
"iddPrefix": 1
}
]
}
} PUT/reference/references/dueDiligence
http://localhost:8004/ms-duediligence-api/api/v1.0.0/reference/references/dueDiligence
{
"references": {
"Country": [
{
"countryCode": "US",
"countryName": "United States",
"numericCountryCode": 1,
"alpha3CountryCode": "USA",
"highRiskCountry": true,
"iddPrefix": 1
}
]
}
}
{
"id": "Country",
"status": "Success",
"message": "Completed Successfully"
} POST/reference/dueDiligence/{referenceType}
http://localhost:8004/ms-duediligence-api/api/v1.0.0/reference/dueDiligence/{referenceType}{
"references": {
"Country": [
{
"countryCode": "US",
"countryName": "United States",
"numericCountryCode": 1,
"alpha3CountryCode": "USA",
"highRiskCountry": true,
"iddPrefix": 1
}
]
}
}
{
"id": "Country",
"status": "Success",
"message": "Completed Successfully"
} DELETE/reference/dueDiligence/{referenceType}
http://localhost:8004/ms-duediligence-api/api/v1.0.0/reference/dueDiligence/{referenceType}?referenceId={referenceId}{
"id": "Country",
"status": "Success",
"message": "Completed Successfully"
} Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?