<p></p>
<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4611#discussion_r502485376">core/src/main/java/bisq/core/trade/statistics/TradeStatistics3.java</a>:</p>
<pre style='color:#555'>> +        US_POSTAL_MONEY_ORDER,
+        CASH_DEPOSIT,
+        MONEY_GRAM,
+        WESTERN_UNION,
+        HAL_CASH,
+        F2F,
+        BLOCK_CHAINS,
+        PROMPT_PAY,
+        ADVANCED_CASH,
+        BLOCK_CHAINS_INSTANT
+    }
+
+    private final String currency;
+    private final long price;
+    private final long amount;
+    private final String paymentMethod;
</pre>
<p>As we store only the ordinal as string, its from data size same...only when paymentMethod is stored as full string we get a bit more data.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4611#discussion_r502485376">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSRXTFNRMAZ2EJ6BSLSJ4PUNANCNFSM4SJMV7BQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTG4PHYOBKJXWROVTTSJ4PUNA5CNFSM4SJMV7B2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODYSRV2I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4611#discussion_r502485376",
"url": "https://github.com/bisq-network/bisq/pull/4611#discussion_r502485376",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>