LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.PriorityIssueEvent Class Reference

Priority Issue Event (PRIO) — a voluntary corporate action in which an issuer offers existing security holders preferential rights to subscribe for new securities at a defined subscription price before the offer is opened to the wider market. Holders may subscribe up to a basic entitlement (SECU) and, where offered, apply for additional securities beyond the basic entitlement (OVER, subject to proration). No instruction (NOAC) results in no transaction. More...

Inheritance diagram for Lusid.Sdk.Model.PriorityIssueEvent:
Inheritance graph
[legend]

Public Member Functions

 PriorityIssueEvent (DateTimeOffset? announcementDate=default(DateTimeOffset?), DateTimeOffset? exDate=default(DateTimeOffset?), DateTimeOffset recordDate=default(DateTimeOffset), DateTimeOffset responseDeadline=default(DateTimeOffset), DateTimeOffset marketDeadline=default(DateTimeOffset), DateTimeOffset paymentDate=default(DateTimeOffset), DateTimeOffset? securitySettlementDate=default(DateTimeOffset?), decimal subscriptionPrice=default(decimal), string subscriptionCurrency=default(string), NewInstrument newInstrument=default(NewInstrument), decimal? prorationRate=default(decimal?), decimal? fractionalUnitsCashPrice=default(decimal?), string fractionalUnitsCashCurrency=default(string), List< SecurityOfferElection > securityOfferElections=default(List< SecurityOfferElection >), List< LapseElection > lapseElections=default(List< LapseElection >), InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum))
 Initializes a new instance of the PriorityIssueEvent class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
override string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (PriorityIssueEvent input)
 Returns true if PriorityIssueEvent instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.InstrumentEvent
 InstrumentEvent (InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum))
 Initializes a new instance of the InstrumentEvent class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (InstrumentEvent input)
 Returns true if InstrumentEvent instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 PriorityIssueEvent ()
 Initializes a new instance of the PriorityIssueEvent class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 
- Protected Member Functions inherited from Lusid.Sdk.Model.InstrumentEvent
 InstrumentEvent ()
 Initializes a new instance of the InstrumentEvent class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

DateTimeOffset? AnnouncementDate [get, set]
 Date on which the priority issue was announced. Optional, informational. More...
 
DateTimeOffset? ExDate [get, set]
 First business day on which the security trades without the entitlement. Optional. When not supplied, transaction-template generation falls back to RecordDate More...
 
DateTimeOffset RecordDate [get, set]
 The entitlement determination date — holders of record on this date are eligible to subscribe. More...
 
DateTimeOffset ResponseDeadline [get, set]
 The account-servicer instruction deadline. Must be less than or equal to MarketDeadline. More...
 
DateTimeOffset MarketDeadline [get, set]
 The issuer-agent deadline. More...
 
DateTimeOffset PaymentDate [get, set]
 Date on which cash is debited and the new securities are credited. More...
 
DateTimeOffset? SecuritySettlementDate [get, set]
 Date the security leg settles when it differs from the cash leg. Optional. When not supplied, transaction-template generation falls back to PaymentDate More...
 
decimal SubscriptionPrice [get, set]
 The subscription price per new unit. Applies to both SECU and OVER subscriptions. Must be greater than zero. More...
 
string SubscriptionCurrency [get, set]
 Currency of the SubscriptionPrice. More...
 
NewInstrument NewInstrument [get, set]
 Gets or Sets NewInstrument More...
 
decimal? ProrationRate [get, set]
 The proration rate applied to OVER subscriptions when the offer is oversubscribed. Treated as 1 (full allocation) when not supplied. Must be greater than 0 and less than or equal to 1. SECU basic entitlement is never prorated. More...
 
decimal? FractionalUnitsCashPrice [get, set]
 Price per fractional unit used to compute cash-in-lieu for fractional entitlement remainders. When not supplied, fractional residuals are discarded with no cash-in-lieu. Forms an optional pair with FractionalUnitsCashCurrency — both must be supplied together. More...
 
string FractionalUnitsCashCurrency [get, set]
 Currency of FractionalUnitsCashPrice. Required if and only if FractionalUnitsCashPrice is supplied. More...
 
