@@ -242,7 +242,13 @@ export interface Chart {
242242export interface InstrumentElement {
243243 /**
244244 * @experimental classification of the instrument by type or category. SHOULD be one of the
245- * standardized values, although other string values are permitted.
245+ * following values, although other string values are permitted: '`commodity`',
246+ * '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
247+ * '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
248+ * '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
249+ * '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
250+ * '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
251+ * '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
246252 */
247253 classification ?: string ;
248254 /**
@@ -752,7 +758,13 @@ export interface ChatSearchCriteria {
752758export interface OrganizationObject {
753759 /**
754760 * @experimental classification of the instrument by type or category. SHOULD be one of the
755- * standardized values, although other string values are permitted.
761+ * following values, although other string values are permitted: '`commodity`',
762+ * '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
763+ * '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
764+ * '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
765+ * '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
766+ * '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
767+ * '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
756768 */
757769 classification ?: string ;
758770 /**
@@ -1162,7 +1174,13 @@ export interface FileAttachmentData {
11621174export interface Instrument {
11631175 /**
11641176 * @experimental classification of the instrument by type or category. SHOULD be one of the
1165- * standardized values, although other string values are permitted.
1177+ * following values, although other string values are permitted: '`commodity`',
1178+ * '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
1179+ * '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
1180+ * '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
1181+ * '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
1182+ * '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
1183+ * '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
11661184 */
11671185 classification ?: string ;
11681186 /**
0 commit comments