Touchstone Re 2023 API Reference
MatchLossToLimit Property


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.ProgramManagement.Data Namespace > Layer Class : MatchLossToLimit Property
(Optional) Indicates whether the loss is set ot match the limit for the reinsurance treaty.

For example, if the loss is set to match the limit for a treaty that specifies an occurrence retention of $100 and an occurrence limit of $500, and the company incurs a loss of $101, then the treaty loss is the full $500 . If the loss is not set to match the limit, then the treaty loss would be $1.

Syntax
Public Property MatchLossToLimit As Boolean
Dim instance As Layer
Dim value As Boolean
 
instance.MatchLossToLimit = value
 
value = instance.MatchLossToLimit
public bool MatchLossToLimit {get; set;}
Remarks
Default: False
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Layer Class
Layer Members