C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeReTesting.Samples.Fees Class Reference

Static Public Attributes

static ProfitCommission ProfitCommission
 

Properties

static FixedExpense FixedExpense [get]
 
static List< FeeListOfAllFeeTypes [get]
 
static List< FeeListWithNestedFeeReference [get]
 
static ProportionalExpense ProportionalExpense [get]
 

Detailed Description

Definition at line 55 of file Samples.cs.

Member Data Documentation

◆ ProfitCommission

ProfitCommission AnalyzeReTesting.Samples.Fees.ProfitCommission
static
Initial value:
{
name = "MyProfitCommission",
payout_date = DateTime.UtcNow,
rate = 0.5,
losses = ListOfOne(FeeReference.Create(FeeReference.LossSource.Losses)),
premiums = ListOfOne(FeeReference.Create(FeeReference.PremiumSource.Premium))
}
static ProfitCommission ProfitCommission
Definition Samples.cs:72

Definition at line 72 of file Samples.cs.

Property Documentation

◆ FixedExpense

FixedExpense AnalyzeReTesting.Samples.Fees.FixedExpense
staticget

Definition at line 57 of file Samples.cs.

◆ ListOfAllFeeTypes

List<Fee> AnalyzeReTesting.Samples.Fees.ListOfAllFeeTypes
staticget

Definition at line 81 of file Samples.cs.

◆ ListWithNestedFeeReference

List<Fee> AnalyzeReTesting.Samples.Fees.ListWithNestedFeeReference
staticget

Definition at line 88 of file Samples.cs.

◆ ProportionalExpense

ProportionalExpense AnalyzeReTesting.Samples.Fees.ProportionalExpense
staticget

Definition at line 64 of file Samples.cs.


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