List< SecurityOfferElectionSecurityOfferElections [get, set]
 Security offer elections — exactly one entry keyed &#39;SECU&#39; (basic entitlement) and an optional entry keyed &#39;OVER&#39; (over-subscription) when the issuer offers the over-subscription facility. More...
 
List< LapseElectionLapseElections [get, set]
 Lapse elections — exactly one entry keyed &#39;NOAC&#39;, recording the holder&#39;s explicit no-action election. More...
 
- Properties inherited from Lusid.Sdk.Model.InstrumentEvent
InstrumentEventTypeEnum InstrumentEventType [get, set]
 The Type of Event. Available values: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent, BondPrincipalEvent, DividendOptionEvent, MaturityEvent, FxForwardSettlementEvent, ExpiryEvent, ScripDividendEvent, StockDividendEvent, ReverseStockSplitEvent, CapitalDistributionEvent, SpinOffEvent, MergerEvent, FutureExpiryEvent, SwapCashFlowEvent, SwapPrincipalEvent, CreditPremiumCashFlowEvent, CdsCreditEvent, CdxCreditEvent, MbsCouponEvent, MbsPrincipalEvent, BonusIssueEvent, MbsPrincipalWriteOffEvent, MbsInterestDeferralEvent, MbsInterestShortfallEvent, TenderEvent, CallOnIntermediateSecuritiesEvent, IntermediateSecuritiesDistributionEvent, OptionExercisePhysicalEvent, OptionExerciseCashEvent, ProtectionPayoutCashFlowEvent, TermDepositInterestEvent, TermDepositPrincipalEvent, EarlyRedemptionEvent, FutureMarkToMarketEvent, AdjustGlobalCommitmentEvent, ContractInitialisationEvent, DrawdownEvent, LoanInterestRepaymentEvent, UpdateDepositAmountEvent, LoanPrincipalRepaymentEvent, DepositInterestPaymentEvent, DepositCloseEvent, LoanFacilityContractRolloverEvent, RepurchaseOfferEvent, RepoPartialClosureEvent, RepoCashFlowEvent, FlexibleRepoInterestPaymentEvent, FlexibleRepoCashFlowEvent, FlexibleRepoCollateralEvent, ConversionEvent, FlexibleRepoPartialClosureEvent, FlexibleRepoFullClosureEvent, CapletFloorletCashFlowEvent, EarlyCloseOutEvent, DepositRollEvent, ConsentEvent, DrawingEvent, CapitalGainsDistributionEvent, ExchangeOfferEvent, DutchAuctionEvent, WorthlessEvent, PutRedemptionEvent, LoanFacilityDelayedCompensationPaymentEvent, InterestPaymentEvent, PriorityIssueEvent, ClassActionEvent. More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.InstrumentEvent
