Documentation
    Preparing search index...

    Interface UnderlyingConfig

    Per-underlying oracle wiring: the propbook underlying id plus the feed object ids the live pricer reads. Names mirror the deployment manifest (packages/predict/deployment/deployment.testnet.jsonunderlyings).

    interface UnderlyingConfig {
        blockScholesSviStore: string;
        blockScholesValueStore: string;
        propbookUnderlyingId: number;
        pythFeed: string;
        symbol: string;
    }
    Index
    blockScholesSviStore: string

    &BlockScholesSVIStore — SVI-surface store.

    blockScholesValueStore: string

    &BlockScholesValueStore — Black-Scholes value store.

    propbookUnderlyingId: number
    pythFeed: string

    &PythFeed — spot price feed.

    symbol: string