- R1 and R2 now use objects in constructors to simplify the addition of new blocks. No backward compatibility.
- Adding implementation of 2018
R2Amount.js.crowdfundingProducts
, use the new type{CrowdfundingProducts}
.
Ready with following implementation:
RCM + T0
- Initialize with D0 and add Rx blocks
- build RCM final output
D0 Blocks (issuer)
- issuerIndicativeArea
{}
- issuerAddress
R1 blocks (recipient)
- recipientIndicativeArea
{RecipientIndicativeArea}
- recipientType
{Object}
- recipient
{Object}
- birth
{Object}
- recipientAddress
{RecipientAddress}
R2 blocks (amount)
- amountIndicativeArea
{AmountIndicativeArea}
- taxCredit
{TaxCredit}
- incomeSubjectToIncomeTax
{IncomeSubjectToIncomeTax}
- fixedIncomeProducts
{FixedIncomeProducts}
- fees
{Fees}