enum class  InstrumentEventTypeEnum {
  TransitionEvent = 1 , InformationalEvent = 2 , OpenEvent = 3 , CloseEvent = 4 ,
  StockSplitEvent = 5 , BondDefaultEvent = 6 , CashDividendEvent = 7 , AmortisationEvent = 8 ,
  CashFlowEvent = 9 , ExerciseEvent = 10 , ResetEvent = 11 , TriggerEvent = 12 ,
  RawVendorEvent = 13 , InformationalErrorEvent = 14 , BondCouponEvent = 15 , DividendReinvestmentEvent = 16 ,
  AccumulationEvent = 17 , BondPrincipalEvent = 18 , DividendOptionEvent = 19 , MaturityEvent = 20 ,
  FxForwardSettlementEvent = 21 , ExpiryEvent = 22 , ScripDividendEvent = 23 , StockDividendEvent = 24 ,
  ReverseStockSplitEvent = 25 , CapitalDistributionEvent = 26 , SpinOffEvent = 27 , MergerEvent = 28 ,
  FutureExpiryEvent = 29 , SwapCashFlowEvent = 30 , SwapPrincipalEvent = 31 , CreditPremiumCashFlowEvent = 32 ,
  CdsCreditEvent = 33 , CdxCreditEvent = 34 , MbsCouponEvent = 35 , MbsPrincipalEvent = 36 ,
  BonusIssueEvent = 37 , MbsPrincipalWriteOffEvent = 38 , MbsInterestDeferralEvent = 39 , MbsInterestShortfallEvent = 40 ,
  TenderEvent = 41 , CallOnIntermediateSecuritiesEvent = 42 , IntermediateSecuritiesDistributionEvent = 43 , OptionExercisePhysicalEvent = 44 ,
  OptionExerciseCashEvent = 45 , ProtectionPayoutCashFlowEvent = 46 , TermDepositInterestEvent = 47 , TermDepositPrincipalEvent = 48 ,
  EarlyRedemptionEvent = 49 , FutureMarkToMarketEvent = 50 , AdjustGlobalCommitmentEvent = 51 , ContractInitialisationEvent = 52 ,
  DrawdownEvent = 53 , LoanInterestRepaymentEvent = 54 , UpdateDepositAmountEvent = 55 , LoanPrincipalRepaymentEvent = 56 ,
  DepositInterestPaymentEvent = 57 , DepositCloseEvent = 58 , LoanFacilityContractRolloverEvent = 59 , RepurchaseOfferEvent = 60 ,
  RepoPartialClosureEvent = 61 , RepoCashFlowEvent = 62 , FlexibleRepoInterestPaymentEvent = 63 , FlexibleRepoCashFlowEvent = 64 ,
  FlexibleRepoCollateralEvent = 65 , ConversionEvent = 66 , FlexibleRepoPartialClosureEvent = 67 , FlexibleRepoFullClosureEvent = 68 ,
  CapletFloorletCashFlowEvent = 69 , EarlyCloseOutEvent = 70 , DepositRollEvent = 71 , ConsentEvent = 72 ,
  DrawingEvent = 73 , CapitalGainsDistributionEvent = 74 , ExchangeOfferEvent = 75 , DutchAuctionEvent = 76 ,
  WorthlessEvent = 77 , PutRedemptionEvent = 78 , LoanFacilityDelayedCompensationPaymentEvent = 79 , InterestPaymentEvent = 80 ,
  PriorityIssueEvent = 81 , ClassActionEvent = 82
}
 The Type of Event. Available values: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent, BondPrincipalEvent, DividendOptionEvent, MaturityEvent, FxForwardSettlementEvent, ExpiryEvent, ScripDividendEvent, StockDividendEvent, ReverseStockSplitEvent, CapitalDistributionEvent, SpinOffEvent, MergerEvent, FutureExpiryEvent, SwapCashFlowEvent, SwapPrincipalEvent, CreditPremiumCashFlowEvent, CdsCreditEvent, CdxCreditEvent, MbsCouponEvent, MbsPrincipalEvent, BonusIssueEvent, MbsPrincipalWriteOffEvent, MbsInterestDeferralEvent, MbsInterestShortfallEvent, TenderEvent, CallOnIntermediateSecuritiesEvent, IntermediateSecuritiesDistributionEvent, OptionExercisePhysicalEvent, OptionExerciseCashEvent, ProtectionPayoutCashFlowEvent, TermDepositInterestEvent, TermDepositPrincipalEvent, EarlyRedemptionEvent, FutureMarkToMarketEvent, AdjustGlobalCommitmentEvent, ContractInitialisationEvent, DrawdownEvent, LoanInterestRepaymentEvent, UpdateDepositAmountEvent, LoanPrincipalRepaymentEvent, DepositInterestPaymentEvent, DepositCloseEvent, LoanFacilityContractRolloverEvent, RepurchaseOfferEvent, RepoPartialClosureEvent, RepoCashFlowEvent, FlexibleRepoInterestPaymentEvent, FlexibleRepoCashFlowEvent, FlexibleRepoCollateralEvent, ConversionEvent, FlexibleRepoPartialClosureEvent, FlexibleRepoFullClosureEvent, CapletFloorletCashFlowEvent, EarlyCloseOutEvent, DepositRollEvent, ConsentEvent, DrawingEvent, CapitalGainsDistributionEvent, ExchangeOfferEvent, DutchAuctionEvent, WorthlessEvent, PutRedemptionEvent, LoanFacilityDelayedCompensationPaymentEvent, InterestPaymentEvent, PriorityIssueEvent, ClassActionEvent. More...
 

