Touchstone 11.0 API Reference
ValidationOptions Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > DataQualityAnalysisOptions Class : ValidationOptions Property
(Required to perform a Validation Diagnostic) Contains Validation Options that enable you to specify the set of Completeness Rules and the set of Reasonability Rules that Touchstone® should use when performing data validation during this Data Quality Analysis.
Syntax
Public Property ValidationOptions As ValidationOptions
Dim instance As DataQualityAnalysisOptions
Dim value As ValidationOptions
 
instance.ValidationOptions = value
 
value = instance.ValidationOptions
public ValidationOptions ValidationOptions {get; set;}
Remarks
Validation means evaluating the completeness and reasonability of property location data within an Exposure View or Contract portfolio.

Completeness rules enable you to check exposure and Contract data for missing values or for values that significantly contribute to the calculated loss.

Reasonability rules enable you to compare attributes in order to find mismatched data attributes, such as a construction material that does not make sense for the listed occupancy.

Note: You can use data validation in combination with the data scoring to determine the level of data augmentation that you should run on your exposure data.

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

DataQualityAnalysisOptions Class
DataQualityAnalysisOptions Members