ClosedPeriod
More...
|
| | ClosedPeriod (string closedPeriodId=default(string), string displayName=default(string), string description=default(string), DateTimeOffset effectiveStart=default(DateTimeOffset), DateTimeOffset effectiveEnd=default(DateTimeOffset), DateTimeOffset asAtClosed=default(DateTimeOffset), Dictionary< string, Property > properties=default(Dictionary< string, Property >), ModelVersion varVersion=default(ModelVersion), List< PostCloseActivity > postCloseActivities=default(List< PostCloseActivity >), DateTimeOffset? holdingsAsAtClosedOverride=default(DateTimeOffset?), DateTimeOffset? valuationAsAtClosedOverride=default(DateTimeOffset?), string branchStatus=default(string), string href=default(string), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the ClosedPeriod class. More...
|
| |
| override string | ToString () |
| | Returns the string presentation of the object More...
|
| |
| virtual 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 (ClosedPeriod input) |
| | Returns true if ClosedPeriod instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | ClosedPeriodId [get, set] |
| | The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period More...
|
| |
| string | DisplayName [get, set] |
| | The name of the Closed Period. More...
|
| |
| string | Description [get, set] |
| | A description for the Closed Period. More...
|
| |
| DateTimeOffset | EffectiveStart [get, set] |
| | The effective start of the Closed Period More...
|
| |
| DateTimeOffset | EffectiveEnd [get, set] |
| | The effective end of the Closed Period More...
|
| |
| DateTimeOffset | AsAtClosed [get, set] |
| | The asAt closed datetime for the Closed Period More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | The Closed Periods properties. These will be from the 'ClosedPeriod' domain. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< PostCloseActivity > | PostCloseActivities [get, set] |
| | All the post close activities for the closed period. More...
|
| |
| DateTimeOffset? | HoldingsAsAtClosedOverride [get, set] |
| | The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used. More...
|
| |
| DateTimeOffset? | ValuationAsAtClosedOverride [get, set] |
| | The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used. More...
|
| |
| string | BranchStatus [get, set] |
| | The branch status of the closed period, e.g. Confirmed/Unconfirmed. More...
|
| |
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ ClosedPeriod()
| Lusid.Sdk.Model.ClosedPeriod.ClosedPeriod |
( |
string |
closedPeriodId = default(string), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
DateTimeOffset |
effectiveStart = default(DateTimeOffset), |
|
|
DateTimeOffset |
effectiveEnd = default(DateTimeOffset), |
|
|
DateTimeOffset |
asAtClosed = default(DateTimeOffset), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< PostCloseActivity > |
postCloseActivities = default(List<PostCloseActivity>), |
|
|
DateTimeOffset? |
holdingsAsAtClosedOverride = default(DateTimeOffset?), |
|
|
DateTimeOffset? |
valuationAsAtClosedOverride = default(DateTimeOffset?), |
|
|
string |
branchStatus = default(string), |
|
|
string |
href = default(string), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the ClosedPeriod class.
- Parameters
-
| closedPeriodId | The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period. |
| displayName | The name of the Closed Period.. |
| description | A description for the Closed Period.. |
| effectiveStart | The effective start of the Closed Period. |
| effectiveEnd | The effective end of the Closed Period. |
| asAtClosed | The asAt closed datetime for the Closed Period. |
| properties | The Closed Periods properties. These will be from the 'ClosedPeriod' domain.. |
| varVersion | varVersion. |
| postCloseActivities | All the post close activities for the closed period.. |
| holdingsAsAtClosedOverride | The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.. |
| valuationAsAtClosedOverride | The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.. |
| branchStatus | The branch status of the closed period, e.g. Confirmed/Unconfirmed.. |
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.. |
| links | links. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.ClosedPeriod.Equals |
( |
ClosedPeriod |
input | ) |
|
|
inline |
Returns true if ClosedPeriod instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.ClosedPeriod.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ClosedPeriod.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ClosedPeriod.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ClosedPeriod.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAtClosed
| DateTimeOffset Lusid.Sdk.Model.ClosedPeriod.AsAtClosed |
|
getset |
The asAt closed datetime for the Closed Period
The asAt closed datetime for the Closed Period
◆ BranchStatus
| string Lusid.Sdk.Model.ClosedPeriod.BranchStatus |
|
getset |
The branch status of the closed period, e.g. Confirmed/Unconfirmed.
The branch status of the closed period, e.g. Confirmed/Unconfirmed.
◆ ClosedPeriodId
| string Lusid.Sdk.Model.ClosedPeriod.ClosedPeriodId |
|
getset |
The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period
The unique Id of the Closed Period. The ClosedPeriodId, together with the Timeline Scope and Code, uniquely identifies a Closed Period
◆ Description
| string Lusid.Sdk.Model.ClosedPeriod.Description |
|
getset |
A description for the Closed Period.
A description for the Closed Period.
◆ DisplayName
| string Lusid.Sdk.Model.ClosedPeriod.DisplayName |
|
getset |
The name of the Closed Period.
The name of the Closed Period.
◆ EffectiveEnd
| DateTimeOffset Lusid.Sdk.Model.ClosedPeriod.EffectiveEnd |
|
getset |
The effective end of the Closed Period
The effective end of the Closed Period
◆ EffectiveStart
| DateTimeOffset Lusid.Sdk.Model.ClosedPeriod.EffectiveStart |
|
getset |
The effective start of the Closed Period
The effective start of the Closed Period
◆ HoldingsAsAtClosedOverride
| DateTimeOffset? Lusid.Sdk.Model.ClosedPeriod.HoldingsAsAtClosedOverride |
|
getset |
The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.
The optional AsAtClosed Override to use for building holdings in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.
◆ Href
| string Lusid.Sdk.Model.ClosedPeriod.Href |
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested asAt datetime.
◆ Links
| List<Link> Lusid.Sdk.Model.ClosedPeriod.Links |
|
getset |
◆ PostCloseActivities
All the post close activities for the closed period.
All the post close activities for the closed period.
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.ClosedPeriod.Properties |
|
getset |
The Closed Periods properties. These will be from the 'ClosedPeriod' domain.
The Closed Periods properties. These will be from the 'ClosedPeriod' domain.
◆ ValuationAsAtClosedOverride
| DateTimeOffset? Lusid.Sdk.Model.ClosedPeriod.ValuationAsAtClosedOverride |
|
getset |
The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.
The optional AsAtClosed Override to use for performing valuations in the Closed Period.If not specified, the AsAtClosed on the Closed Period will be used.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ClosedPeriod.cs