Returns entity, used for configuring the calculation of aggregated returns.
More...
|
| ResourceId | Id [get, set] |
| | Gets or Sets Id More...
|
| |
| ResourceId | RecipeId [get, set] |
| | Gets or Sets RecipeId More...
|
| |
| string | RecipeEntity [get, set] |
| | Entity a recipe is retrieved from for use in the aggregated returns calculation. Either RecipeId or RecipeEntity must be specified. Available values: Portfolio, PortfolioGroup, ABOR. More...
|
| |
| string | FeeHandling [get, set] |
| | Configures how fees are handled in the aggregated returns calculation. Available values: Net, Gross. More...
|
| |
| string | FlowHandling [get, set] |
| | Configures how flows are handled in the aggregated returns calculation. Available values: BeginningOfDay, EndOfDay. More...
|
| |
| string | BusinessCalendar [get, set] |
| | Calendar used in the aggregated returns calculation. More...
|
| |
| string | HandleFlowDiscrepancy [get, set] |
| | Configures handling for the case where net flows do not match the sum of tagged flows. Available values: TreatAsFlow, TreatAsGainloss, Error. More...
|
| |
Returns entity, used for configuring the calculation of aggregated returns.
◆ ReturnsEntity() [1/2]
| Lusid.Sdk.Model.ReturnsEntity.ReturnsEntity |
( |
| ) |
|
|
inlineprotected |
◆ ReturnsEntity() [2/2]
| Lusid.Sdk.Model.ReturnsEntity.ReturnsEntity |
( |
ResourceId |
id = default(ResourceId), |
|
|
ResourceId |
recipeId = default(ResourceId), |
|
|
string |
recipeEntity = default(string), |
|
|
string |
feeHandling = default(string), |
|
|
string |
flowHandling = default(string), |
|
|
string |
businessCalendar = default(string), |
|
|
string |
handleFlowDiscrepancy = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the ReturnsEntity class.
- Parameters
-
| id | id (required). |
| recipeId | recipeId. |
| recipeEntity | Entity a recipe is retrieved from for use in the aggregated returns calculation. Either RecipeId or RecipeEntity must be specified. Available values: Portfolio, PortfolioGroup, ABOR.. |
| feeHandling | Configures how fees are handled in the aggregated returns calculation. Available values: Net, Gross.. |
| flowHandling | Configures how flows are handled in the aggregated returns calculation. Available values: BeginningOfDay, EndOfDay.. |
| businessCalendar | Calendar used in the aggregated returns calculation.. |
| handleFlowDiscrepancy | Configures handling for the case where net flows do not match the sum of tagged flows. Available values: TreatAsFlow, TreatAsGainloss, Error.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.ReturnsEntity.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
Returns true if ReturnsEntity instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.ReturnsEntity.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.ReturnsEntity.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.ReturnsEntity.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ BusinessCalendar
| string Lusid.Sdk.Model.ReturnsEntity.BusinessCalendar |
|
getset |
Calendar used in the aggregated returns calculation.
Calendar used in the aggregated returns calculation.
◆ FeeHandling
| string Lusid.Sdk.Model.ReturnsEntity.FeeHandling |
|
getset |
Configures how fees are handled in the aggregated returns calculation. Available values: Net, Gross.
Configures how fees are handled in the aggregated returns calculation. Available values: Net, Gross.
◆ FlowHandling
| string Lusid.Sdk.Model.ReturnsEntity.FlowHandling |
|
getset |
Configures how flows are handled in the aggregated returns calculation. Available values: BeginningOfDay, EndOfDay.
Configures how flows are handled in the aggregated returns calculation. Available values: BeginningOfDay, EndOfDay.
◆ HandleFlowDiscrepancy
| string Lusid.Sdk.Model.ReturnsEntity.HandleFlowDiscrepancy |
|
getset |
Configures handling for the case where net flows do not match the sum of tagged flows. Available values: TreatAsFlow, TreatAsGainloss, Error.
Configures handling for the case where net flows do not match the sum of tagged flows. Available values: TreatAsFlow, TreatAsGainloss, Error.
◆ Id
◆ RecipeEntity
| string Lusid.Sdk.Model.ReturnsEntity.RecipeEntity |
|
getset |
Entity a recipe is retrieved from for use in the aggregated returns calculation. Either RecipeId or RecipeEntity must be specified. Available values: Portfolio, PortfolioGroup, ABOR.
Entity a recipe is retrieved from for use in the aggregated returns calculation. Either RecipeId or RecipeEntity must be specified. Available values: Portfolio, PortfolioGroup, ABOR.
◆ RecipeId
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/ReturnsEntity.cs