DecimalDefaults(Decimal=Decimal('0.01'), positive=Decimal('2.58'), negative=Decimal('-2.58'), zero=Decimal('0.0000'), trailing=Decimal('12.00'), no_scale=Decimal('123'), large=Decimal('123456789012345678901234567890123456789012345678901.23456789012345678901234567890'), fixed=Money(root=Decimal('2.58')), reference=Money(root=Decimal('-2.58')), array=[Decimal('0.01'), Decimal('-0.01')], map={'z': Money(root=Decimal('0.00')), 'a': Money(root=Decimal('12.00'))}, union=Decimal('0.01'), string_first='12', nullable=None, record=Ledger(amount=Money(root=Decimal('2.58'))), record_array=[Ledger(amount=Money(root=Decimal('-2.58')))], nested=[{'z': Decimal('0.012'), 'a': Decimal('-0.012')}], ordinary=b'\xff', plain_fixed=Raw(root=b'\x01\x02'))
