I tried the following conditions for DSS EoD Pricing in Postman samples.
"ReturnLastTradingDayPriceOnNonTradingDay": true,
"ReturnNullCodeValuesInExtractionPricingFields": false
I received below error message.
Would you advise what is the wrong with this?
400 bad request
"error": {
"message": "Malformed request payload: For the property name \"ReturnLastTradingDayPriceOnNonTradingDay\" in the JSON request the value could not be parsed successfully. Please check the casing or spelling of the property."
{
"ExtractionRequest": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest",
"ContentFieldNames": [
"ISIN",
"Issuer Name",
"Trade Date",
"Universal Close Price",
"Volume"
],
"IdentifierList": {
"@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "US5949181045", "IdentifierType": "Isin" },
{ "Identifier": "IBM.N", "IdentifierType": "Ric" }
]
},
"Condition": {
"ReturnLastTradingDayPriceOnNonTradingDay": true,
"ReturnNullCodeValuesInExtractionPricingFields": false
}
}
Regards,
Hiroko