How to modify prefix already given in ir.sequence

How can i modify prefix already defined in ir.sequence given as(year,month,day)where additionally i want to add the value coming under X field along with year, month and day under ir.sequence.
Any reference to this issue will be highly appreciable!!!

You must extend the method _get_substitutions of ir.sequence to add your keywords to the returned dictionary.