35159056994887200 * 0,0365 * COIN = 1,1^365 * COIN
This would mean that you will get 10% daily for a year. I think it's rather: coin * 1,0365 + coin * 1.1^8 for one year.
yes it s the annual rate for a year. but it is limited to 10 days. See below :
if(nHeight < (7 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 1 * MAX_MINT_PROOF_OF_STAKE;
else if(nHeight < (18 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 35159056994887200 * MAX_MINT_PROOF_OF_STAKE;
We have the normal rate for the first 7 days. And from 7 to 18 first days we have the super POS rate, currently setted to 1% daily.