From 427835559e3746e19297b188574d4ccacbb2137b Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Wed, 26 Nov 2025 09:23:38 +0000 Subject: [PATCH 1/7] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.1.1 --- auto-generated-sdk/README.md | 5 +---- auto-generated-sdk/git_push.sh | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs | 2 +- .../Api/ColumnStatisticsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs | 2 +- .../Api/FIABCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs | 2 +- .../Api/LinkedPATemplatesApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs | 2 +- .../Api/PubCalculationsApi.cs | 2 +- .../Api/QuantCalculationsApi.cs | 2 +- .../Api/SPARCalculationsApi.cs | 2 +- .../Api/StrategyDocumentsApi.cs | 2 +- .../Api/TemplatedPAComponentsApi.cs | 2 +- .../Api/UnlinkedPATemplatesApi.cs | 2 +- .../Api/VaultCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Client/Configuration.cs | 6 +++--- .../FactSet.AnalyticsAPI.Engines.csproj | 8 ++++---- 33 files changed, 38 insertions(+), 41 deletions(-) diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index 9c73523..bef1915 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,6 +1,3 @@ -## 🚨 THIS PACKAGE IS DEPRECATED! -Please use instead. - # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs. @@ -8,7 +5,7 @@ Allow clients to fetch Analytics through APIs. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab] -- SDK version: 6.1.0 +- SDK version: 6.1.1 - Build package: CustomCSharpNetCoreClientCodegen For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact) diff --git a/auto-generated-sdk/git_push.sh b/auto-generated-sdk/git_push.sh index b69af01..f890ac5 100644 --- a/auto-generated-sdk/git_push.sh +++ b/auto-generated-sdk/git_push.sh @@ -24,7 +24,7 @@ if [ "$git_repo_id" = "" ]; then fi if [ "$release_note" = "" ]; then - release_note="This library is no longer maintained. Please use https://www.nuget.org/packages?q=FactSet.SDK instead." + release_note="The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK" echo "[INFO] No command line input provided. Set \$release_note to $release_note" fi diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs index ae6db7f..a0e8214 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IAFIOptimizerApi : IAFIOptimizerApiSync, IAFIOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AFIOptimizerApi : IAFIOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs index 66ddb86..e759696 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IAXPOptimizerApi : IAXPOptimizerApiSync, IAXPOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AXPOptimizerApi : IAXPOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs index df3ac65..55e380a 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs @@ -138,7 +138,7 @@ public interface IAccountsApi : IAccountsApiSync, IAccountsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AccountsApi : IAccountsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs index fe193e5..8db7148 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IBPMOptimizerApi : IBPMOptimizerApiSync, IBPMOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class BPMOptimizerApi : IBPMOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs index 53039a2..d6c3604 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs @@ -94,7 +94,7 @@ public interface IBenchmarksApi : IBenchmarksApiSync, IBenchmarksApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class BenchmarksApi : IBenchmarksApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs index 2544403..f832ac1 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs @@ -90,7 +90,7 @@ public interface IColumnStatisticsApi : IColumnStatisticsApiSync, IColumnStatist /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ColumnStatisticsApi : IColumnStatisticsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs index f57db16..7c9c84a 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs @@ -146,7 +146,7 @@ public interface IColumnsApi : IColumnsApiSync, IColumnsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ColumnsApi : IColumnsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs index 45fe943..9195bed 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs @@ -314,7 +314,7 @@ public interface IComponentsApi : IComponentsApiSync, IComponentsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ComponentsApi : IComponentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs index 4d4f6bb..e24b900 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs @@ -138,7 +138,7 @@ public interface IConfigurationsApi : IConfigurationsApiSync, IConfigurationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ConfigurationsApi : IConfigurationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs index 7dc08aa..d60cb3c 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs @@ -90,7 +90,7 @@ public interface ICurrenciesApi : ICurrenciesApiSync, ICurrenciesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class CurrenciesApi : ICurrenciesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs index 58ffdf0..625cfd4 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs @@ -162,7 +162,7 @@ public interface IDatesApi : IDatesApiSync, IDatesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DatesApi : IDatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs index 0248742..f84eddb 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs @@ -94,7 +94,7 @@ public interface IDiscountCurvesApi : IDiscountCurvesApiSync, IDiscountCurvesApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DiscountCurvesApi : IDiscountCurvesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs index 1288ee1..296d258 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs @@ -226,7 +226,7 @@ public interface IDocumentsApi : IDocumentsApiSync, IDocumentsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DocumentsApi : IDocumentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs index 861b052..1c7f3c8 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs @@ -178,7 +178,7 @@ public interface IFIABCalculationsApi : IFIABCalculationsApiSync, IFIABCalculati /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FIABCalculationsApi : IFIABCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs index be63ee1..9da6081 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs @@ -358,7 +358,7 @@ public interface IFICalculationsApi : IFICalculationsApiSync, IFICalculationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FICalculationsApi : IFICalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs index 25e46b2..115bce3 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs @@ -362,7 +362,7 @@ public interface IFPOOptimizerApi : IFPOOptimizerApiSync, IFPOOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FPOOptimizerApi : IFPOOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs index 1fc532b..3b1837e 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs @@ -170,7 +170,7 @@ public interface IFrequenciesApi : IFrequenciesApiSync, IFrequenciesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FrequenciesApi : IFrequenciesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs index a5904ca..e2b4995 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs @@ -130,7 +130,7 @@ public interface IGroupsApi : IGroupsApiSync, IGroupsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class GroupsApi : IGroupsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs index 949f826..aa0e485 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs @@ -282,7 +282,7 @@ public interface ILinkedPATemplatesApi : ILinkedPATemplatesApiSync, ILinkedPATem /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class LinkedPATemplatesApi : ILinkedPATemplatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs index 8571407..2227159 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs @@ -358,7 +358,7 @@ public interface INPOOptimizerApi : INPOOptimizerApiSync, INPOOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class NPOOptimizerApi : INPOOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs index 3f00a4a..77fbd60 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs @@ -406,7 +406,7 @@ public interface IPACalculationsApi : IPACalculationsApiSync, IPACalculationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PACalculationsApi : IPACalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs index e5cc3ba..22b07c2 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs @@ -102,7 +102,7 @@ public interface IPricingSourcesApi : IPricingSourcesApiSync, IPricingSourcesApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PricingSourcesApi : IPricingSourcesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs index dca5f92..fd5643b 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs @@ -406,7 +406,7 @@ public interface IPubCalculationsApi : IPubCalculationsApiSync, IPubCalculations /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PubCalculationsApi : IPubCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs index 4a7433a..e8befa0 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs @@ -446,7 +446,7 @@ public interface IQuantCalculationsApi : IQuantCalculationsApiSync, IQuantCalcul /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class QuantCalculationsApi : IQuantCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs index c0d914d..563ff0b 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs @@ -406,7 +406,7 @@ public interface ISPARCalculationsApi : ISPARCalculationsApiSync, ISPARCalculati /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class SPARCalculationsApi : ISPARCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs index b4a0e27..9fcfb6e 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs @@ -270,7 +270,7 @@ public interface IStrategyDocumentsApi : IStrategyDocumentsApiSync, IStrategyDoc /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class StrategyDocumentsApi : IStrategyDocumentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs index f778755..5b3bff7 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs @@ -274,7 +274,7 @@ public interface ITemplatedPAComponentsApi : ITemplatedPAComponentsApiSync, ITem /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class TemplatedPAComponentsApi : ITemplatedPAComponentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs index e8c734a..9357c69 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs @@ -362,7 +362,7 @@ public interface IUnlinkedPATemplatesApi : IUnlinkedPATemplatesApiSync, IUnlinke /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class UnlinkedPATemplatesApi : IUnlinkedPATemplatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs index f71f855..034238d 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs @@ -406,7 +406,7 @@ public interface IVaultCalculationsApi : IVaultCalculationsApiSync, IVaultCalcul /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("This library is deprecated. Please use (https://www.nuget.org/packages?q=FactSet.SDK) instead.")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class VaultCalculationsApi : IVaultCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Client/Configuration.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Client/Configuration.cs index 9d13bb2..913b66b 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Client/Configuration.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Client/Configuration.cs @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "6.1.0"; + public const string Version = "6.1.1"; /// /// Identifier for ISO 8601 DateTime Format @@ -102,7 +102,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = "engines-api/6.1.0/csharp"; + UserAgent = "engines-api/6.1.1/csharp"; BasePath = "https://api.factset.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -447,7 +447,7 @@ public static String ToDebugReport() report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; report += " Version of the API: v3:[pa,spar,vault,pub,quant,fi,axp,afi,npo,bpm,fpo,others],v1:[fiab]\n"; - report += " SDK Package Version: 6.1.0\n"; + report += " SDK Package Version: 6.1.1\n"; return report; } diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj index ab914b9..bf400a9 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj @@ -1,4 +1,4 @@ - + false @@ -9,15 +9,15 @@ FactSet FactSet Research Systems Inc. FactSet Analytics Engines API - DEPRECATED: This package is deprecated. Please use https://www.nuget.org/packages?q=FactSet.SDK instead. + DEPRECATED: The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK FactSet.AnalyticsAPI.Engines - 6.1.0 + 6.1.1 bin\$(Configuration)\$(TargetFramework)\FactSet.AnalyticsAPI.Engines.xml Apache-2.0 https://github.com/factset/analyticsapi-engines-dotnet-sdk.git git - DEPRECATED: This package is deprecated. Please use https://www.nuget.org/packages?q=FactSet.SDK instead. + The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK PA;Vault;SPAR;Engines;FactSet;FDS;API;Analytics;AnalyticsAPI From 43af8511cc0863ddf31b9ccb75e4f8c545538282 Mon Sep 17 00:00:00 2001 From: Sainath Nalkari Date: Wed, 26 Nov 2025 16:21:24 +0530 Subject: [PATCH 2/7] made changes to readme file --- README.md | 2 +- auto-generated-sdk/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aaec2e..49e31fe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![API version](https://img.shields.io/badge/API-v2-blue) [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)![Deprecated](https://img.shields.io/badge/status-deprecated-red) -*```**Note: This library is no longer maintained and is deprecated. Please use``` [enterprise-sdk](https://github.com/FactSet/enterprise-sdk) ```instead.```* +*```**Note: The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: .```* Use this library to integrate with FactSet's Analytics APIs. Below APIs are supported by this SDK. diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index bef1915..2235114 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,3 +1,6 @@ +## 🚨 THIS PACKAGE IS DEPRECATED! +The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: . + # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs. From 506e7f05b1939d87f871633a393fdcdaa6576a2b Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Thu, 27 Nov 2025 07:10:25 +0000 Subject: [PATCH 3/7] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.1.1 --- auto-generated-sdk/README.md | 3 --- .../FactSet.AnalyticsAPI.Engines.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index 2235114..bef1915 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,6 +1,3 @@ -## 🚨 THIS PACKAGE IS DEPRECATED! -The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: . - # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs. diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj index bf400a9..d6a23f7 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj @@ -9,7 +9,7 @@ FactSet FactSet Research Systems Inc. FactSet Analytics Engines API - DEPRECATED: The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK + The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK FactSet.AnalyticsAPI.Engines 6.1.1 From 1643cc51f96144622e97bb245dad2da8700347ac Mon Sep 17 00:00:00 2001 From: Sainath Nalkari Date: Thu, 27 Nov 2025 14:13:27 +0530 Subject: [PATCH 4/7] Update README.md --- auto-generated-sdk/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index bef1915..93623fa 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,3 +1,6 @@ +## 🚨 THIS PACKAGE IS DEPRECATED! +The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK. + # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs. From a3d9717d2e092244dab6a6141b2dcdbf77345984 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Mon, 15 Dec 2025 07:25:58 +0000 Subject: [PATCH 5/7] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.1.1 --- auto-generated-sdk/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index 93623fa..bef1915 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,6 +1,3 @@ -## 🚨 THIS PACKAGE IS DEPRECATED! -The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK. - # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs. From d7a269c6362c016b33cc4ef9c9b01f6ea84d3158 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Mon, 15 Dec 2025 08:29:44 +0000 Subject: [PATCH 6/7] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 71 for SDK version v6.1.1 --- auto-generated-sdk/git_push.sh | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs | 2 +- .../src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs | 2 +- .../Api/TemplatedPAComponentsApi.cs | 2 +- .../Api/UnlinkedPATemplatesApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs | 2 +- .../FactSet.AnalyticsAPI.Engines.csproj | 4 ++-- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/auto-generated-sdk/git_push.sh b/auto-generated-sdk/git_push.sh index f890ac5..b56aa80 100644 --- a/auto-generated-sdk/git_push.sh +++ b/auto-generated-sdk/git_push.sh @@ -24,7 +24,7 @@ if [ "$git_repo_id" = "" ]; then fi if [ "$release_note" = "" ]; then - release_note="The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK" + release_note="The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)" echo "[INFO] No command line input provided. Set \$release_note to $release_note" fi diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs index a0e8214..0fb8d91 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AFIOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IAFIOptimizerApi : IAFIOptimizerApiSync, IAFIOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AFIOptimizerApi : IAFIOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs index e759696..051c1b1 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AXPOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IAXPOptimizerApi : IAXPOptimizerApiSync, IAXPOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AXPOptimizerApi : IAXPOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs index 55e380a..a844508 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/AccountsApi.cs @@ -138,7 +138,7 @@ public interface IAccountsApi : IAccountsApiSync, IAccountsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class AccountsApi : IAccountsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs index 8db7148..ba9fe7d 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BPMOptimizerApi.cs @@ -358,7 +358,7 @@ public interface IBPMOptimizerApi : IBPMOptimizerApiSync, IBPMOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class BPMOptimizerApi : IBPMOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs index d6c3604..86e99ec 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/BenchmarksApi.cs @@ -94,7 +94,7 @@ public interface IBenchmarksApi : IBenchmarksApiSync, IBenchmarksApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class BenchmarksApi : IBenchmarksApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs index f832ac1..ef9c058 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnStatisticsApi.cs @@ -90,7 +90,7 @@ public interface IColumnStatisticsApi : IColumnStatisticsApiSync, IColumnStatist /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ColumnStatisticsApi : IColumnStatisticsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs index 7c9c84a..338ec8e 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ColumnsApi.cs @@ -146,7 +146,7 @@ public interface IColumnsApi : IColumnsApiSync, IColumnsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ColumnsApi : IColumnsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs index 9195bed..fb1dc95 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ComponentsApi.cs @@ -314,7 +314,7 @@ public interface IComponentsApi : IComponentsApiSync, IComponentsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ComponentsApi : IComponentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs index e24b900..ad241cd 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/ConfigurationsApi.cs @@ -138,7 +138,7 @@ public interface IConfigurationsApi : IConfigurationsApiSync, IConfigurationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class ConfigurationsApi : IConfigurationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs index d60cb3c..45adbe1 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/CurrenciesApi.cs @@ -90,7 +90,7 @@ public interface ICurrenciesApi : ICurrenciesApiSync, ICurrenciesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class CurrenciesApi : ICurrenciesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs index 625cfd4..65d6170 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DatesApi.cs @@ -162,7 +162,7 @@ public interface IDatesApi : IDatesApiSync, IDatesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DatesApi : IDatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs index f84eddb..ab20455 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DiscountCurvesApi.cs @@ -94,7 +94,7 @@ public interface IDiscountCurvesApi : IDiscountCurvesApiSync, IDiscountCurvesApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DiscountCurvesApi : IDiscountCurvesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs index 296d258..ee3f997 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/DocumentsApi.cs @@ -226,7 +226,7 @@ public interface IDocumentsApi : IDocumentsApiSync, IDocumentsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class DocumentsApi : IDocumentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs index 1c7f3c8..3f3b93f 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FIABCalculationsApi.cs @@ -178,7 +178,7 @@ public interface IFIABCalculationsApi : IFIABCalculationsApiSync, IFIABCalculati /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FIABCalculationsApi : IFIABCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs index 9da6081..5b7bbff 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FICalculationsApi.cs @@ -358,7 +358,7 @@ public interface IFICalculationsApi : IFICalculationsApiSync, IFICalculationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FICalculationsApi : IFICalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs index 115bce3..04e5b38 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FPOOptimizerApi.cs @@ -362,7 +362,7 @@ public interface IFPOOptimizerApi : IFPOOptimizerApiSync, IFPOOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FPOOptimizerApi : IFPOOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs index 3b1837e..190e540 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/FrequenciesApi.cs @@ -170,7 +170,7 @@ public interface IFrequenciesApi : IFrequenciesApiSync, IFrequenciesApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class FrequenciesApi : IFrequenciesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs index e2b4995..1881505 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/GroupsApi.cs @@ -130,7 +130,7 @@ public interface IGroupsApi : IGroupsApiSync, IGroupsApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class GroupsApi : IGroupsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs index aa0e485..0597b5e 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/LinkedPATemplatesApi.cs @@ -282,7 +282,7 @@ public interface ILinkedPATemplatesApi : ILinkedPATemplatesApiSync, ILinkedPATem /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class LinkedPATemplatesApi : ILinkedPATemplatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs index 2227159..cae4255 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/NPOOptimizerApi.cs @@ -358,7 +358,7 @@ public interface INPOOptimizerApi : INPOOptimizerApiSync, INPOOptimizerApiAsync /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class NPOOptimizerApi : INPOOptimizerApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs index 77fbd60..96a6506 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PACalculationsApi.cs @@ -406,7 +406,7 @@ public interface IPACalculationsApi : IPACalculationsApiSync, IPACalculationsApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PACalculationsApi : IPACalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs index 22b07c2..4c40db4 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PricingSourcesApi.cs @@ -102,7 +102,7 @@ public interface IPricingSourcesApi : IPricingSourcesApiSync, IPricingSourcesApi /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PricingSourcesApi : IPricingSourcesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs index fd5643b..e5bcc16 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/PubCalculationsApi.cs @@ -406,7 +406,7 @@ public interface IPubCalculationsApi : IPubCalculationsApiSync, IPubCalculations /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class PubCalculationsApi : IPubCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs index e8befa0..dc22b19 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/QuantCalculationsApi.cs @@ -446,7 +446,7 @@ public interface IQuantCalculationsApi : IQuantCalculationsApiSync, IQuantCalcul /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class QuantCalculationsApi : IQuantCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs index 563ff0b..9358cf8 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/SPARCalculationsApi.cs @@ -406,7 +406,7 @@ public interface ISPARCalculationsApi : ISPARCalculationsApiSync, ISPARCalculati /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class SPARCalculationsApi : ISPARCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs index 9fcfb6e..0004519 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/StrategyDocumentsApi.cs @@ -270,7 +270,7 @@ public interface IStrategyDocumentsApi : IStrategyDocumentsApiSync, IStrategyDoc /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class StrategyDocumentsApi : IStrategyDocumentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs index 5b3bff7..dd22eb6 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/TemplatedPAComponentsApi.cs @@ -274,7 +274,7 @@ public interface ITemplatedPAComponentsApi : ITemplatedPAComponentsApiSync, ITem /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class TemplatedPAComponentsApi : ITemplatedPAComponentsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs index 9357c69..f629344 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/UnlinkedPATemplatesApi.cs @@ -362,7 +362,7 @@ public interface IUnlinkedPATemplatesApi : IUnlinkedPATemplatesApiSync, IUnlinke /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class UnlinkedPATemplatesApi : IUnlinkedPATemplatesApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs index 034238d..e846669 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/Api/VaultCalculationsApi.cs @@ -406,7 +406,7 @@ public interface IVaultCalculationsApi : IVaultCalculationsApiSync, IVaultCalcul /// /// Represents a collection of functions to interact with the API endpoints /// - [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: (https://www.nuget.org/packages?q=FactSet.SDK)")] + [Obsolete("The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK)")] public partial class VaultCalculationsApi : IVaultCalculationsApi { private FactSet.AnalyticsAPI.Engines.Client.ExceptionFactory _exceptionFactory = (name, response) => null; diff --git a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj index d6a23f7..dd7bd9d 100644 --- a/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj +++ b/auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines/FactSet.AnalyticsAPI.Engines.csproj @@ -9,7 +9,7 @@ FactSet FactSet Research Systems Inc. FactSet Analytics Engines API - The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK + The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK) FactSet.AnalyticsAPI.Engines 6.1.1 @@ -17,7 +17,7 @@ Apache-2.0 https://github.com/factset/analyticsapi-engines-dotnet-sdk.git git - The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: https://www.nuget.org/packages?q=FactSet.SDK + The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK) PA;Vault;SPAR;Engines;FactSet;FDS;API;Analytics;AnalyticsAPI From f93d5c8b318b9221afb89a12ede3fcb45d3ffcd2 Mon Sep 17 00:00:00 2001 From: Sainath Nalkari Date: Mon, 15 Dec 2025 14:28:41 +0530 Subject: [PATCH 7/7] hyperlink changes --- auto-generated-sdk/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto-generated-sdk/README.md b/auto-generated-sdk/README.md index bef1915..45bccb3 100644 --- a/auto-generated-sdk/README.md +++ b/auto-generated-sdk/README.md @@ -1,3 +1,6 @@ +## 🚨 THIS PACKAGE IS DEPRECATED! +The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: [enterprise-sdk](https://www.nuget.org/packages?q=FactSet.SDK). + # FactSet.AnalyticsAPI.Engines - the C# library for the Engines API Allow clients to fetch Analytics through APIs.