Factset · Schema

ContactAddressDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
googleMapsPlaceId string
formattedAddress string
city string
stateProvince string
postalCode string
country string
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-address-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactAddressDto",
  "type": "object",
  "properties": {
    "googleMapsPlaceId": {
      "type": "string"
    },
    "formattedAddress": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "stateProvince": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    }
  }
}