Can beancount support alternative balance/price syntax like this?
2016-04-01 balance
Account:One 10.00 USD
Account:Two 20.00 USD
2016-04-01 price
TickOne 1.23 USD
TickTwo 4.56 USD
The reason is that I usually have monthly statement for banking account and quarterly statement for investment account, which means I have multiple balance/price entries on the first day of month and quarter. If this alternative syntax can be supported it could make the file cleaner.
A side effect of supporting this syntax is that when bean-format lining up the decimal point, the max line width can be reduced.