$ {{ referral_fee | numFixedBy 2 }} [?] ¥ {{ referral_fee / exchange_rate | numFixedBy 2 }}
¥ {{ proceeds / exchange_rate | numFixedBy 2 }} $ {{ proceeds | numFixedBy 2 }}
{{ margin_percentage * 100| numFixedBy 2 }} %
¥ {{ total_income / exchange_rate | numFixedBy 2 }} $ {{ total_income | numFixedBy 2 }}
¥ {{ price / exchange_rate| numFixedBy 2 }} $ {{ price | numFixedBy 2 }}
¥ {{ shipping_price / exchange_rate | numFixedBy 2 }} $ {{ shipping_price | numFixedBy 2 }}
¥ {{ total_cost / exchange_rate | numFixedBy 2 }} $ {{ total_cost | numFixedBy 2 }}
¥ {{ amazon_fee / exchange_rate| numFixedBy 2 }} $ {{ amazon_fee | numFixedBy 2 }}
¥ {{ cost | numFixedBy 2 }} $ {{ cost * exchange_rate | numFixedBy 2 }}
¥ {{ first_pass_transportation_cost | numFixedBy 2 }} $ {{ first_pass_transportation_cost * exchange_rate | numFixedBy 2 }}
¥ {{ other_transportation_cost / exchange_rate | numFixedBy 2 }} $ {{ other_transportation_cost | numFixedBy 2 }}
¥ {{ other_cost | numFixedBy 2 }} $ {{ other_cost * exchange_rate | numFixedBy 2 }}