Digital Twin API (1.0.0)

Download OpenAPI specification:Download

Digital twin is a synthetic data generator that represents real-time objects such as individuals and Entities. It is composed of interlinked datasets with common individuals and entities found throughout and their ESG Data. It will provide access for users to generate SME / ESG / Reference synthetic data. This can be achieved by the different endpoints it provides with the customizable number of records option. User can build and test financial services products and machine learning models to derive actionable insights from our 10m+ data points.

SME

SMEs are defined as enterprises with less than 250 persons engaged. There are often referred to as the backbone of the economy, providing a potential source for jobs and economic growth. User will have the access to those Small and Medium Enterprises financial synthetic data.

SME

header Parameters
token
required
string
Value: "<authentication_token>"

token

Request Body schema:
records
integer <int32>
Default: 1000

Responses

Request samples

Content type
{
  • "records": 1000
}

Response samples

Content type
{
  • "data": {
    },
  • "request_status": "Success"
}

Reference

This data represents the UK population as It consists of general information about the individuals and entities in UK. These vital statistics can be useful to train and test multiple machine learning models.

Reference

Entities and Individual Reference data.

header Parameters
token
required
string
Value: "<authentication_token>"

token

Request Body schema: application/json
records
integer <int32>
Default: 1000

Responses

Request samples

Content type
application/json
{
  • "records": 1000
}

Response samples

Content type
{
  • "data": {
    },
  • "request_status": "Success"
}

ESG

ESG stands for Environmental, Social, and Governance. It is an evaluation of a firm's collective conscientiousness for social and environmental factors. It is typically a score that is compiled from data collected surrounding specific metrics related to intangible assets within the enterprise.

ESG

header Parameters
token
required
string
Value: "<authentication_token>"

token

Request Body schema: application/json
records
integer <int32>
Default: 1000

Responses

Request samples

Content type
application/json
{
  • "records": 1000
}

Response samples

Content type
{
  • "data": {
    },
  • "request_status": "Success"
}