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.

configurator.addReference("Sensitivities",
        configurator.referenceBuilder("Sensitivities")
        .fromStore("Delta")
        .toStore("MarketData")
        .withName("DeltaToMarketData")
        .withMapping("AsOfDate", "Date")
        .build()
);