Touchstone Re 2023 API Reference
ReplacementValueDaysCovered Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > Location Class : ReplacementValueDaysCovered Property
Contains the number of days that the value in the ReplacementValueD property represents.
Syntax
Public Property ReplacementValueDaysCovered As Nullable(Of Integer)
Dim instance As Location
Dim value As Nullable(Of Integer)
 
instance.ReplacementValueDaysCovered = value
 
value = instance.ReplacementValueDaysCovered
public Nullable<int> ReplacementValueDaysCovered {get; set;}
Remarks
Specify the number of days for which the value in the ReplacementValueD property applies. For example, if ReplacementValueD is per diem, specify 1 for this property. If ReplacementValueD is an annual total, enter 365. Touchstone® divides the value of ReplacementValueD by ReplacementValueDaysCovered, so you can specify any number between 1 and 365, inclusive, that generates the best estimate of a per diem payout.

Note the following special case:

Special Case Description
Offshore Platform Policies Specify 0 for this property.
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

Location Class
Location Members