Hi
I'm using the TermsAndConditionsExtractionRequest for the first time (I've used the Ratings request in the past without any problems). I send an instrument list with 256 ISINs, a field list with 45 field names, and I get:
- the first time, ONE result row (instead of 256) !
- the second time, after having changed the days ago from 7 to 365, 58 results rows only (instead of 256), and for each instrument, I get only 6 fields, always the same, instead of 45 !
what's going on ? what am I doing wrong ?
Here my request code:
extractTandCondRequest = New TermsAndConditionsExtractionRequest With {.IdentifierList = instrumentList, .ContentFieldNames = fieldNames,
.Condition = New TermsAndConditionsCondition With {
.IssuerAssetClassType = IssuerAssetClassType.AllSupportedAssets,
.ExcludeWarrants = False,
.DaysAgo = 365,
.FixedIncomeRatingSources = FixedIncomeRatingSource.StandardAndPoors}}
I don't understand the effect of the "FixedIncomeRatingSources" attribute. I'm requesting, amongst other fields, ratings from Fitch, Moody's and S&P. Can I skip this attribute, or formulate it differently ?
Thanks for help
Bernard