Saxonberg Server API
    Preparing search index...

    A read view of a held position: its stored split plus the derived conviction ramp fraction at the query time (ConvictionApi.positionOf).

    interface ConvictionPosition {
        conviction: number;
        nay: number;
        stock: Stock;
        subject: string;
        target: string;
        yea: number;
    }
    Index

    Properties

    conviction: number

    The linear ramp fraction (0..1) at the query time.

    nay: number
    stock: Stock
    subject: string
    target: string
    yea: number