Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Modifying the type of the TradeLeg field in the TradeStore store in the VaR schema from a String to a Double:
configurator.updateField("VaR", "TradeStore", new CustomField("TradeLeg", ILiteralType.DOUBLE).asKeyField());