Hi, I am trying to get the Announcement Date for a security using the Composite Report Template. I am using the following API Call: { "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ReportTemplates.CompositeReportTemplate", "ContentFields": [ { "FieldName": "ISIN", "Format": null }, { "FieldName": "Announcement Date", "Format": null } ], "IdentifierList": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": ["DE000NLB1KJ5"] } } } . Can you also show how I could extract the announcement dates for a bunch of securities? Thanks.