Detailed Description

Priority Issue Event (PRIO) — a voluntary corporate action in which an issuer offers existing security holders preferential rights to subscribe for new securities at a defined subscription price before the offer is opened to the wider market. Holders may subscribe up to a basic entitlement (SECU) and, where offered, apply for additional securities beyond the basic entitlement (OVER, subject to proration). No instruction (NOAC) results in no transaction.

Constructor & Destructor Documentation

◆ PriorityIssueEvent() [1/2]

Lusid.Sdk.Model.PriorityIssueEvent.PriorityIssueEvent ( )
inlineprotected

Initializes a new instance of the PriorityIssueEvent class.

◆ PriorityIssueEvent() [2/2]

Lusid.Sdk.Model.PriorityIssueEvent.PriorityIssueEvent ( DateTimeOffset?  announcementDate = default(DateTimeOffset?),
DateTimeOffset?  exDate = default(DateTimeOffset?),
DateTimeOffset  recordDate = default(DateTimeOffset),
DateTimeOffset  responseDeadline = default(DateTimeOffset),
DateTimeOffset  marketDeadline = default(DateTimeOffset),
DateTimeOffset  paymentDate = default(DateTimeOffset),
DateTimeOffset?  securitySettlementDate = default(DateTimeOffset?),
decimal  subscriptionPrice = default(decimal),
string  subscriptionCurrency = default(string),
NewInstrument  newInstrument = default(NewInstrument),
decimal?  prorationRate = default(decimal?),
decimal?  fractionalUnitsCashPrice = default(decimal?),
string  fractionalUnitsCashCurrency = default(string),
List< SecurityOfferElection securityOfferElections = default(List<SecurityOfferElection>),
List< LapseElection lapseElections = default(List<LapseElection>),
InstrumentEventTypeEnum  instrumentEventType = default(InstrumentEventTypeEnum) 
)
inline

Initializes a new instance of the PriorityIssueEvent class.

