FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals
0.10.1
Prefix Reserved
See the version list below for details.
dotnet add package FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals --version 0.10.1
NuGet\Install-Package FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals -Version 0.10.1
<PackageReference Include="FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals" Version="0.10.1" />
paket add FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals --version 0.10.1
#r "nuget: FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals, 0.10.1"
// Install FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals as a Cake Addin #addin nuget:?package=FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals&version=0.10.1 // Install FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals as a Cake Tool #tool nuget:?package=FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals&version=0.10.1
<img alt="FactSet" src="https://www.factset.com/hubfs/Assets/images/factset-logo.svg" height="56" width="290">
Securitized Derivatives API for Digital Portals client library for .NET
Search for securitized derivative instruments, using a criteria-based screener. The API provides also fundamental data, notation-based key figures, list of barrier types, and details regarding the underlyings, their respective barriers and related cash flows, coupon lists and derived basic interest rate information.
The screener is based on securitized derivatives-specific parameters. The result is limited to the notations that satisfy all the selected filters. If more than one notation of an instrument matches the parameters, and no market priority has been specified, only the notation with the highest trading volume, averaged over one month, is considered. All identifier types used as parameters must be valid and application must have permissions for them.
Available search criteria include:
- validation: filter for only active listings, by price quality and latest/previous available price dates
- traded markets: filter and indicate a market priority for the validation
- life cycle: important dates in and features of the life cycle of the securitized derivatives instruments
- filter by issuer, country of registration of the securitized derivatives
- underlying and related barriers, including level and distance, and resulting cash flows
- coupon data: where applicable, occurrence and frequency of coupon payments, current interest rate range
- performance and volatility
- product-specific ask-based key figures (not all key figures are available for all product types):
- bonus yield, sideways yield, maximum yield based on the ask price
- agio, discount
- spread
- break even, outperformance point, parity
- delta, weekly theta, vega, implied volatility
- leverage, omega
- intrinsic value, time value
Since some underlyings, e.g. an index or a performance difference of a stock and an index (alpha structure), do not represent a directly tradable asset, they do not have a price in the classical sense. Therefore, the term level is used instead of price, e.g. underlying level instead of underlying price. The endpoint does not support the search for securitized derivatives with multiple underlyings, thus only securitized derivatives with a single underlying are returned in the result.
The search can be restricted to a specific set of products by using customer-specific instrument or notation lists. Such restriction lists are set up by FactSet upon request.
This API is fully integrated with the corresponding Quotes API, allowing access to detailed price and performance information of instruments, as well as basic security identifier cross-reference. For direct access to price histories, please refer to the Time Series API for Digital Portals.
Similar criteria based screener APIs exist for equity and fixed income instruments: See the Stocks API and the Bonds API for details.
This .NET package is automatically generated by the OpenAPI Generator project:
- API version: 2
- Package version: 0.10.1
- Build package: com.factset.sdk.codegen.FactSetCSharpNetCoreClientCodegen
Requirements
- .NET Standard >= 2.0
Installation
.NET CLI
dotnet add package FactSet.SDK.Utils
dotnet add package FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals
NuGet
nuget install FactSet.SDK.Utils
nuget install FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals
Usage
- Generate authentication credentials.
- Setup .NET Standard 2.0 compatible environment.
- Install dependencies.
- Run the following:
using System;
using System.Threading.Tasks;
using FactSet.SDK.Utils.Authentication;
using FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals.Api;
using FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals.Client;
using FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals.Model;
namespace Example
{
public static class GetSecuritizedDerivativeBarrierTypeListExample
{
public static async Task Main()
{
var config = new FactSet.SDK.SecuritizedDerivativesAPIforDigitalPortals.Client.Configuration();
// Examples for each supported authentication method are below,
// choose one that satisfies your use case.
/* (Preferred) OAuth 2.0: FactSetOAuth2 */
// See https://github.com/FactSet/enterprise-sdk#oauth-20
// for information on how to create the app-config.json file
// See https://github.com/FactSet/enterprise-sdk-utils-dotnet#authentication
// for more information on using the ConfidentialClient class
ConfidentialClient confidentialClient = await ConfidentialClient.CreateAsync("/path/to/app-config.json");
config.OAuth2Client = confidentialClient;
/* Basic authentication: FactSetApiKey */
// See https://github.com/FactSet/enterprise-sdk#api-key
// for information how to create an API key
// config.Username = "USERNAME-SERIAL";
// config.Password = "API-KEY";
var apiInstance = new SecuritizedDerivativeApi(config);
var attributes = new List<string>(); // List<string> | Limit the attributes returned in the response to the specified set. (optional)
try
{
// List of barrier types.
InlineResponse2001 result = apiInstance.GetSecuritizedDerivativeBarrierTypeList(attributes);
Console.WriteLine(result.ToJson());
}
catch (ApiException e)
{
Console.WriteLine("Exception when calling SecuritizedDerivativeApi.GetSecuritizedDerivativeBarrierTypeList: " + e.Message );
Console.WriteLine("Status Code: "+ e.ErrorCode);
Console.WriteLine(e.StackTrace);
}
}
}
}
Using a Proxy
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
Documentation for API Endpoints
All URIs are relative to https://api.factset.com/wealth/v1
Class | Method | HTTP request | Description |
---|---|---|---|
SecuritizedDerivativeApi | GetSecuritizedDerivativeBarrierTypeList | GET /securitizedDerivative/barrier/type/list | List of barrier types. |
SecuritizedDerivativeApi | GetSecuritizedDerivativeGet | GET /securitizedDerivative/get | Fundamental data for a single securitized derivative. |
SecuritizedDerivativeApi | GetSecuritizedDerivativeKeyFiguresNotationGet | GET /securitizedDerivative/keyFigures/notation/get | Notation-based key figures of a securitized derivative. |
SecuritizedDerivativeApi | GetSecuritizedDerivativeUnderlyingList | GET /securitizedDerivative/underlying/list | List of underlyings with barrier and cash flow information. |
SecuritizedDerivativeApi | PostSecuritizedDerivativeIssuerSearch | POST /securitizedDerivative/issuer/search | Search for issuers of securitized derivatives. |
SecuritizedDerivativeApi | PostSecuritizedDerivativeNotationRankingIntradayList | POST /securitizedDerivative/notation/ranking/intraday/list | Ranking of securitized derivatives' notations using intraday figures. |
SecuritizedDerivativeApi | PostSecuritizedDerivativeNotationScreenerSearch | POST /securitizedDerivative/notation/screener/search | Screener for securitized derivatives's notations based on securitized derivatives-specific parameters. |
SecuritizedDerivativeApi | PostSecuritizedDerivativeNotationScreenerValueRangesGet | POST /securitizedDerivative/notation/screener/valueRanges/get | Possible values and value ranges for the parameters used in the endpoint /securitizedDerivative/notation/screener/search . |
Documentation for Models
- Model.CursorBasedPaginationOutputObject
- Model.CursorBasedPaginationOutputObjectWithoutTotal
- Model.ErrorMetaObject
- Model.InlineObject
- Model.InlineObject1
- Model.InlineObject2
- Model.InlineObject3
- Model.InlineResponse200
- Model.InlineResponse2001
- Model.InlineResponse2001Data
- Model.InlineResponse2002
- Model.InlineResponse2002Data
- Model.InlineResponse2003
- Model.InlineResponse2003Data
- Model.InlineResponse2003DataAgio
- Model.InlineResponse2003DataBonusYield
- Model.InlineResponse2003DataBreakEven
- Model.InlineResponse2003DataBreakEvenDistance
- Model.InlineResponse2003DataCurrency
- Model.InlineResponse2003DataDelta
- Model.InlineResponse2003DataDiscount
- Model.InlineResponse2003DataLevel
- Model.InlineResponse2003DataMaximumYield
- Model.InlineResponse2003DataNotation
- Model.InlineResponse2003DataNotationInstrument
- Model.InlineResponse2003DataPerformanceIssue
- Model.InlineResponse2003DataPerformanceIssueAsk
- Model.InlineResponse2003DataPerformanceIssueBid
- Model.InlineResponse2003DataPrices
- Model.InlineResponse2003DataPricesAsk
- Model.InlineResponse2003DataPricesBid
- Model.InlineResponse2003DataPricesValueUnit
- Model.InlineResponse2003DataSidewaysYield
- Model.InlineResponse2003DataSpread
- Model.InlineResponse2003DataThetaOneWeek
- Model.InlineResponse2003DataUnderlyings
- Model.InlineResponse2003DataValueUnit
- Model.InlineResponse2003DataVega
- Model.InlineResponse2004
- Model.InlineResponse2004Accumulated
- Model.InlineResponse2004AccumulatedCurrency
- Model.InlineResponse2004Categorization
- Model.InlineResponse2004CategorizationDdv
- Model.InlineResponse2004Data
- Model.InlineResponse2004Exercise
- Model.InlineResponse2004Fsym
- Model.InlineResponse2004FsymListing
- Model.InlineResponse2004FsymRegional
- Model.InlineResponse2004Instrument
- Model.InlineResponse2004InstrumentFsym
- Model.InlineResponse2004InstrumentFsymSecurity
- Model.InlineResponse2004Issuer
- Model.InlineResponse2004LifeCycle
- Model.InlineResponse2004LifeCycleMaturity
- Model.InlineResponse2004Market
- Model.InlineResponse2004Meta
- Model.InlineResponse2004Trade
- Model.InlineResponse2004TradePerformance
- Model.InlineResponse2004Underlying
- Model.InlineResponse2004UnderlyingEffectiveUnderlying
- Model.InlineResponse2004UnderlyingEffectiveUnderlyingInstrument
- Model.InlineResponse2004UnderlyingNotation
- Model.InlineResponse2004UnderlyingNotationInstrument
- Model.InlineResponse2004ValueUnit
- Model.InlineResponse2005
- Model.InlineResponse2005Data
- Model.InlineResponse2005DataBonusLevel
- Model.InlineResponse2005DataBonusLevelDistance
- Model.InlineResponse2005DataBonusLevelValue
- Model.InlineResponse2005DataCap
- Model.InlineResponse2005DataCapCashFlow
- Model.InlineResponse2005DataCapDistance
- Model.InlineResponse2005DataCapValue
- Model.InlineResponse2005DataCapitalGuarantee
- Model.InlineResponse2005DataCapitalGuaranteeDistance
- Model.InlineResponse2005DataCapitalGuaranteeValue
- Model.InlineResponse2005DataCapitalProtection
- Model.InlineResponse2005DataCategorization
- Model.InlineResponse2005DataCategorizationCategories
- Model.InlineResponse2005DataCategorizationDdv
- Model.InlineResponse2005DataCategorizationLevel
- Model.InlineResponse2005DataCategorizationParent
- Model.InlineResponse2005DataCollateralized
- Model.InlineResponse2005DataConstantLeverage
- Model.InlineResponse2005DataCouponTriggerLevel
- Model.InlineResponse2005DataCouponTriggerLevelDistance
- Model.InlineResponse2005DataCouponTriggerLevelValue
- Model.InlineResponse2005DataCurrentInterestRate
- Model.InlineResponse2005DataCurrentInterestRateTypes
- Model.InlineResponse2005DataCurrentInterestRateValue
- Model.InlineResponse2005DataExercise
- Model.InlineResponse2005DataExerciseRight
- Model.InlineResponse2005DataExerciseStyle
- Model.InlineResponse2005DataIssuer
- Model.InlineResponse2005DataIssuerGroup
- Model.InlineResponse2005DataIssuerJuristicPerson
- Model.InlineResponse2005DataKeyFigures
- Model.InlineResponse2005DataKeyFiguresAgio
- Model.InlineResponse2005DataKeyFiguresAgioAbsolute
- Model.InlineResponse2005DataKeyFiguresAgioAnnualized
- Model.InlineResponse2005DataKeyFiguresAgioRelative
- Model.InlineResponse2005DataKeyFiguresBonusYield
- Model.InlineResponse2005DataKeyFiguresBonusYieldAbsolute
- Model.InlineResponse2005DataKeyFiguresBonusYieldAnnualized
- Model.InlineResponse2005DataKeyFiguresBonusYieldRelative
- Model.InlineResponse2005DataKeyFiguresBreakEven
- Model.InlineResponse2005DataKeyFiguresBreakEvenBreakEvenPoint
- Model.InlineResponse2005DataKeyFiguresBreakEvenDistance
- Model.InlineResponse2005DataKeyFiguresBreakEvenDistanceAbsolute
- Model.InlineResponse2005DataKeyFiguresBreakEvenDistanceRelative
- Model.InlineResponse2005DataKeyFiguresDelta
- Model.InlineResponse2005DataKeyFiguresDeltaEffective
- Model.InlineResponse2005DataKeyFiguresDeltaUnadjusted
- Model.InlineResponse2005DataKeyFiguresDiscount
- Model.InlineResponse2005DataKeyFiguresDiscountAbsolute
- Model.InlineResponse2005DataKeyFiguresDiscountRelative
- Model.InlineResponse2005DataKeyFiguresImpliedVolatility
- Model.InlineResponse2005DataKeyFiguresIntrinsicValue
- Model.InlineResponse2005DataKeyFiguresLeverage
- Model.InlineResponse2005DataKeyFiguresMaximumYield
- Model.InlineResponse2005DataKeyFiguresMaximumYieldAbsolute
- Model.InlineResponse2005DataKeyFiguresMaximumYieldAnnualized
- Model.InlineResponse2005DataKeyFiguresMaximumYieldRelative
- Model.InlineResponse2005DataKeyFiguresOmega
- Model.InlineResponse2005DataKeyFiguresOutperformancePoint
- Model.InlineResponse2005DataKeyFiguresParity
- Model.InlineResponse2005DataKeyFiguresSidewaysYield
- Model.InlineResponse2005DataKeyFiguresSidewaysYieldAbsolute
- Model.InlineResponse2005DataKeyFiguresSidewaysYieldAnnualized
- Model.InlineResponse2005DataKeyFiguresSidewaysYieldRelative
- Model.InlineResponse2005DataKeyFiguresSpread
- Model.InlineResponse2005DataKeyFiguresSpreadHarmonized
- Model.InlineResponse2005DataKeyFiguresSpreadRelative
- Model.InlineResponse2005DataKeyFiguresThetaOneWeek
- Model.InlineResponse2005DataKeyFiguresThetaOneWeekEffective
- Model.InlineResponse2005DataKeyFiguresThetaOneWeekUnadjusted
- Model.InlineResponse2005DataKeyFiguresTimeValue
- Model.InlineResponse2005DataKeyFiguresVega
- Model.InlineResponse2005DataKeyFiguresVegaEffective
- Model.InlineResponse2005DataKeyFiguresVegaUnadjusted
- Model.InlineResponse2005DataKnockIn
- Model.InlineResponse2005DataKnockInDistance
- Model.InlineResponse2005DataKnockInValue
- Model.InlineResponse2005DataKnockOut
- Model.InlineResponse2005DataKnockOutDistance
- Model.InlineResponse2005DataKnockOutObservation
- Model.InlineResponse2005DataKnockOutValue
- Model.InlineResponse2005DataLifeCycle
- Model.InlineResponse2005DataLifeCycleIssue
- Model.InlineResponse2005DataLifeCycleMaturity
- Model.InlineResponse2005DataLifeCycleMaturityDate
- Model.InlineResponse2005DataLifeCycleMaturityPerpetual
- Model.InlineResponse2005DataLifeCycleMaturityRemainingTermDays
- Model.InlineResponse2005DataLifeCycleRepayment
- Model.InlineResponse2005DataLifeCycleValuation
- Model.InlineResponse2005DataLockIn
- Model.InlineResponse2005DataLockInDistance
- Model.InlineResponse2005DataLockInValue
- Model.InlineResponse2005DataLockOut
- Model.InlineResponse2005DataLockOutDistance
- Model.InlineResponse2005DataLockOutValue
- Model.InlineResponse2005DataMarket
- Model.InlineResponse2005DataNominalCurrency
- Model.InlineResponse2005DataParticipation
- Model.InlineResponse2005DataPerformance
- Model.InlineResponse2005DataPerformanceEndOfDay
- Model.InlineResponse2005DataPerformanceEndOfDayDay1
- Model.InlineResponse2005DataPerformanceEndOfDayMonth1
- Model.InlineResponse2005DataPerformanceEndOfDayMonths3
- Model.InlineResponse2005DataPerformanceEndOfDayMonths6
- Model.InlineResponse2005DataPerformanceEndOfDayWeek1
- Model.InlineResponse2005DataPerformanceEndOfDayYear1
- Model.InlineResponse2005DataPerformanceEndOfDayYearToDate
- Model.InlineResponse2005DataPerformanceEndOfDayYears3
- Model.InlineResponse2005DataPerformanceEndOfDayYears5
- Model.InlineResponse2005DataPerformanceIntraday
- Model.InlineResponse2005DataPerformanceSinceIssue
- Model.InlineResponse2005DataPerformanceSinceIssueAsk
- Model.InlineResponse2005DataPerformanceSinceIssueBid
- Model.InlineResponse2005DataRangeKnockOut
- Model.InlineResponse2005DataRangeKnockOutLower
- Model.InlineResponse2005DataRangeKnockOutLowerValue
- Model.InlineResponse2005DataRangeKnockOutUpper
- Model.InlineResponse2005DataRangeKnockOutUpperValue
- Model.InlineResponse2005DataSettlement
- Model.InlineResponse2005DataStrike
- Model.InlineResponse2005DataStrikeDistance
- Model.InlineResponse2005DataStrikeDistanceAbsolute
- Model.InlineResponse2005DataStrikeDistanceRelative
- Model.InlineResponse2005DataStrikeValue
- Model.InlineResponse2005DataUnderlying
- Model.InlineResponse2005DataUnderlyingEffectiveUnderlying
- Model.InlineResponse2005DataUnderlyingEffectiveUnderlyingInstrument
- Model.InlineResponse2005DataUnderlyingInstrument
- Model.InlineResponse2005DataUnderlyingNotation
- Model.InlineResponse2005DataVolatility
- Model.InlineResponse2006
- Model.InlineResponse2006Data
- Model.InlineResponse2006Instrument
- Model.InlineResponse2006InstrumentBonusLevel
- Model.InlineResponse2006InstrumentBonusLevelDistance
- Model.InlineResponse2006InstrumentCap
- Model.InlineResponse2006InstrumentCapDistance
- Model.InlineResponse2006InstrumentCapitalGuarantee
- Model.InlineResponse2006InstrumentCapitalGuaranteeDistance
- Model.InlineResponse2006InstrumentCategorization
- Model.InlineResponse2006InstrumentCategorizationDdv
- Model.InlineResponse2006InstrumentCategorizationDdvLevel1
- Model.InlineResponse2006InstrumentCategorizationDdvLevel2
- Model.InlineResponse2006InstrumentCategorizationDdvLevel3
- Model.InlineResponse2006InstrumentCategorizationEusipa
- Model.InlineResponse2006InstrumentCouponTriggerLevel
- Model.InlineResponse2006InstrumentCouponTriggerLevelDistance
- Model.InlineResponse2006InstrumentCurrentInterestRate
- Model.InlineResponse2006InstrumentExercise
- Model.InlineResponse2006InstrumentIssuer
- Model.InlineResponse2006InstrumentIssuerGroup
- Model.InlineResponse2006InstrumentKnockIn
- Model.InlineResponse2006InstrumentKnockInDistance
- Model.InlineResponse2006InstrumentKnockOut
- Model.InlineResponse2006InstrumentKnockOutBreach
- Model.InlineResponse2006InstrumentKnockOutDistance
- Model.InlineResponse2006InstrumentKnockOutObservation
- Model.InlineResponse2006InstrumentLifeCycle
- Model.InlineResponse2006InstrumentLifeCycleMaturity
- Model.InlineResponse2006InstrumentLockIn
- Model.InlineResponse2006InstrumentLockInDistance
- Model.InlineResponse2006InstrumentLockOut
- Model.InlineResponse2006InstrumentLockOutDistance
- Model.InlineResponse2006InstrumentNominalCurrency
- Model.InlineResponse2006InstrumentRangeKnockOut
- Model.InlineResponse2006InstrumentRangeKnockOutLower
- Model.InlineResponse2006InstrumentRangeKnockOutUpper
- Model.InlineResponse2006InstrumentStrike
- Model.InlineResponse2006InstrumentStrikeDistance
- Model.InlineResponse2006InstrumentUnderlying
- Model.InlineResponse2006InstrumentUnderlyingNotation
- Model.InlineResponse2006InstrumentUnderlyingNotationInstrument
- Model.InlineResponse2006InstrumentUnderlyingValueUnit
- Model.InlineResponse2006KeyFigures
- Model.InlineResponse2006KeyFiguresAgio
- Model.InlineResponse2006KeyFiguresBonusYield
- Model.InlineResponse2006KeyFiguresBreakEven
- Model.InlineResponse2006KeyFiguresBreakEvenDistance
- Model.InlineResponse2006KeyFiguresCurrency
- Model.InlineResponse2006KeyFiguresDelta
- Model.InlineResponse2006KeyFiguresDiscount
- Model.InlineResponse2006KeyFiguresMaximumYield
- Model.InlineResponse2006KeyFiguresSidewaysYield
- Model.InlineResponse2006KeyFiguresSpread
- Model.InlineResponse2006KeyFiguresThetaOneWeek
- Model.InlineResponse2006KeyFiguresVega
- Model.InlineResponse2006Market
- Model.InlineResponse2006Performance
- Model.InlineResponse2006PerformanceEndOfDay
- Model.InlineResponse2006PerformanceSinceIssue
- Model.InlineResponse2006Volatility
- Model.InlineResponse2007
- Model.InlineResponse2007Data
- Model.InlineResponse2007DataBarrierType
- Model.InlineResponse2007DataBarrierTypeConditions
- Model.InlineResponse2007DataBarriers
- Model.InlineResponse2007DataCalculationLevel
- Model.InlineResponse2007DataCashFlow
- Model.InlineResponse2007DataCashFlowAbsolute
- Model.InlineResponse2007DataCashFlowCurrency
- Model.InlineResponse2007DataCashFlowRelative
- Model.InlineResponse2007DataConditions
- Model.InlineResponse2007DataNotation
- Model.InlineResponse2007DataNotationInstrument
- Model.InlineResponse2007DataObservation
- Model.InlineResponse2007DataObservationPeriod
- Model.InlineResponse2007DataOperatingMIC
- Model.InlineResponse2007DataRange
- Model.InlineResponse2007DataRangeLower
- Model.InlineResponse2007DataRangeLowerBreach
- Model.InlineResponse2007DataRangeLowerDistance
- Model.InlineResponse2007DataRangeLowerLevel
- Model.InlineResponse2007DataRangeLowerParticipationFactor
- Model.InlineResponse2007DataRangeUpper
- Model.InlineResponse2007DataRangeUpperBreach
- Model.InlineResponse2007DataRangeUpperDistance
- Model.InlineResponse2007DataRangeUpperLevel
- Model.InlineResponse2007DataRangeUpperParticipationFactor
- Model.InlineResponse2007DataSingle
- Model.InlineResponse2007DataSingleBreach
- Model.InlineResponse2007DataSingleDistance
- Model.InlineResponse2007DataSingleLevel
- Model.InlineResponse2007DataSingleParticipationFactor
- Model.InlineResponse2007DataUnderlyings
- Model.InlineResponse200Data
- Model.InlineResponse200DataCountrySecurityRegistration
- Model.InlineResponse200DataExercise
- Model.InlineResponse200DataIssue
- Model.InlineResponse200DataIssueValueUnit
- Model.InlineResponse200DataIssuer
- Model.InlineResponse200DataIssuerGroup
- Model.InlineResponse200DataLifeCycle
- Model.InlineResponse200DataLifeCycleIntradayActivation
- Model.InlineResponse200DataLifeCycleMaturity
- Model.InlineResponse200DataLifeCycleSubscriptionPeriod
- Model.InlineResponse200DataLifeCycleTradingPeriod
- Model.InlineResponse200DataNominal
- Model.InlineResponse200DataNominalCurrency
- Model.InlineResponse200DataNsin
- Model.InlineResponse200DataOrderVolume
- Model.InlineResponse200DataReferenceDebtor
- Model.InlineResponse200DataReferenceDebtorInstrument
- Model.InlineResponse200DataReferenceDebtorLegalEntity
- Model.InlineResponse200DataType
- Model.InlineResponse200Meta
- Model.OffsetBasedPaginationOutputObject
- Model.OffsetBasedPaginationOutputObjectWithoutTotal
- Model.PartialOutputObject
- Model.SecuritizedDerivativeIssuerSearchData
- Model.SecuritizedDerivativeIssuerSearchDataCategory
- Model.SecuritizedDerivativeIssuerSearchDataFactorCertificates
- Model.SecuritizedDerivativeIssuerSearchDataFactorCertificatesEffectiveUnderlying
- Model.SecuritizedDerivativeIssuerSearchDataFactorCertificatesEffectiveUnderlyingInstrument
- Model.SecuritizedDerivativeIssuerSearchDataMarket
- Model.SecuritizedDerivativeIssuerSearchDataName
- Model.SecuritizedDerivativeIssuerSearchDataRegistrationCountry
- Model.SecuritizedDerivativeIssuerSearchDataUnderlying
- Model.SecuritizedDerivativeIssuerSearchDataUnderlyingInstrument
- Model.SecuritizedDerivativeIssuerSearchMeta
- Model.SecuritizedDerivativeNotationRankingIntradayListData
- Model.SecuritizedDerivativeNotationRankingIntradayListDataCategory
- Model.SecuritizedDerivativeNotationRankingIntradayListDataCurrency
- Model.SecuritizedDerivativeNotationRankingIntradayListDataExercise
- Model.SecuritizedDerivativeNotationRankingIntradayListDataFactorCertificates
- Model.SecuritizedDerivativeNotationRankingIntradayListDataFactorCertificatesEffectiveUnderlying
- Model.SecuritizedDerivativeNotationRankingIntradayListDataInstrumentRestrictionList
- Model.SecuritizedDerivativeNotationRankingIntradayListDataIssuer
- Model.SecuritizedDerivativeNotationRankingIntradayListDataLifeCycle
- Model.SecuritizedDerivativeNotationRankingIntradayListDataLifeCycleMaturity
- Model.SecuritizedDerivativeNotationRankingIntradayListDataMarket
- Model.SecuritizedDerivativeNotationRankingIntradayListDataNotationRestrictionList
- Model.SecuritizedDerivativeNotationRankingIntradayListDataPerformance
- Model.SecuritizedDerivativeNotationRankingIntradayListDataPerformanceRelative
- Model.SecuritizedDerivativeNotationRankingIntradayListDataPerformanceRelativeMaximum
- Model.SecuritizedDerivativeNotationRankingIntradayListDataPerformanceRelativeMinimum
- Model.SecuritizedDerivativeNotationRankingIntradayListDataPrices
- Model.SecuritizedDerivativeNotationRankingIntradayListDataRegistrationCountry
- Model.SecuritizedDerivativeNotationRankingIntradayListDataUnderlying
- Model.SecuritizedDerivativeNotationRankingIntradayListDataUnderlyingInstrument
- Model.SecuritizedDerivativeNotationRankingIntradayListDataUnderlyingNotation
- Model.SecuritizedDerivativeNotationRankingIntradayListDataValueUnit
- Model.SecuritizedDerivativeNotationRankingIntradayListMeta
- Model.SecuritizedDerivativeNotationRankingIntradayListMetaPagination
- Model.SecuritizedDerivativeNotationScreenerSearchData
- Model.SecuritizedDerivativeNotationScreenerSearchDataValidation
- Model.SecuritizedDerivativeNotationScreenerSearchDataValidationInstrumentRestrictionList
- Model.SecuritizedDerivativeNotationScreenerSearchDataValidationNotationRestrictionList
- Model.SecuritizedDerivativeNotationScreenerSearchMeta
- Model.SecuritizedDerivativeNotationScreenerSearchMetaPagination
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetData
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataBreach
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCapitalProtection
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCashFlow
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCashFlowCurrency
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCategory
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCurrentInterestRate
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataCurrentInterestRateValue
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataDistance
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataDistanceAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataDistanceRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataExercise
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataFactorCertificates
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataFactorCertificatesConstantLeverage
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFigures
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresAgio
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresAgioAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresAgioAnnualized
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresAgioRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBonusYield
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBonusYieldAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBonusYieldAnnualized
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBonusYieldRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBreakEven
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBreakEvenBreakEvenPoint
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBreakEvenDistance
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBreakEvenDistanceAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresBreakEvenDistanceRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDelta
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDeltaEffective
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDeltaUnadjusted
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDiscount
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDiscountAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresDiscountRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresImpliedVolatility
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresIntrinsicValue
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresLeverage
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresMaximumYield
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresMaximumYieldAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresMaximumYieldAnnualized
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresMaximumYieldRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresOmega
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresOutperformancePoint
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresParity
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSidewaysYield
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSidewaysYieldAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSidewaysYieldAnnualized
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSidewaysYieldRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSpread
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSpreadHarmonized
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresSpreadRelative
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresThetaOneWeek
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresThetaOneWeekEffective
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresThetaOneWeekUnadjusted
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresTimeValue
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresVega
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresVegaEffective
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataKeyFiguresVegaUnadjusted
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLevel
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLevelAbsolute
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLevelAbsoluteMaximum
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLevelAbsoluteMinimum
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycle
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleIssue
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturity
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturityRestriction
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturityRestrictionDate
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturityRestrictionRemainingTermDays
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturityRestrictionRemainingTermDaysMaximum
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleMaturityRestrictionRemainingTermDaysMinimum
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleRepayment
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLifeCycleValuation
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataLower
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataNominalCurrency
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataObservation
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataObservation1
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformance
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDay
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayDay1
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayMonth1
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayMonths3
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayMonths6
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayWeek1
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayYear1
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayYearToDate
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayYears3
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceEndOfDayYears5
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceIntraday
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceSinceIssue
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceSinceIssueAsk
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataPerformanceSinceIssueBid
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataRangeBarriers
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataSingleBarriers
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataUnderlying
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataUpper
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidation
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationInstrumentRestrictionList
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationMarket
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationMarketPriority
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationMarketSelection
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationMarketSelectionExclude
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationMarketSelectionRestrict
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationNotationRestrictionList
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationPrices
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationPricesLatest
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationPricesPrevious
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationValueUnit
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationValueUnitSelection
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationValueUnitSelectionExclude
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataValidationValueUnitSelectionRestrict
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetDataVolatility
- Model.SecuritizedDerivativeNotationScreenerValueRangesGetMeta
- Model.StatusObject
Documentation for Authorization
FactSetApiKey
- Type: HTTP basic authentication
FactSetOAuth2
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
Contributing
Please refer to the contributing guide.
Copyright
Copyright 2022 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FactSet.SDK.Utils (>= 1.0.0)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 13.0.1)
- Polly (>= 7.2.2)
- RestSharp (>= 106.15.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Refer to Changelog on GitHub source repository