• Api Documentation
Show / Hide Table of Contents
  • Si.Srp.Api.Common.Model
    • GreekSearchApiResponse
    • GreekSearchWrapper
    • IdAtVersion
    • IdSearchResponse
    • Links
    • ProductSearchApiResponse
    • ProductSearchWrapper
    • User
  • Si.Srp.Models.Common
    • ActualEstimated
    • AsianDate
    • BarrierFrequency
    • BonusType
    • BrochureType
    • Categories
    • Classification
    • CompanyType
    • CouponType
    • CurrencyCode
    • DirectionParticipation
    • DirectionTrade
    • DistributionChannels
    • EnumEntity
    • ExerciseType
    • FileType
    • Frequency
    • PayoffStyles
    • ProductGroup
    • RatingAgency
    • RatingValue
    • RedemptionType
    • Region
    • Style
    • TaxStatuses
    • Type
    • User
    • ValidationConst
    • WrapperGroupName
  • Si.Srp.Models.Common.DTO
    • PaginationWrapper<TType>
  • Si.Srp.Models.Common.Response
    • Diagnostics
    • ResponseError
    • Status
  • Si.Srp.Models.Greeks.Enums
    • EntityType
    • GreekType
    • Outcome
  • Si.Srp.Models.Greeks.External.API
    • Greeks
    • SearchResponse
    • UnderlyingGreek
    • UnderlyingGreekMarket
    • UnderlyingGreekProduct
    • UnderlyingGreekVersus<TType>
    • UnderlyingGreekVersusBarrier
    • UnderlyingGreekVersusTime
  • Si.Srp.Models.Greeks.External.API.Facet
    • Facet
    • FacetResult
    • FacetValue
  • Si.Srp.Models.Greeks.Request
    • UnderlyingGreekSearch
    • UnderlyingGreekSearchRequest
  • Si.Srp.Models.Read
    • Amount
    • Amounts
    • AnnuityBonus
    • AnnuitySpread
    • AsianOption
    • AssetClass
    • Autocall
    • Barrier
    • Brochure
    • CapitalReturn
    • Commission
    • CouponBase
    • CreditRating
    • DerivativeCounterparty
    • Description
    • DigitalCoupon
    • Distributor
    • Exchange
    • Exercise
    • Expiry
    • FixedCoupon
    • GroupedStrongEntity
    • Identifiers
    • Issuer
    • Market
    • MaxPayout
    • Participation
    • ParticipationCap
    • PayoffType
    • Product
    • ProductLine
    • RangeCoupon
    • Rider
    • StrongEntity
    • ThirdpartyDistributor
    • Underlying
    • UnderlyingProvider
    • Valuation
    • Volume
    • Wrapper
  • Si.Srp.Models.Search.Facet
    • Facet
    • FacetResult
    • FacetValue
  • Si.Srp.Models.Search.Request
    • ContinuedProductSearch
    • CreateProductSearch
    • FacetOptions
    • ProductSearchBase
    • ProductSearchRequest
    • SearchOperator
    • SearchType
    • UserRestrictions
  • Si.Srp.Models.Search.Response
    • CreateSearchResponse
    • Direction
    • ElasticsearchResponse<TType>
    • FieldName
    • HasFields
    • ProductResult
    • RawSearchResponse
    • SearchResponse
    • SortField

Class UnderlyingGreekVersus<TType>

Represents the underlying generic greek versus

Type Parameters
Name Description
TType

The type

Constructors

UnderlyingGreekVersus()

Constructs the underlying generic greek versus

Declaration
public UnderlyingGreekVersus()

Properties

Charm

The Charm

Declaration
public ICollection<TType> Charm { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Delta

The Delta

Declaration
public ICollection<TType> Delta { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Divsens

The Divsens

Declaration
public ICollection<TType> Divsens { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Gamma

The Gamma

Declaration
public ICollection<TType> Gamma { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

PositionDelta

The Position Delta

Declaration
public ICollection<TType> PositionDelta { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

RelativeDelta

The Relative Delta

Declaration
public ICollection<TType> RelativeDelta { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Theta

The Theta

Declaration
public ICollection<TType> Theta { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Vanna

The Vanna

Declaration
public ICollection<TType> Vanna { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>

Vega

The Vega

Declaration
public ICollection<TType> Vega { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<TType>
In This Article
Back to top Generated by DocFX