Span Value

This is a companion to Span reference and is associated with
Contract Express's
ability to track clauses that occur in generated documents. In addition to tracking clauses,
Contract Express
can also aggregate their total value. This is facilitated by adding a value to a span.
For example, a home insurance template might have an optional clause that covers freezer contents. An underwriter might assign a fixed value of 30 that is associated with its risk or as a factor in calculating the premium.
[FreezerContentsRequired Reference FreezerContents Value 30
13.5 Freezer Contents
... ]
The value of a clause can be any whole number expression. For example, although the Cash clause is unconditional its value will vary according to the
CashUpperLimit
variable.
[
Reference Cash Value ( If CashUpperLimit > 10000 Then 120 Else 20
)
13.10 Cash to the value of {CashUpperLimit}
... ]

See Also

Conditional spans