Class ProductSearchRequest
Represents a search request for finding products
public sealed class ProductSearchRequest
- Inheritance
-
ProductSearchRequest
- Inherited Members
Constructors
ProductSearchRequest()
Constructs a ProductSearchRequest
public ProductSearchRequest()
Properties
AnnuityBonusFrequency
Annuity Bonus Frequency
public Frequency? AnnuityBonusFrequency { get; set; }
Property Value
AnnuityBonusFrom
Annuity Bonus from value
public double? AnnuityBonusFrom { get; set; }
Property Value
AnnuityBonusNumberOfYearsFrom
Annuity Bonus Number of Years From
public int? AnnuityBonusNumberOfYearsFrom { get; set; }
Property Value
- int?
AnnuityBonusNumberOfYearsTo
Annuity Bonus Number of Years To
public int? AnnuityBonusNumberOfYearsTo { get; set; }
Property Value
- int?
AnnuityBonusStartDateFrom
Annuity Bonus Start Date From
public DateTime? AnnuityBonusStartDateFrom { get; set; }
Property Value
AnnuityBonusStartDateTo
Annuity Bonus Start Date To
public DateTime? AnnuityBonusStartDateTo { get; set; }
Property Value
AnnuityBonusTo
Annuity Bonus to value
public double? AnnuityBonusTo { get; set; }
Property Value
AnnuityBonusType
Annuity Bonus Type
public BonusType? AnnuityBonusType { get; set; }
Property Value
AnnuityBonusVestingPeriodFrom
Annuity Bonus Vesting Period From
public int? AnnuityBonusVestingPeriodFrom { get; set; }
Property Value
- int?
AnnuityBonusVestingPeriodTo
Annuity Bonus Vesting Period To
public int? AnnuityBonusVestingPeriodTo { get; set; }
Property Value
- int?
AnnuitySpreadFrom
THe Annuity Spread value From
public double? AnnuitySpreadFrom { get; set; }
Property Value
AnnuitySpreadFromDateUTC
Annuity Spread from date in UTC
public DateTime? AnnuitySpreadFromDateUTC { get; set; }
Property Value
AnnuitySpreadTo
THe Annuity Spread value To
public double? AnnuitySpreadTo { get; set; }
Property Value
AnnuitySpreadToDateUTC
Annuity Spread to date in UTC
public DateTime? AnnuitySpreadToDateUTC { get; set; }
Property Value
AsianOptionDateType
Asian Option Date Type
public AsianDate? AsianOptionDateType { get; set; }
Property Value
AsianOptionEndDateFrom
The Asian option end date from
public DateTime? AsianOptionEndDateFrom { get; set; }
Property Value
AsianOptionEndDateTo
The Asian option end date to
public DateTime? AsianOptionEndDateTo { get; set; }
Property Value
AsianOptionFrequency
The Asian Option Frequency
public Frequency? AsianOptionFrequency { get; set; }
Property Value
AsianOptionReadCountFrom
Asian Option Read count from
public int? AsianOptionReadCountFrom { get; set; }
Property Value
- int?
AsianOptionReadCountTo
Asian Option Read count to
public int? AsianOptionReadCountTo { get; set; }
Property Value
- int?
AsianOptionStartDateFrom
The Asian option start date from
public DateTime? AsianOptionStartDateFrom { get; set; }
Property Value
AsianOptionStartDateTo
The Asian option start date to
public DateTime? AsianOptionStartDateTo { get; set; }
Property Value
AssetClassExclusive
The AssetClass Exclusive
public bool AssetClassExclusive { get; set; }
Property Value
AssetClassIds
The Asset class Ids
public IList<long> AssetClassIds { get; set; }
Property Value
AutoCallFrequency
The Auto call freqeuncy
public Frequency? AutoCallFrequency { get; set; }
Property Value
AutocallDateFromUTC
The Autocall from date in UTC
public DateTime? AutocallDateFromUTC { get; set; }
Property Value
AutocallDateToUTC
The Autocall to date in UTC
public DateTime? AutocallDateToUTC { get; set; }
Property Value
AutocallLevelFrom
The Autocall level from
public double? AutocallLevelFrom { get; set; }
Property Value
AutocallLevelTo
The Autocall level to
public double? AutocallLevelTo { get; set; }
Property Value
AutocallPayoutFrom
The Autocall payout from
public double? AutocallPayoutFrom { get; set; }
Property Value
AutocallPayoutTo
The Autocall payout to
public double? AutocallPayoutTo { get; set; }
Property Value
BarrierAbsoluteValueFrom
The Barrier Absolute value from
public double? BarrierAbsoluteValueFrom { get; set; }
Property Value
BarrierAbsoluteValueTo
The Barrier Absolute value to
public double? BarrierAbsoluteValueTo { get; set; }
Property Value
BarrierFrequency
The Barrier frequency
public BarrierFrequency? BarrierFrequency { get; set; }
Property Value
BarrierObservationEndDateFromUTC
The Barrier Observation End date from
public DateTime? BarrierObservationEndDateFromUTC { get; set; }
Property Value
BarrierObservationEndDateToUTC
The Barrier Observation End date to
public DateTime? BarrierObservationEndDateToUTC { get; set; }
Property Value
BarrierObservationStartDateFromUTC
The Barrier Observation Start date from
public DateTime? BarrierObservationStartDateFromUTC { get; set; }
Property Value
BarrierObservationStartDateToUTC
The Barrier Observation Start date to
public DateTime? BarrierObservationStartDateToUTC { get; set; }
Property Value
BarrierPercentValueFrom
The Barrier Percent value from
public double? BarrierPercentValueFrom { get; set; }
Property Value
BarrierPercentValueTo
The Barrier Percent value to
public double? BarrierPercentValueTo { get; set; }
Property Value
CallPutFrequency
The Call put freqeuncy
public Frequency? CallPutFrequency { get; set; }
Property Value
CapitalProtectionFrom
The Capital Protection from value
public double? CapitalProtectionFrom { get; set; }
Property Value
CapitalProtectionTo
The Capital Protection to value
public double? CapitalProtectionTo { get; set; }
Property Value
CapitalReturnAnnualFrom
The Capital Return Annual from value
public double? CapitalReturnAnnualFrom { get; set; }
Property Value
CapitalReturnAnnualTo
The Capital Return Annual to value
public double? CapitalReturnAnnualTo { get; set; }
Property Value
CapitalReturnDateFrom
The Capital Return Date From
public DateTime? CapitalReturnDateFrom { get; set; }
Property Value
CapitalReturnDateTo
The Capital Return Date To
public DateTime? CapitalReturnDateTo { get; set; }
Property Value
CapitalReturnFrom
The Capital Return from value
public double? CapitalReturnFrom { get; set; }
Property Value
CapitalReturnTo
The Capital Return to value
public double? CapitalReturnTo { get; set; }
Property Value
CapitalReturnType
The Capital Return type
public ActualEstimated? CapitalReturnType { get; set; }
Property Value
Categories
The Categories
public Categories Categories { get; set; }
Property Value
Class
The Classification
public Classification? Class { get; set; }
Property Value
CommissionFrom
The Commission from value
public double? CommissionFrom { get; set; }
Property Value
CommissionTo
The Commission to value
public double? CommissionTo { get; set; }
Property Value
CounterpartyIds
The Counterparty Ids
public IList<long> CounterpartyIds { get; set; }
Property Value
CounterpartyIsPublic
The Derivative couterparty IsPublic
public bool? CounterpartyIsPublic { get; set; }
Property Value
- bool?
CounterpartyLEI
The Derivative Counterparty LEI
public string CounterpartyLEI { get; set; }
Property Value
CounterpartyTypes
The Counterparty types
public IList<CompanyType> CounterpartyTypes { get; set; }
Property Value
CouponBarrierFrom
The Coupon Barrier from
public double? CouponBarrierFrom { get; set; }
Property Value
CouponBarrierObservationEndDateFrom
The Coupon observation end date from
public DateTime? CouponBarrierObservationEndDateFrom { get; set; }
Property Value
CouponBarrierObservationEndDateTo
The Coupon observation end date To
public DateTime? CouponBarrierObservationEndDateTo { get; set; }
Property Value
CouponBarrierObservationFrequency
The Coupon Barrier Observation Frequency
public BarrierFrequency? CouponBarrierObservationFrequency { get; set; }
Property Value
CouponBarrierObservationStartDateFrom
The Coupon observation start date from
public DateTime? CouponBarrierObservationStartDateFrom { get; set; }
Property Value
CouponBarrierObservationStartDateTo
The Coupon observation start date To
public DateTime? CouponBarrierObservationStartDateTo { get; set; }
Property Value
CouponBarrierTo
The Coupon Barrier To
public double? CouponBarrierTo { get; set; }
Property Value
CouponLowerBoundFrom
The Coupon Lower Bound from
public double? CouponLowerBoundFrom { get; set; }
Property Value
CouponLowerBoundTo
The Coupon Lower Bound to
public double? CouponLowerBoundTo { get; set; }
Property Value
CouponMaxFrom
The Coupon Max value from
public double? CouponMaxFrom { get; set; }
Property Value
CouponMaxTo
The Coupon Max value to
public double? CouponMaxTo { get; set; }
Property Value
CouponMinFrom
The Coupon Min value from
public double? CouponMinFrom { get; set; }
Property Value
CouponMinTo
The Coupon Min value to
public double? CouponMinTo { get; set; }
Property Value
CouponObservationFrequency
THe coupon observation frequency
public Frequency? CouponObservationFrequency { get; set; }
Property Value
CouponPaymentEndDateFromUTC
The Coupon Payment End Date from in UTC
public DateTime? CouponPaymentEndDateFromUTC { get; set; }
Property Value
CouponPaymentEndDateToUTC
The Coupon Payment End Date to in UTC
public DateTime? CouponPaymentEndDateToUTC { get; set; }
Property Value
CouponPaymentFrequency
The Coupon payment freqeuncy
public Frequency? CouponPaymentFrequency { get; set; }
Property Value
CouponPaymentStartDateFromUTC
The Coupon Payment Start Date from in UTC
public DateTime? CouponPaymentStartDateFromUTC { get; set; }
Property Value
CouponPaymentStartDateToUTC
The Coupon Payment Start Date to in UTC
public DateTime? CouponPaymentStartDateToUTC { get; set; }
Property Value
CouponType
The Coupon type
public CouponType? CouponType { get; set; }
Property Value
CouponUpperBoundFrom
The Coupon Upper Bound from
public double? CouponUpperBoundFrom { get; set; }
Property Value
CouponUpperBoundTo
The Coupon Upper Bound to
public double? CouponUpperBoundTo { get; set; }
Property Value
CouponValueFrom
The Coupon Value from
public double? CouponValueFrom { get; set; }
Property Value
CouponValueTo
The Coupon Value to
public double? CouponValueTo { get; set; }
Property Value
DirectionTrade
The Direction of trade
public DirectionTrade? DirectionTrade { get; set; }
Property Value
DirectionTrades
The List of Direction of trade
public IList<DirectionTrade> DirectionTrades { get; set; }
Property Value
DistributionChannels
The Distribution channels
public DistributionChannels DistributionChannels { get; set; }
Property Value
DistributorGroupIds
The Distributor group ids
public IList<long> DistributorGroupIds { get; set; }
Property Value
DistributorIds
The Distributor ids
public IList<long> DistributorIds { get; set; }
Property Value
DistributorIsPublic
The Distributor IsPublic field
public bool? DistributorIsPublic { get; set; }
Property Value
- bool?
DistributorLEI
The Distributor LEI field
public string DistributorLEI { get; set; }
Property Value
DistributorTypes
The Distributor types
public IList<CompanyType> DistributorTypes { get; set; }
Property Value
DistributorsExclusive
The Distributors Exclusive
public bool DistributorsExclusive { get; set; }
Property Value
EnvironmentalSocialGovernance
The Environmental socila goverence
public bool? EnvironmentalSocialGovernance { get; set; }
Property Value
- bool?
EstimatedInitialValueFrom
The Estimated initial value from
public double? EstimatedInitialValueFrom { get; set; }
Property Value
EstimatedInitialValueTo
The Estimated initial value to
public double? EstimatedInitialValueTo { get; set; }
Property Value
ExchangeIds
The Exchange Ids
public IList<long> ExchangeIds { get; set; }
Property Value
ExchangesExclusive
The Exchanges Exclusive
public bool ExchangesExclusive { get; set; }
Property Value
ExerciseDateFromUTC
The Exercise from date in UTC
public DateTime? ExerciseDateFromUTC { get; set; }
Property Value
ExerciseDateToUTC
The Exercise to date in UTC
public DateTime? ExerciseDateToUTC { get; set; }
Property Value
ExpiryFromUTC
The Expiry from date in UTC
public DateTime? ExpiryFromUTC { get; set; }
Property Value
ExpiryToUTC
The Expiry to date in UTC
public DateTime? ExpiryToUTC { get; set; }
Property Value
ExpiryType
The Expiry Type
public ActualEstimated? ExpiryType { get; set; }
Property Value
FinalIndexFromUTC
The Final Index from date in UTC
public DateTime? FinalIndexFromUTC { get; set; }
Property Value
FinalIndexToUTC
The Final Index to date in UTC
public DateTime? FinalIndexToUTC { get; set; }
Property Value
FinaleRebateFrom
The Finale rebate from
public double? FinaleRebateFrom { get; set; }
Property Value
FinaleRebateTo
The Finale rebate to
public double? FinaleRebateTo { get; set; }
Property Value
HasFields
The has fields
public HasFields HasFields { get; set; }
Property Value
Id
The id for product id
public IList<long> Id { get; set; }
Property Value
IdentifiersCUSIP
The Identifier CUSIP
public string IdentifiersCUSIP { get; set; }
Property Value
IdentifiersFundservId
The Identifier fundservid
public string IdentifiersFundservId { get; set; }
Property Value
IdentifiersISINs
The Identifier public ISINs
public IList<string> IdentifiersISINs { get; set; }
Property Value
IdentifiersProductCode
The Identifier ProductCode
public string IdentifiersProductCode { get; set; }
Property Value
IdentifiersWKN
The Identifier WKN
public string IdentifiersWKN { get; set; }
Property Value
InitialStrikeFromUTC
The Initial Strike from date in UTC
public DateTime? InitialStrikeFromUTC { get; set; }
Property Value
InitialStrikeToUTC
The Initial Strike to date in UTC
public DateTime? InitialStrikeToUTC { get; set; }
Property Value
InterestCreditingPeriod
Interest Crediting Period
public Frequency? InterestCreditingPeriod { get; set; }
Property Value
IsDeleted
The product is deleted
public bool? IsDeleted { get; set; }
Property Value
- bool?
IssueFromDateUTC
The issue from date in UTC
public DateTime? IssueFromDateUTC { get; set; }
Property Value
IssuePriceFrom
The Issue price from
public double? IssuePriceFrom { get; set; }
Property Value
IssuePriceTo
The Issue price to
public double? IssuePriceTo { get; set; }
Property Value
IssueToDateUTC
The issue to date in UTC
public DateTime? IssueToDateUTC { get; set; }
Property Value
IssuerCreditRatingAgencies
Issuer Credit Rating Agencies
public IList<RatingAgency> IssuerCreditRatingAgencies { get; set; }
Property Value
IssuerCreditRatingValueExclusive
The IssuerCreditRating Value Exclusive
public bool IssuerCreditRatingValueExclusive { get; set; }
Property Value
IssuerCreditRatingValues
Issuer Credit Rating Values
public IList<RatingValue> IssuerCreditRatingValues { get; set; }
Property Value
IssuerGroupIds
The Issuer group ids
public IList<long> IssuerGroupIds { get; set; }
Property Value
IssuerIds
The Issuer ids
public IList<long> IssuerIds { get; set; }
Property Value
IssuerIsPublic
The Issuer IsPublic
public bool? IssuerIsPublic { get; set; }
Property Value
- bool?
IssuerLEI
The Issuer LEI
public string IssuerLEI { get; set; }
Property Value
IssuerTypes
The Issuer types
public IList<CompanyType> IssuerTypes { get; set; }
Property Value
IssuersExclusive
The Issuers Exclusive
public bool IssuersExclusive { get; set; }
Property Value
LaunchFromUTC
The Launch from date in UTC
public DateTime? LaunchFromUTC { get; set; }
Property Value
LaunchToUTC
The Launch to date in UTC
public DateTime? LaunchToUTC { get; set; }
Property Value
ListingFromDateUTC
The listing from date in UTC
public DateTime? ListingFromDateUTC { get; set; }
Property Value
ListingToDateUTC
The listing to date in UTC
public DateTime? ListingToDateUTC { get; set; }
Property Value
LiveDateUTC
Date for checking was product live on that date
public DateTime? LiveDateUTC { get; set; }
Property Value
ManagementChargeFrom
The Management Charge from
public double? ManagementChargeFrom { get; set; }
Property Value
ManagementChargeTo
The Management Charge to
public double? ManagementChargeTo { get; set; }
Property Value
MarketIds
The Market ids
public IList<long> MarketIds { get; set; }
Property Value
MarketsExclusive
The Markets Exclusive
public bool MarketsExclusive { get; set; }
Property Value
MaturityFromUTC
The Maturity from date in UTC
public DateTime? MaturityFromUTC { get; set; }
Property Value
MaturityToUTC
The Maturity to date in UTC
public DateTime? MaturityToUTC { get; set; }
Property Value
MaxAnnualizedFrom
The MaxAnnualized from value
public double? MaxAnnualizedFrom { get; set; }
Property Value
MaxAnnualizedTo
The MaxAnnualized to value
public double? MaxAnnualizedTo { get; set; }
Property Value
MaxPayoutDateFrom
The Max Payout date from
public DateTime? MaxPayoutDateFrom { get; set; }
Property Value
MaxPayoutDateTo
The Max Payout date to
public DateTime? MaxPayoutDateTo { get; set; }
Property Value
MaxPayoutFrom
The Max Payout from value
public double? MaxPayoutFrom { get; set; }
Property Value
MaxPayoutStrikeFrom
The Max Payout Strike from value
public double? MaxPayoutStrikeFrom { get; set; }
Property Value
MaxPayoutStrikeTo
The Max Payout Strike to value
public double? MaxPayoutStrikeTo { get; set; }
Property Value
MaxPayoutTo
The Max Payout to value
public double? MaxPayoutTo { get; set; }
Property Value
MetadataId
The Metadata Id
public long? MetadataId { get; set; }
Property Value
- long?
MetadataValues
The Metadata Values
public IList<string> MetadataValues { get; set; }
Property Value
Name
The name, supports advanced querystring style syntax
public string Name { get; set; }
Property Value
NotLiveDateUTC
Date for checking was product not live on that date
public DateTime? NotLiveDateUTC { get; set; }
Property Value
NotLiveExcludesPending
Sets flag to exclude or not pending products
public bool NotLiveExcludesPending { get; set; }
Property Value
OfferCloseFromUTC
The Offer Close from date in UTC
public DateTime? OfferCloseFromUTC { get; set; }
Property Value
OfferCloseToUTC
The Offer Close to date in UTC
public DateTime? OfferCloseToUTC { get; set; }
Property Value
OfferOpenFromUTC
The Offer Open from date in UTC
public DateTime? OfferOpenFromUTC { get; set; }
Property Value
OfferOpenToUTC
The Offer Open to date in UTC
public DateTime? OfferOpenToUTC { get; set; }
Property Value
ParticipationCapDateFrom
The Participation Cap from value
public DateTime? ParticipationCapDateFrom { get; set; }
Property Value
ParticipationCapDateTo
The Participation Cap to value
public DateTime? ParticipationCapDateTo { get; set; }
Property Value
ParticipationCapFrom
The Participation Cap from value
public double? ParticipationCapFrom { get; set; }
Property Value
ParticipationCapStrikeFrom
The Participation Cap Strike from value
public double? ParticipationCapStrikeFrom { get; set; }
Property Value
ParticipationCapStrikeTo
The Participation Cap Strike to value
public double? ParticipationCapStrikeTo { get; set; }
Property Value
ParticipationCapTo
The Participation Cap to value
public double? ParticipationCapTo { get; set; }
Property Value
ParticipationDateFrom
The Participation Cap from value
public DateTime? ParticipationDateFrom { get; set; }
Property Value
ParticipationDateTo
The Participation Cap to value
public DateTime? ParticipationDateTo { get; set; }
Property Value
ParticipationDirection
The Participation direction
public DirectionParticipation? ParticipationDirection { get; set; }
Property Value
ParticipationFrequency
Thre participation frequency
public Frequency? ParticipationFrequency { get; set; }
Property Value
ParticipationMaxValueFrom
The Participation maximum from value
public double? ParticipationMaxValueFrom { get; set; }
Property Value
ParticipationMaxValueTo
The Participation maximum to value
public double? ParticipationMaxValueTo { get; set; }
Property Value
ParticipationMinValueFrom
The Participation minimum from value
public double? ParticipationMinValueFrom { get; set; }
Property Value
ParticipationMinValueTo
The Participation minimum to value
public double? ParticipationMinValueTo { get; set; }
Property Value
ParticipationRateFrom
The Participation Rate from value
public double? ParticipationRateFrom { get; set; }
Property Value
ParticipationRateTo
The Participation Rate to value
public double? ParticipationRateTo { get; set; }
Property Value
ParticipationStrikeFrom
The Participation Strike from value
public double? ParticipationStrikeFrom { get; set; }
Property Value
ParticipationStrikeTo
The Participation Strike to value
public double? ParticipationStrikeTo { get; set; }
Property Value
PayoffStyle
The pay-off style
public PayoffStyles PayoffStyle { get; set; }
Property Value
PayoffStylesExclusive
The Payoff styles Exclusive
public bool PayoffStylesExclusive { get; set; }
Property Value
PayoffTypeIds
The list of Payoff type id's
public IList<long> PayoffTypeIds { get; set; }
Property Value
PayoffTypesExclusive
The Payoff types Exclusive
public bool PayoffTypesExclusive { get; set; }
Property Value
ProductCurrencies
The Product currency codes
public IList<CurrencyCode> ProductCurrencies { get; set; }
Property Value
ProductGroups
The Product Group
public IList<ProductGroup> ProductGroups { get; set; }
Property Value
ProductLineIds
The Product line Ids
public IList<long> ProductLineIds { get; set; }
Property Value
Regions
The list of Regions
public IList<Region> Regions { get; set; }
Property Value
RiderAnniversaryFrom
The Rider Aniversary From
public double? RiderAnniversaryFrom { get; set; }
Property Value
RiderAnniversaryTo
The Rider Aniversary To
public double? RiderAnniversaryTo { get; set; }
Property Value
RiderAverageIncomeFrom
The Rider Average Income From
public double? RiderAverageIncomeFrom { get; set; }
Property Value
RiderAverageIncomeTo
The Rider Average income To
public double? RiderAverageIncomeTo { get; set; }
Property Value
RiderFeeFrom
Rider Fee from value
public double? RiderFeeFrom { get; set; }
Property Value
RiderFeeTo
Rider Fee to value
public double? RiderFeeTo { get; set; }
Property Value
RiderRollUpRateFrom
Rider Roll Up from value
public double? RiderRollUpRateFrom { get; set; }
Property Value
RiderRollUpRateTo
Rider Roll Up to value
public double? RiderRollUpRateTo { get; set; }
Property Value
SearchOperator
The search operator
public SearchOperator SearchOperator { get; set; }
Property Value
Skip
The number of results to skip
public int Skip { get; set; }
Property Value
Sort
The sorted fields
public IList<SortField> Sort { get; set; }
Property Value
Style
The Style
public Style? Style { get; set; }
Property Value
SubmittedFromUTC
The Submitted from date in UTC
public DateTime? SubmittedFromUTC { get; set; }
Property Value
SubmittedToUTC
The Submitted to date in UTC
public DateTime? SubmittedToUTC { get; set; }
Property Value
SumMarketSalesVolumeAmountFrom
Sum Market Sales Volume Amount From
public double? SumMarketSalesVolumeAmountFrom { get; set; }
Property Value
SumMarketSalesVolumeAmountTo
Sum Market Sales Volume Amount To
public double? SumMarketSalesVolumeAmountTo { get; set; }
Property Value
SumMarketSalesVolumeType
Sum sales volume AverageEstimate type
public ActualEstimated? SumMarketSalesVolumeType { get; set; }
Property Value
Take
The maximum number of results to return
public int Take { get; set; }
Property Value
TaxStatuses
The Product Tax Statuses
public TaxStatuses? TaxStatuses { get; set; }
Property Value
TenorFrom
The Tenor from value
public double? TenorFrom { get; set; }
Property Value
TenorTo
The Tenor to value
public double? TenorTo { get; set; }
Property Value
TermFrom
The Term from value
public double? TermFrom { get; set; }
Property Value
TermTo
The Term to value
public double? TermTo { get; set; }
Property Value
ThirdpartyDistributorIsPublic
The Thirdparty Distributor IsPublic
public bool? ThirdpartyDistributorIsPublic { get; set; }
Property Value
- bool?
ThirdpartyDistributorLEI
The Thirdparty Distributor LEI
public string ThirdpartyDistributorLEI { get; set; }
Property Value
ThirdpartyDistributorsExclusive
The ThirdpartyDistributors Exclusive
public bool ThirdpartyDistributorsExclusive { get; set; }
Property Value
ThirdpartyIds
The Thirdparty Distributor ids
public IList<long> ThirdpartyIds { get; set; }
Property Value
ThirdpartyTypes
The Thirdparty Distributor types
public IList<CompanyType> ThirdpartyTypes { get; set; }
Property Value
Type
The Type
public Type Type { get; set; }
Property Value
UnderlyingDomicile
The Undelying Domicile (Country ISO Code)
public int? UnderlyingDomicile { get; set; }
Property Value
- int?
UnderlyingGroupIds
The Underlying Group Ids
public IList<long> UnderlyingGroupIds { get; set; }
Property Value
UnderlyingISINs
The underlying ISIN
public IList<string> UnderlyingISINs { get; set; }
Property Value
UnderlyingIds
The Underlying Ids
public IList<long> UnderlyingIds { get; set; }
Property Value
UnderlyingInstrumentGroupIds
The Underlying Instrument group Ids
public IList<long> UnderlyingInstrumentGroupIds { get; set; }
Property Value
UnderlyingInstrumentIds
The Underlying Instrument Ids
public IList<long> UnderlyingInstrumentIds { get; set; }
Property Value
UnderlyingName
The underlying name, supports advanced querystring style syntax
public string UnderlyingName { get; set; }
Property Value
UnderlyingProviderIds
The Underlying provider Ids
public IList<long> UnderlyingProviderIds { get; set; }
Property Value
UnderlyingProviderTypes
The Underlying provider types
public IList<CompanyType> UnderlyingProviderTypes { get; set; }
Property Value
UnderlyingSectorGroupIds
The Underlying sector group Ids
public IList<long> UnderlyingSectorGroupIds { get; set; }
Property Value
UnderlyingSectorIds
The Underlying sector Ids
public IList<long> UnderlyingSectorIds { get; set; }
Property Value
UnderlyingStrikeLevelFrom
The Underlying strike from value
public double? UnderlyingStrikeLevelFrom { get; set; }
Property Value
UnderlyingStrikeLevelTo
The Underlying strike to value
public double? UnderlyingStrikeLevelTo { get; set; }
Property Value
UnderlyingWeightFrom
The underlying Weight from
public double? UnderlyingWeightFrom { get; set; }
Property Value
UnderlyingWeightTo
The underlying Weight to
public double? UnderlyingWeightTo { get; set; }
Property Value
UnderlyingsExclusive
The Underlyings Exclusive
public bool UnderlyingsExclusive { get; set; }
Property Value
UpdatedFromUTC
The Updated from date in UTC
public DateTime? UpdatedFromUTC { get; set; }
Property Value
UpdatedToUTC
The Updated to date in UTC
public DateTime? UpdatedToUTC { get; set; }
Property Value
WrapperGroups
The Wrapper Ids
public IList<WrapperGroupName> WrapperGroups { get; set; }
Property Value
WrapperIds
The Wrapper Ids
public IList<long> WrapperIds { get; set; }
Property Value
WrappersExclusive
The Wrappers Exclusive
public bool WrappersExclusive { get; set; }