Interface FinanceProduct

interface FinanceProduct {
    borrow_rate_percentage?: null;
    end_at?: number;
    identifier?: string;
    length_duration?: null;
    number_duration?: null;
    platform?: string;
    redeem_at?: number;
    start_at?: number;
    supply_rate_percentage?: string;
    value_at?: number;
}

Properties

borrow_rate_percentage
end_at?: number
identifier?: string
length_duration
number_duration
platform?: string
redeem_at?: number
start_at?: number
supply_rate_percentage?: string
value_at?: number