Parameters
announcementDateDate on which the priority issue was announced. Optional, informational..
exDateFirst business day on which the security trades without the entitlement. Optional. When not supplied, transaction-template generation falls back to RecordDate.
recordDateThe entitlement determination date — holders of record on this date are eligible to subscribe..
responseDeadlineThe account-servicer instruction deadline. Must be less than or equal to MarketDeadline..
marketDeadlineThe issuer-agent deadline..
paymentDateDate on which cash is debited and the new securities are credited..
securitySettlementDateDate the security leg settles when it differs from the cash leg. Optional. When not supplied, transaction-template generation falls back to PaymentDate.
subscriptionPriceThe subscription price per new unit. Applies to both SECU and OVER subscriptions. Must be greater than zero..
subscriptionCurrencyCurrency of the SubscriptionPrice..
newInstrumentnewInstrument.
prorationRateThe proration rate applied to OVER subscriptions when the offer is oversubscribed. Treated as 1 (full allocation) when not supplied. Must be greater than 0 and less than or equal to 1. SECU basic entitlement is never prorated..
fractionalUnitsCashPricePrice per fractional unit used to compute cash-in-lieu for fractional entitlement remainders. When not supplied, fractional residuals are discarded with no cash-in-lieu. Forms an optional pair with FractionalUnitsCashCurrency — both must be supplied together..
fractionalUnitsCashCurrencyCurrency of FractionalUnitsCashPrice. Required if and only if FractionalUnitsCashPrice is supplied..
securityOfferElectionsSecurity offer elections — exactly one entry keyed &#39;SECU&#39; (basic entitlement) and an optional entry keyed &#39;OVER&#39; (over-subscription) when the issuer offers the over-subscription facility..
lapseElectionsLapse elections — exactly one entry keyed &#39;NOAC&#39;, recording the holder&#39;s explicit no-action election..
instrumentEventTypeThe Type of Event. Available values: TransitionEvent, InformationalEvent, OpenEvent, CloseEvent, StockSplitEvent, BondDefaultEvent, CashDividendEvent, AmortisationEvent, CashFlowEvent, ExerciseEvent, ResetEvent, TriggerEvent, RawVendorEvent, InformationalErrorEvent, BondCouponEvent, DividendReinvestmentEvent, AccumulationEvent, BondPrincipalEvent, DividendOptionEvent, MaturityEvent, FxForwardSettlementEvent, ExpiryEvent, ScripDividendEvent, StockDividendEvent, ReverseStockSplitEvent, CapitalDistributionEvent, SpinOffEvent, MergerEvent, FutureExpiryEvent, SwapCashFlowEvent, SwapPrincipalEvent, CreditPremiumCashFlowEvent, CdsCreditEvent, CdxCreditEvent, MbsCouponEvent, MbsPrincipalEvent, BonusIssueEvent, MbsPrincipalWriteOffEvent, MbsInterestDeferralEvent, MbsInterestShortfallEvent, TenderEvent, CallOnIntermediateSecuritiesEvent, IntermediateSecuritiesDistributionEvent, OptionExercisePhysicalEvent, OptionExerciseCashEvent, ProtectionPayoutCashFlowEvent, TermDepositInterestEvent, TermDepositPrincipalEvent, EarlyRedemptionEvent, FutureMarkToMarketEvent, AdjustGlobalCommitmentEvent, ContractInitialisationEvent, DrawdownEvent, LoanInterestRepaymentEvent, UpdateDepositAmountEvent, LoanPrincipalRepaymentEvent, DepositInterestPaymentEvent, DepositCloseEvent, LoanFacilityContractRolloverEvent, RepurchaseOfferEvent, RepoPartialClosureEvent, RepoCashFlowEvent, FlexibleRepoInterestPaymentEvent, FlexibleRepoCashFlowEvent, FlexibleRepoCollateralEvent, ConversionEvent, FlexibleRepoPartialClosureEvent, FlexibleRepoFullClosureEvent, CapletFloorletCashFlowEvent, EarlyCloseOutEvent, DepositRollEvent, ConsentEvent, DrawingEvent, CapitalGainsDistributionEvent, ExchangeOfferEvent, DutchAuctionEvent, WorthlessEvent, PutRedemptionEvent, LoanFacilityDelayedCompensationPaymentEvent, InterestPaymentEvent, PriorityIssueEvent, ClassActionEvent. (required) (default to "PriorityIssueEvent").

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.PriorityIssueEvent.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.PriorityIssueEvent.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.PriorityIssueEvent.Equals ( PriorityIssueEvent  input)
inline

Returns true if PriorityIssueEvent instances are equal

Parameters
inputInstance of PriorityIssueEvent to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.PriorityIssueEvent.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.PriorityIssueEvent.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.InstrumentEvent.

◆ ToString()

override string Lusid.Sdk.Model.PriorityIssueEvent.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AnnouncementDate

DateTimeOffset? Lusid.Sdk.Model.PriorityIssueEvent.AnnouncementDate
getset

Date on which the priority issue was announced. Optional, informational.

Date on which the priority issue was announced. Optional, informational.

◆ ExDate

DateTimeOffset? Lusid.Sdk.Model.PriorityIssueEvent.ExDate
getset

First business day on which the security trades without the entitlement. Optional. When not supplied, transaction-template generation falls back to RecordDate

First business day on which the security trades without the entitlement. Optional. When not supplied, transaction-template generation falls back to RecordDate

◆ FractionalUnitsCashCurrency

string Lusid.Sdk.Model.PriorityIssueEvent.FractionalUnitsCashCurrency
getset

Currency of FractionalUnitsCashPrice. Required if and only if FractionalUnitsCashPrice is supplied.

Currency of FractionalUnitsCashPrice. Required if and only if FractionalUnitsCashPrice is supplied.

◆ FractionalUnitsCashPrice

decimal? Lusid.Sdk.Model.PriorityIssueEvent.FractionalUnitsCashPrice
getset

