BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::bitasset_options::ext Struct Reference

#include <asset_ops.hpp>

Public Attributes

fc::optional< uint16_t > initial_collateral_ratio
 
fc::optional< uint16_t > maintenance_collateral_ratio
 After BSIP75, the asset owner can update MCR directly. More...
 
fc::optional< uint16_t > maximum_short_squeeze_ratio
 After BSIP75, the asset owner can update MSSR directly. More...
 
fc::optional< uint16_t > margin_call_fee_ratio
 
fc::optional< uint16_t > force_settle_fee_percent
 
fc::optional< uint8_t > black_swan_response_method
 

Detailed Description

Definition at line 139 of file asset_ops.hpp.

Member Data Documentation

◆ black_swan_response_method

fc::optional<uint8_t> graphene::protocol::bitasset_options::ext::black_swan_response_method

Definition at line 152 of file asset_ops.hpp.

◆ force_settle_fee_percent

fc::optional<uint16_t> graphene::protocol::bitasset_options::ext::force_settle_fee_percent

Definition at line 150 of file asset_ops.hpp.

◆ initial_collateral_ratio

fc::optional<uint16_t> graphene::protocol::bitasset_options::ext::initial_collateral_ratio

After BSIP77, when creating a new debt position or updating an existing position, the position will be checked against this parameter. Unused for prediction markets, although we allow it to be set for simpler implementation

Definition at line 144 of file asset_ops.hpp.

◆ maintenance_collateral_ratio

fc::optional<uint16_t> graphene::protocol::bitasset_options::ext::maintenance_collateral_ratio

After BSIP75, the asset owner can update MCR directly.

Definition at line 146 of file asset_ops.hpp.

◆ margin_call_fee_ratio

fc::optional<uint16_t> graphene::protocol::bitasset_options::ext::margin_call_fee_ratio

Definition at line 149 of file asset_ops.hpp.

◆ maximum_short_squeeze_ratio

fc::optional<uint16_t> graphene::protocol::bitasset_options::ext::maximum_short_squeeze_ratio

After BSIP75, the asset owner can update MSSR directly.

Definition at line 148 of file asset_ops.hpp.


The documentation for this struct was generated from the following file: