POST v1/ESG/ProxyScore

Gets the proxy ESG Score

Request Information

Parameters

Name Type Description Additional information
request ESGInput] The ESG input request.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "regionCode": "sample string 1",
    "periodYear": 2,
    "industryClassification": "sample string 3",
    "industryCode": "sample string 4",
    "regionClassification": "sample string 5",
    "totalAsset": 1.1,
    "assetTurnOver": 1.1,
    "employeeCount": 1,
    "batchResponseIdentifier": "sample string 6"
  },
  {
    "regionCode": "sample string 1",
    "periodYear": 2,
    "industryClassification": "sample string 3",
    "industryCode": "sample string 4",
    "regionClassification": "sample string 5",
    "totalAsset": 1.1,
    "assetTurnOver": 1.1,
    "employeeCount": 1,
    "batchResponseIdentifier": "sample string 6"
  },
  {
    "regionCode": "sample string 1",
    "periodYear": 2,
    "industryClassification": "sample string 3",
    "industryCode": "sample string 4",
    "regionClassification": "sample string 5",
    "totalAsset": 1.1,
    "assetTurnOver": 1.1,
    "employeeCount": 1,
    "batchResponseIdentifier": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfESGInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MA.CreditEdge.DataObjects.ESG">
  <ESGInput>
    <AssetTurnOver>1.1</AssetTurnOver>
    <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
    <EmployeeCount>1</EmployeeCount>
    <IndustryClassification>sample string 3</IndustryClassification>
    <IndustryCode>sample string 4</IndustryCode>
    <PeriodYear>2</PeriodYear>
    <RegionClassification>sample string 5</RegionClassification>
    <RegionCode>sample string 1</RegionCode>
    <TotalAsset>1.1</TotalAsset>
  </ESGInput>
  <ESGInput>
    <AssetTurnOver>1.1</AssetTurnOver>
    <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
    <EmployeeCount>1</EmployeeCount>
    <IndustryClassification>sample string 3</IndustryClassification>
    <IndustryCode>sample string 4</IndustryCode>
    <PeriodYear>2</PeriodYear>
    <RegionClassification>sample string 5</RegionClassification>
    <RegionCode>sample string 1</RegionCode>
    <TotalAsset>1.1</TotalAsset>
  </ESGInput>
  <ESGInput>
    <AssetTurnOver>1.1</AssetTurnOver>
    <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
    <EmployeeCount>1</EmployeeCount>
    <IndustryClassification>sample string 3</IndustryClassification>
    <IndustryCode>sample string 4</IndustryCode>
    <PeriodYear>2</PeriodYear>
    <RegionClassification>sample string 5</RegionClassification>
    <RegionCode>sample string 1</RegionCode>
    <TotalAsset>1.1</TotalAsset>
  </ESGInput>
</ArrayOfESGInput>

Parameter Information

Parameter Name: request

Property Type Description
Capacity Int32
Count Int32
Item ESGInput

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "inputs": {
      "regionCode": "sample string 1",
      "periodYear": 2,
      "industryClassification": "sample string 3",
      "industryCode": "sample string 4",
      "regionClassification": "sample string 5",
      "totalAsset": 1.1,
      "assetTurnOver": 1.1,
      "employeeCount": 1,
      "batchResponseIdentifier": "sample string 6"
    },
    "info": {
      "calculationDate": "2026-06-29T12:59:15.7876627+00:00",
      "modelVersion": "sample string 2"
    },
    "globalScores": {
      "esgOverallScore": 1.1,
      "environmentScore": 1.1,
      "socialScore": 1.1,
      "governanceScore": 1.1
    },
    "domainScores": [
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      }
    ],
    "requiresSubscription": false
  },
  {
    "inputs": {
      "regionCode": "sample string 1",
      "periodYear": 2,
      "industryClassification": "sample string 3",
      "industryCode": "sample string 4",
      "regionClassification": "sample string 5",
      "totalAsset": 1.1,
      "assetTurnOver": 1.1,
      "employeeCount": 1,
      "batchResponseIdentifier": "sample string 6"
    },
    "info": {
      "calculationDate": "2026-06-29T12:59:15.7876627+00:00",
      "modelVersion": "sample string 2"
    },
    "globalScores": {
      "esgOverallScore": 1.1,
      "environmentScore": 1.1,
      "socialScore": 1.1,
      "governanceScore": 1.1
    },
    "domainScores": [
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      }
    ],
    "requiresSubscription": false
  },
  {
    "inputs": {
      "regionCode": "sample string 1",
      "periodYear": 2,
      "industryClassification": "sample string 3",
      "industryCode": "sample string 4",
      "regionClassification": "sample string 5",
      "totalAsset": 1.1,
      "assetTurnOver": 1.1,
      "employeeCount": 1,
      "batchResponseIdentifier": "sample string 6"
    },
    "info": {
      "calculationDate": "2026-06-29T12:59:15.7876627+00:00",
      "modelVersion": "sample string 2"
    },
    "globalScores": {
      "esgOverallScore": 1.1,
      "environmentScore": 1.1,
      "socialScore": 1.1,
      "governanceScore": 1.1
    },
    "domainScores": [
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      },
      {
        "domain": "sample string 1",
        "name": "sample string 2",
        "parent": "sample string 3",
        "value": 1.1
      }
    ],
    "requiresSubscription": false
  }
]

