Documentation
    Preparing search index...
    PricingSVI: MoveStruct<
        {
            a_is_negative: BcsType<boolean, boolean, "bool">;
            a_magnitude: BcsType<bigint, string | number | bigint, "u128">;
            b: BcsType<bigint, string | number | bigint, "u128">;
            m: MoveStruct<
                {
                    is_negative: BcsType<boolean, boolean, "bool">;
                    magnitude: BcsType<bigint, string | number | bigint, "u64">;
                },
                "fixed_math::i64::I64",
            >;
            rho: MoveStruct<
                {
                    is_negative: BcsType<boolean, boolean, "bool">;
                    magnitude: BcsType<bigint, string | number | bigint, "u64">;
                },
                "fixed_math::i64::I64",
            >;
            sigma: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::pricing::PricingSVI",
    > = ...