Price per fractional unit used to compute cash-in-lieu for fractional entitlement remainders. When not supplied, fractional residuals are discarded with no cash-in-lieu. Forms an optional pair with FractionalUnitsCashCurrency — both must be supplied together.

Price per fractional unit used to compute cash-in-lieu for fractional entitlement remainders. When not supplied, fractional residuals are discarded with no cash-in-lieu. Forms an optional pair with FractionalUnitsCashCurrency — both must be supplied together.

◆ LapseElections

List<LapseElection> Lusid.Sdk.Model.PriorityIssueEvent.LapseElections
getset

Lapse elections — exactly one entry keyed &#39;NOAC&#39;, recording the holder&#39;s explicit no-action election.

Lapse elections — exactly one entry keyed &#39;NOAC&#39;, recording the holder&#39;s explicit no-action election.

◆ MarketDeadline

DateTimeOffset Lusid.Sdk.Model.PriorityIssueEvent.MarketDeadline
getset

The issuer-agent deadline.

The issuer-agent deadline.

◆ NewInstrument

NewInstrument Lusid.Sdk.Model.PriorityIssueEvent.NewInstrument
getset

Gets or Sets NewInstrument

◆ PaymentDate

DateTimeOffset Lusid.Sdk.Model.PriorityIssueEvent.PaymentDate
getset

Date on which cash is debited and the new securities are credited.

Date on which cash is debited and the new securities are credited.

◆ ProrationRate

decimal? Lusid.Sdk.Model.PriorityIssueEvent.ProrationRate
getset

The proration rate applied to OVER subscriptions when the offer is oversubscribed. Treated as 1 (full allocation) when not supplied. Must be greater than 0 and less than or equal to 1. SECU basic entitlement is never prorated.

The proration rate applied to OVER subscriptions when the offer is oversubscribed. Treated as 1 (full allocation) when not supplied. Must be greater than 0 and less than or equal to 1. SECU basic entitlement is never prorated.

◆ RecordDate

DateTimeOffset Lusid.Sdk.Model.PriorityIssueEvent.RecordDate
getset

The entitlement determination date — holders of record on this date are eligible to subscribe.

The entitlement determination date — holders of record on this date are eligible to subscribe.

◆ ResponseDeadline

DateTimeOffset Lusid.Sdk.Model.PriorityIssueEvent.ResponseDeadline
getset

The account-servicer instruction deadline. Must be less than or equal to MarketDeadline.

The account-servicer instruction deadline. Must be less than or equal to MarketDeadline.

◆ SecurityOfferElections

List<SecurityOfferElection> Lusid.Sdk.Model.PriorityIssueEvent.SecurityOfferElections
getset

Security offer elections — exactly one entry keyed &#39;SECU&#39; (basic entitlement) and an optional entry keyed &#39;OVER&#39; (over-subscription) when the issuer offers the over-subscription facility.

Security offer elections — exactly one entry keyed &#39;SECU&#39; (basic entitlement) and an optional entry keyed &#39;OVER&#39; (over-subscription) when the issuer offers the over-subscription facility.

◆ SecuritySettlementDate

DateTimeOffset? Lusid.Sdk.Model.PriorityIssueEvent.SecuritySettlementDate
getset

Date the security leg settles when it differs from the cash leg. Optional. When not supplied, transaction-template generation falls back to PaymentDate

Date the security leg settles when it differs from the cash leg. Optional. When not supplied, transaction-template generation falls back to PaymentDate

◆ SubscriptionCurrency

string Lusid.Sdk.Model.PriorityIssueEvent.SubscriptionCurrency
getset

Currency of the SubscriptionPrice.

Currency of the SubscriptionPrice.

◆ SubscriptionPrice

decimal Lusid.Sdk.Model.PriorityIssueEvent.SubscriptionPrice
getset

The subscription price per new unit. Applies to both SECU and OVER subscriptions. Must be greater than zero.

The subscription price per new unit. Applies to both SECU and OVER subscriptions. Must be greater than zero.


The documentation for this class was generated from the following file: