Chartbreaker
    Preparing search index...

    Type Alias FlopTradeItem

    type FlopTradeItem = {
        kind: "flop";
        profitLossAbs: Amount;
        profitLossRel: NumericString;
        underlyingId: InstrumentId;
    }
    Index

    Properties

    kind: "flop"
    profitLossAbs: Amount
    profitLossRel: NumericString

    1 means +100%

    underlyingId: InstrumentId