application/xml, text/xml

Sample:
<ArrayOfESGOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MA.CreditEdge.DataObjects.ESG">
  <ESGOutput>
    <DomainScores>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
    </DomainScores>
    <GlobalScores>
      <ESGOverallScore>1.1</ESGOverallScore>
      <EnvironmentScore>1.1</EnvironmentScore>
      <GovernanceScore>1.1</GovernanceScore>
      <SocialScore>1.1</SocialScore>
    </GlobalScores>
    <Info>
      <CalculationDate>2026-06-29T12:59:15.7876627+00:00</CalculationDate>
      <ModelVersion>sample string 2</ModelVersion>
    </Info>
    <Inputs>
      <AssetTurnOver>1.1</AssetTurnOver>
      <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
      <EmployeeCount>1</EmployeeCount>
      <IndustryClassification>sample string 3</IndustryClassification>
      <IndustryCode>sample string 4</IndustryCode>
      <PeriodYear>2</PeriodYear>
      <RegionClassification>sample string 5</RegionClassification>
      <RegionCode>sample string 1</RegionCode>
      <TotalAsset>1.1</TotalAsset>
    </Inputs>
    <RequiresSubscription>false</RequiresSubscription>
  </ESGOutput>
  <ESGOutput>
    <DomainScores>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
    </DomainScores>
    <GlobalScores>
      <ESGOverallScore>1.1</ESGOverallScore>
      <EnvironmentScore>1.1</EnvironmentScore>
      <GovernanceScore>1.1</GovernanceScore>
      <SocialScore>1.1</SocialScore>
    </GlobalScores>
    <Info>
      <CalculationDate>2026-06-29T12:59:15.7876627+00:00</CalculationDate>
      <ModelVersion>sample string 2</ModelVersion>
    </Info>
    <Inputs>
      <AssetTurnOver>1.1</AssetTurnOver>
      <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
      <EmployeeCount>1</EmployeeCount>
      <IndustryClassification>sample string 3</IndustryClassification>
      <IndustryCode>sample string 4</IndustryCode>
      <PeriodYear>2</PeriodYear>
      <RegionClassification>sample string 5</RegionClassification>
      <RegionCode>sample string 1</RegionCode>
      <TotalAsset>1.1</TotalAsset>
    </Inputs>
    <RequiresSubscription>false</RequiresSubscription>
  </ESGOutput>
  <ESGOutput>
    <DomainScores>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
      <ESGDomainScore>
        <Domain>sample string 1</Domain>
        <Name>sample string 2</Name>
        <Parent>sample string 3</Parent>
        <Value>1.1</Value>
      </ESGDomainScore>
    </DomainScores>
    <GlobalScores>
      <ESGOverallScore>1.1</ESGOverallScore>
      <EnvironmentScore>1.1</EnvironmentScore>
      <GovernanceScore>1.1</GovernanceScore>
      <SocialScore>1.1</SocialScore>
    </GlobalScores>
    <Info>
      <CalculationDate>2026-06-29T12:59:15.7876627+00:00</CalculationDate>
      <ModelVersion>sample string 2</ModelVersion>
    </Info>
    <Inputs>
      <AssetTurnOver>1.1</AssetTurnOver>
      <BatchResponseIdentifier>sample string 6</BatchResponseIdentifier>
      <EmployeeCount>1</EmployeeCount>
      <IndustryClassification>sample string 3</IndustryClassification>
      <IndustryCode>sample string 4</IndustryCode>
      <PeriodYear>2</PeriodYear>
      <RegionClassification>sample string 5</RegionClassification>
      <RegionCode>sample string 1</RegionCode>
      <TotalAsset>1.1</TotalAsset>
    </Inputs>
    <RequiresSubscription>false</RequiresSubscription>
  </ESGOutput>
</ArrayOfESGOutput>